interfaces 249 B

12345678910111213
  1. auto lo
  2. iface lo inet loopback
  3. iface eth0 inet dhcp
  4. address 192.168.2.22
  5. netmask 255.255.255.0
  6. gateway 192.168.2.254
  7. dns-nameservers 8.8.8.8, 4.2.2.2
  8. iface wlan0 inet static
  9. address 192.168.50.99
  10. netmask 255.255.255.0
  11. post-up service udhcpd start