Vernon A. Fort wrote: > Attempting to setup a dual ISP on a gentoo box but I'm not sure how to > configure the routing in the /etc/conf.d/net configuration file. Does > shorewall do all the routing or do I set just the default route to the > PRIMARY outbound ISP? > > Vernon >
I'd set the gateway for the primary outbound ISP, shorewall will replace the gateway with a multi-hop gateway anyway. I hope that you don't use dhcp to obtain your ip addresses from both providers, that is problematic, the net scripts replace each others gateways. If you use dhcp to obtain a single ip address from a provider, then make that one the default gateway and in the providers file use "detect" for that provider's gateway, and just list the other provider's gateway. Jerry ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Shorewall-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/shorewall-users
