I figured out the problems and fixed them all. When I setup the second NIC on my Ubuntu machines /etc/network/interfaces I set the netmask to 255.255.255.0 On boot, an additional route for the network was being added on eth1 in addition to eth0 which broke the networking since packets were going out the wrong interface.
I set the mask to be 255.255.255.255, the setting in /etc/sysctl.conf are fine. Everything is looking good. Thanks again for the suggestions. -Philip On Tue, Sep 22, 2009 at 4:42 AM, Joseph Mack NA3T <[email protected]> wrote: > On Mon, 21 Sep 2009, Philip Marcus wrote: > > I don't know what your reboot problem is (until it works, > save changes to an rc.local file that you run by hand after > booting) > > > In the past I recall using lo:0 or dummy0:0 and the hidden patch. > > Most utilities nowadays expect to be talking to lo or > dummy0 (without the aliases) > > Joe > > -- > Joseph Mack NA3T EME(B,D), FM05lw North Carolina > jmack (at) wm7d (dot) net - azimuthal equidistant map > generator at http://www.wm7d.net/azproj.shtml > Homepage http://www.austintek.com/ It's GNU/Linux! > > _______________________________________________ > Please read the documentation before posting - it's available at: > http://www.linuxvirtualserver.org/ > > LinuxVirtualServer.org mailing list - [email protected] > Send requests to [email protected] > or go to http://lists.graemef.net/mailman/listinfo/lvs-users > _______________________________________________ Please read the documentation before posting - it's available at: http://www.linuxvirtualserver.org/ LinuxVirtualServer.org mailing list - [email protected] Send requests to [email protected] or go to http://lists.graemef.net/mailman/listinfo/lvs-users
