Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #A start job is running LSB: Raise network interfaces
- auto lo
- iface lo inet loopback
- auto eth0
- iface eth0 inet static
- address 192.168.10.1
- auto wlan0
- allow-hotplug wlan0
- iface wlan0 inet static
- address 192.168.0.254
- up /etc/init.d/hostapd start
- up /etc/init.d/dnsmasq start
- up /sbin/ifconfig wlan0 192.168.0.254
- down /etc/init.d/hostapd stop
- down /etc/init.d/dnsmasq stop
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement