Pyramid Linux; Wireless Gateway System
interface configuration
-
interfaces
-
edit /etc/network/interfaces
#
# Define your network interfaces here, then use ifup and ifdown to
# bring them up and down. Try not to use ifconfig directly.
#
# For dhcp interfaces, ifup will try dhclient, udhcpc, pump, and dhcpcd
# (in that order, whichever it finds first under /sbin).
#
# Comment out an 'auto' line to disable an interface.
#
# This file is rewritten by WiFiAdmin. You have been warned!
#
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
auto eth1
iface eth1 inet static
address 192.168.1.1
netmask 255.255.255.0
broadcast 192.168.1.255
auto wlan0
iface wlan0 inet static
address 10.0.0.1
netmask 255.255.255.0
broadcast 10.0.0.255
pre-up iwconfig wlan0 essid "sellsmart" mode Master channel 11 rate auto retry 8 rts off frag off
# Set by WiFiAdmin