Advertisement
Guest User

Untitled

a guest
Aug 30th, 2011
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.25 KB | None | 0 0
  1. auto lo eth0 wlan0
  2. iface lo inet loopback
  3.  
  4. iface wlan0 inet static
  5.     address 192.168.1.1
  6.     netmask 255.255.255.0
  7.     network 192.168.1.0
  8.     hostapd /etc/hostapd/hostapd.conf
  9.  
  10. iface eth0 inet dhcp
  11.     post-up iptables-restore < /etc/iptables.up.rules
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement