eyp
2006-08-07, 01:50 PM CDT
Hi all, when I turn on my computer and login into fedora, my eth1 device doesn't start up corretly.
But when system is starting it says that eth1 was started ok, but then it doesn't work.
Then I have to kill dhclient and start it again:
1 - ps -ef|grep dhclient
root 2931 1 0 21:36 ? 00:00:00 /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient-eth1.leases -pf /var/run/dhclient-eth1.pid eth1
2 - kill -15 2931
3 - /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient-eth1.leases -pf /var/run/dhclient-eth1.pid eth1
and it works, or the other option I take is to run neat, deactivate eth1 and activate it again and it also works.
What's happening? What should I configure to get my network running on strat up?
But when system is starting it says that eth1 was started ok, but then it doesn't work.
Then I have to kill dhclient and start it again:
1 - ps -ef|grep dhclient
root 2931 1 0 21:36 ? 00:00:00 /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient-eth1.leases -pf /var/run/dhclient-eth1.pid eth1
2 - kill -15 2931
3 - /sbin/dhclient -1 -q -lf /var/lib/dhclient/dhclient-eth1.leases -pf /var/run/dhclient-eth1.pid eth1
and it works, or the other option I take is to run neat, deactivate eth1 and activate it again and it also works.
What's happening? What should I configure to get my network running on strat up?