The following tutorial assumes that you want to provide the interwebs to a PC connected via eth0 to your host, and that your host is connected to the world via wlan0.
- Set up the local IP address
# ifconfig eth0 192.168.250.1
or, if you're using ip:
# ip a a 192.168.250.1/24 dev eth0