<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello all,<br><br>I've just gotten Voyage 0.6.0 installed (I know, it's beta, but I needed a newer kernel) and after getting the 2 eth ports to come up, I can't get the thing to pass traffic.  Here's my setup:<br><br>DSL using PPPoE coming in on eth0, eth1 connected to a trendnet switch.  Eth2 is configured to hand out ip addresses using dnsmasq.<br><br>/etc/network/interfaces:<br>auto lo                                                                         <br>iface lo inet loopback                                                          <br>                                                                                <br>auto dsl-provider                                                               <br>iface dsl-provider inet ppp                                                     <br>pre-up /sbin/ifconfig eth0 up                                                   <br>provider dsl-provider                                                           <br>                                                                                <br>auto eth0<br><br>auto eth1                                                                       <br>iface eth1 inet static                                                          <br>       address 192.168.1.1                                                      <br>       netmask 255.255.255.0<br><br>Important part of /etc/dnsmasq.conf:<br>dhcp-range=eth1,192.168.1.100,192.168.1.110,4h <br><br>My current route table:<br>Destination     Gateway         Genmask         Flags Metric Ref    Use Iface   <br>217.0.116.203   *               255.255.255.255 UH    0      0        0 ppp0    <br>192.168.1.0     *               255.255.255.0   U     0      0        0 eth1    <br>default         *               0.0.0.0         U     0      0        0 ppp0 <br><br><br>So with this, I can:<br><br>a) Ping anything on either interface with no problem from the Voyage console.<br>b) Resolve ip addresses from the switch on eth1 side, but not recieve traffic. (I'm about 75% sure that my pings are getting out, but the replies arent getting back)<br><br>I've been fighting w/ this for a while now (adding routes, editing routes, deleting routes, using all of google's resources), what am I doing wrong?  Did I miss a Voyage config step or something more obvious that I should have known and will kick myself for later?  Thanks for any help!<br><br><br>Drew  <br></body>
</html>