<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>

<META NAME="Generator" CONTENT="MS Exchange Server version 6.0.6249.1">
<TITLE>[plug] network routing -- cannot see outside world</TITLE>
</HEAD>
<BODY dir=ltr>
<DIV>G'day...</DIV>
<DIV> </DIV>
<DIV>Your problem stems from your route add command below, which is largely 
either wrong or redundant.</DIV>
<BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"><TT><FONT size=2>
  <DIV><BR>> route add default gw X.Y.Z.1 netmask 255.255.255.0 
eth0<BR></DIV></BLOCKQUOTE>
<DIV dir=ltr>You should just do a: 'route add default gw X.Y.Z.1' plain and 
simple.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>The routing can figure out that its on eth0 because its must be a 
host you already have a route to, and your netmask of 255.255.255.0 is actually 
only allowing it to route addresses from 0.0.0.0-0.0.0.255.</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>The actual netmask for the default route (if you _REALLY_ feel you 
must put it in) is 0.0.0.0, which means 'no bits in the address have to match' 
which is what you want for a default route!</DIV>
<DIV dir=ltr> </DIV>
<DIV dir=ltr>...John...</DIV></FONT></TT>

</BODY>
</HTML>