<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1400" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hey mike,</FONT></DIV>
<DIV><FONT face=Arial size=2>Can you ping your router??</FONT></DIV>
<DIV><FONT face=Arial size=2>what does the route command spit out? </FONT></DIV>
<DIV><FONT face=Arial size=2>it may be that your gateway isnt set in your 
/etc/conf.d/net (at&nbsp; least thats where i set my router in gentoo), make 
sure that its set to DHCP, if your running on DHCP, or manually if your not, 
than try this code</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>'route add default gw 1.2.3.4 netmask 
0.0.0.0'</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; where 1.2.3.4. is the ip of your 
router, leave the net masks at 0 for now.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Lemme know how this works!</FONT></DIV>
<DIV><FONT face=Arial size=2>Alex</FONT></DIV></BODY></HTML>