Code: Alles auswählen
/etc/network/interfaces:
auto eth1 # ist die WLAN-Karte
iface eth1 inet static
address 192.168.0.2
netmask 255.255.255.0
network 192.168.0.0
broadcast 192.168.0.255
gateway 192.168.0.1
wireless_mode managed
wireless_essid MyHomeNet
wireless_key s:ljf74cF98Br4W [1] open
dns-nameservers 192.168.0.1
Code: Alles auswählen
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
64 bytes from 192.168.0.1: icmp_seq=1 ttl=255 time=10.7 ms
64 bytes from 192.168.0.1: icmp_seq=2 ttl=255 time=5.74 ms
64 bytes from 192.168.0.1: icmp_seq=3 ttl=255 time=3.65 ms
64 bytes from 192.168.0.1: icmp_seq=4 ttl=255 time=3.01 ms
64 bytes from 192.168.0.1: icmp_seq=5 ttl=255 time=3.43 ms
64 bytes from 192.168.0.1: icmp_seq=6 ttl=255 time=3.09 ms
"route" sagt mir Folgendes:
Code: Alles auswählen
Kernel IP Routentabelle
Ziel Router Genmask Flags Metric Ref Use Iface
192.168.0.0 * 255.255.255.0 U 0 0 0 eth1
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1
Und nu?
Danke im Voraus,
Florian