For When You Can't Have The Real Thing
[ start | index | login ]
start > Netscreen > Dual-WAN addressing

Dual-WAN addressing

Created by dave. Last edited by dave, 11 years and 224 days ago. Viewed 5,225 times. #2
[diff] [history] [edit] [rdf]
labels
attachments
(13 September 2012)

Problem

I have two WAN interfaces from different ISPs. One is on ethernet0/0 and is static; one is on ethernet0/1 and is PPPoE. Both have default routes configured.

When both interfaces are up, the firewall prefers to use the PPPoE link. When the PPPoE link drops, the firewall automatically starts using ethernet0/0 instead.

However, I can only ping the IP on ethernet0/0 from the internet when the PPPoE link is down.

(This is because the reply-packet to the ping request is routed out the preferred default route, but the PPPoE ISP will not route packets with a source IP address of the ethernet0/0 ISP.)

Solution

Use this setting:

set flow mac-cache mgt
save

The management interfaces on ethernet0/0 are available now whenever the link on ethernet0/0 is up. The state of the PPPoE link does not affect availability.

Discussion

I frankly have no idea why this works, I just know it does.

(Source: JTAC, and >>this KB article)

no comments | post comment
This is a collection of techical information, much of it learned the hard way. Consider it a lab book or a /info directory. I doubt much of it will be of use to anyone else.

Useful:


snipsnap.org | Copyright 2000-2002 Matthias L. Jugel and Stephan J. Schmidt