Salaheldin Mohamed wrote:

<DIV>
<DIV>i am using sarge on my dual boot
system(winxrprof),recently i got a <BR>problem
connecting to the net.whenever i launch konqueror(web
bro) i got a blank page with the following message: an
error occured while loading the web site. i poked
arround the system to fix the problem by running the
following cmd as root#/etc/init.d/networking restart
<BR>then i got the following message:<BR>no DHCPOFFER
<BR>no working leases in persistent database<BR>failed
to bring up eht0<BR><BR>thanks </DIV></DIV>


Is your DHCP server running? If you manually specify an IP address, does it work?
To manually specify an address, type the following as root:


ifconfig eth0 some.ip.addr.ess netmask some.sub.net.mask
Example: ifconfig eth0 192.168.1.10 netmask 255.255.255.0

then add a default route:
route add default gateway some.ip.addr.ess eth0
Example: route add default gateway 192.168.1.1

You should be able to at least ping your default gateway at this point
ping 192.168.1.1

Let me know if any of that works.




_______________________________ Do you Yahoo!? Declare Yourself - Register online to vote today! http://vote.yahoo.com






--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Reply via email to