Chris <(E-Mail Removed)> wrote:
> (E-Mail Removed) (P.T. Breuer) wrote in message news:<(E-Mail Removed)>...
>
> > What happens if you look in the man page for dhclient and avail
> > yourself of the debugging facilities listed there?
> >
> > What happens if you look at the interfaces you have up and tell us
> > about them?
> This is the output I get when I try to bring up the SMC card.
How do you "try"? And what has that to do with dhcp? This is the output
from what? And output from where?
> >Listening on LPF/eth1/00:e0:29:1b:6a:5c
> >Sending on LPF/eth1/00:e0:29:1b:6a:5c
Why are you asking for dhcp on eth1? Why not eth0?
> >Sending on Socket/fallback
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 6
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 9
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 10
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 12
> >DHCPDISCOVER on eth1 to 255.255.255.255 port 67 interval 8
> >No DHCPOFFERS received.
> >No working leases in persistent database - sleeping.
Well, that's all fine. Nobody is listening there. Tcpdump -i eth1 would
show you. Mind you I'd set the interface to up and a local net address
before launching dhclient eth1 (you don't say if that is what you did!).
Some servers don't like it otherwise.
> The output when I bring up my other network card is below.
What do you mean by "bring up"? What do you do? Where and what is this output
from? Please give all necessary data!
> run-parts: component /etc/dhcp3/dhclient-enter-hooks.d/debug-enter is
That makes it look as though you are running some weird compound
command. What?
> not an executable plain file
Well that's fine. Make it executable if you care. But you are running a
weird dhclient anyway. dhcp3 is not the place for it.
% dpkg -l dhcp-client
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii dhcp-client 2.0pl5-11 DHCP Client
and the listing contains nothing in dhcp3.
% dpkg -L dhcp-client
[dirs edited out]
/var/lib/dhcp
/usr/share/man/man5/dhclient.conf.5.gz
/usr/share/man/man5/dhclient.leases.5.gz
/usr/share/man/man5/dhcp-options-dhclient.5.gz
/usr/share/man/man8/dhclient.8.gz
/usr/share/man/man8/dhclient-script.8.gz
/usr/share/doc/dhcp-client/CHANGES
/usr/share/doc/dhcp-client/changelog.Debian.gz
/usr/share/doc/dhcp-client/doc/rfc951.txt.gz
/usr/share/doc/dhcp-client/doc/rfc2131.txt.gz
/usr/share/doc/dhcp-client/doc/rfc2132.txt.gz
/usr/share/doc/dhcp-client/dhcp-on-linux.txt
/usr/share/doc/dhcp-client/copyright
/usr/share/doc/dhcp-client/README.gz
/usr/share/doc/dhcp-client/RELNOTES.gz
/sbin/dhclient
/sbin/dhclient-2.0.x
/sbin/dhclient-2.2.x
/etc/dhclient-script
/etc/dhclient.conf
So I don't know what you are using!
> run-parts: component /etc/dhcp3/dhclient-exit-hooks.d/debug-exit is
> not an executable plain file
Well change it so it is then. If you care.
> >Listening on LPF/eth0/00:40:05:a4:f6:a1
> >Sending on LPF/eth0/00:40:05:a4:f6:a1
> >Sending on Socket/fallback
> >DHCPREQUEST on eth0 to 255.255.255.255 port 67
> >DHCPACK from 10.0.0.2
Well, that's clear. That network has a server replying fine on it.
> >run-parts: component /etc/dhcp3/dhclient-enter-hooks.d/debug-enter is
> not an >executable plain file
> >run-parts: component /etc/dhcp3/dhclient-exit-hooks.d/debug-exit is
> not an >executable plain file
> >bound to 10.0.0.61 -- renewal in 72983 seconds.
FIne.
What's your problem? There's no response on the eth1 network. As you
can check with tcpdump -i eth1.
Peter