This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

2 internet connections and I"m going CRAZY

Hi All,

ASL 3.2.current
office edition

network setup:

eth0:  dsl static IP (wan0)
eth1:  cable modem dhcp (wan1)
eth2:  lan

My problem:

I run a webserver in the lan that I want to make available via incoming http requests on eth0.

However, eth1 is the default gateway for the lan.  Basically, all traffic that originate from the lan and is bound for the internet needs to use the cable modem (WAN1).  Requests from the internet coming in on WAN0 get routed to the lan server, then need to return to the WAN0 connection.  How do I configure this?  I'ved played with DNAT/SNAT setting and done everything I can think of.  I've read several posts on here, I can't seem to make it work.

Everything works fine if WAN0 is the default gateway.  But then LAN traffic uses WAN0 and I can't have this.  My DSL circuit is slow.

Any suggestions?

Also, how do I make WAN0 the fall back for outbound LAN connections when WAN1 dies?

Please Help, this is driving me crazy.

Thank You,

.dn  


This thread was automatically locked due to age.
Parents
  • I believe the first part of your request (the webserver) could be accomplished with additional  home type router like the netgear 311/314 by doing a reverse NAT, that is all internet inbound server traffic on the DSL would be NAT'ed to a single address on your LAN network.

    The second part, fallover between two ISP's,  would require BGP and involves a high degree of complexity and understanding.  Usually not advisable for a home/SOHO network.  
Reply
  • I believe the first part of your request (the webserver) could be accomplished with additional  home type router like the netgear 311/314 by doing a reverse NAT, that is all internet inbound server traffic on the DSL would be NAT'ed to a single address on your LAN network.

    The second part, fallover between two ISP's,  would require BGP and involves a high degree of complexity and understanding.  Usually not advisable for a home/SOHO network.  
Children
No Data