Can't Navigate My LAN Or Ping

Nils Kassube kassube at gmx.net
Sun Dec 7 10:15:54 UTC 2008


Nils Kassube wrote:
> iface ath0 inet dhcp

Oh well, that was the wrong one. This is for static configuration:

auto eth1
iface eth1 inet static
# configuration for WPA2
    wpa-driver wext
    wpa-ssid SSID
    wpa-ap-scan 2
    wpa-proto WPA2
    wpa-pairwise CCMP
    wpa-key-mgmt WPA-PSK
    wpa-psk 28964ba6ea8b8f3a0db1c4414b327da253d0af5d4f4adccec0f8abf5b05b10f8
# psk from "wpa_passphrase SSID passphrase"
    address 192.168.2.123
    network 192.168.2.0
    netmask 255.255.255.0
    broadcast 192.168.2.255
    gateway 192.168.2.1

And in /etc/rc.local I had to add this line:

/etc/init.d/networking restart


Nils




More information about the ubuntu-users mailing list