ca ne fonctionne pas
le DHCP ne trouve rien du tout.
Il y’a un DHCP du coté Wifi, mais pas du coté filaire.
[code]neptune:~# dhclient br0
There is already a pid file /var/run/dhclient.pid with pid 3748
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/br0/00:00:XX:00:00:5c
Sending on LPF/br0/00:00:XX:00:00:5c
Sending on Socket/fallback
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 4
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 5
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 7
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 14
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 17
DHCPDISCOVER on br0 to 255.255.255.255 port 67 interval 14
No DHCPOFFERS received.
No working leases in persistent database - sleeping.
[/code]
alors que :
[code]neptune:~# iwconfig wlan0
wlan0 802.11b/g linked ESSID:"XXXXXXXXXX"
Mode:Managed Channel=4 Access Point: FF:ff:XX:ff:XX:ff
Bit Rate=5 Mb/s Tx-Power=5 dBm
Retry:on Fragment thr:off
Encryption key:XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX Security mode:open
Link Quality=81/100 Signal level=49 dBm Noise level=19 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0
neptune:~# dhclient wlan0
There is already a pid file /var/run/dhclient.pid with pid 4427
killed old client process, removed PID file
Internet Systems Consortium DHCP Client V3.1.1
Copyright 2004-2008 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Listening on LPF/wlan0/00:00:XX:00:00:bb
Sending on LPF/wlan0/00:00:XX:00:00:bb
Sending on Socket/fallback
DHCPREQUEST on wlan0 to 255.255.255.255 port 67
DHCPACK from 192.168.1.1
bound to 192.168.1.8 – renewal in 35578 seconds.
[/code]
y’a t-il un ordre dans les commandes pour faire le pont?