Thursday, April 30, 2009
Tuesday, April 14, 2009
DSL + WiFi + Ubuntu (static)
Devices
DSL router
Configure LAN
Configure WAN
View WAN configured.
WiFi Router
Ubuntu interfaces
DSL router
Configure LAN
Configure WAN
View WAN configured.
WiFi Router
Ubuntu interfaces
alexey@alexey-laptop:~$ cat /etc/network/interfaces
auto lo
iface lo inet loopback
#iface eth0 inet static
#address 192.168.0.10
#netmask 255.255.255.0
#gateway 192.168.0.1
#auto eth0
iface wlan0 inet static
address 192.168.0.12
netmask 255.255.255.0
gateway 192.168.0.1
wpa-psk a5ae3643d58af6b5f03f750dbc30efb134f80baeca6dbd60859747b27dfe8229
wpa-driver wext
wpa-key-mgmt WPA-PSK
wpa-proto WPA
wpa-ssid dlink
auto wlan0
alexey@alexey-laptop:~$ cat /etc/resolv.conf
domain domain.com
nameserver 192.168.0.1
Subscribe to:
Posts (Atom)