09/10/04 20:00:34 F3NCtQef
>>141
こんな流れです
[root@arch]# iwconfig eth1 essid hogehoge key hugahuga #eth1では失敗
Error for wireless request "Set ESSID" (8B1A) :
SET failed on device eth1 ; Operation not supported.
[~]
[root@arch]# iwconfig eth0 essid hogehoge key hugahuga
[~]
[root@arch]# dhcpcd eth0
dhcpcd: version 5.1.0 starting
dhcpcd: eth0: rebinding lease of 192.168.11.3
dhcpcd: eth0: acknowledged 192.168.11.3 from 192.168.11.1
dhcpcd: eth0: checking for 192.168.11.3
dhcpcd: eth0: leased 192.168.11.3 for 3596400 seconds
dhcpcd: forking to background
[~]
[root@arch]# ping -c 3 www.google.com
PING www.l.google.com (66.249.89.99) 56(84) bytes of data.
64 bytes from nrt04s01-in-f99.google.com (66.249.89.99): icmp_seq=1 ttl=55 time=32.5 ms
64 bytes from nrt04s01-in-f99.google.com (66.249.89.99): icmp_seq=2 ttl=55 time=19.6 ms
64 bytes from nrt04s01-in-f99.google.com (66.249.89.99): icmp_seq=3 ttl=55 time=33.2 ms
--- www.l.google.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2002ms
rtt min/avg/max/mdev = 19.629/28.490/33.298/6.276 ms