06-03-2005 10:50 AM - edited 02-21-2020 12:11 AM
Hi,
My provider gives me a pair of router for Internet Access. The 2 routers are running HSRP. Behind the routers I have a PIX firewall. I also have /28 public subnet.
I have no problem to access Internet but I have problem with incoming traffic. For example, I use a public address for SMTP and I can not access. To resolve this I have to plug the PIX to the ADSL router ...
Does anyone have an idea? Maybe something with HSRP...or mac address table...
Regards
06-03-2005 11:01 AM
Hi,
ave you tried with proper 'static' entries on firewall?
Thanks
MS
06-06-2005 01:20 AM
Hi,
The configuration of the NAT is here:
static (inside,outside) public_IP1 esafe-antivirus netmask 255.255.255.255 0 0
static (intf2,outside) public_IP2 DMZ-DOMINO netmask 255.255.255.255 0 0
06-10-2005 07:25 PM
Double check both routers are not using asymetric routing. This might be your problem. Let's say for instance that packets from outside to your server are coming from router 1, but replies are going to router 2. What would happen here is that router 2 will drop these packects because they were never seem on that router before.
HSRP is only used for packects coming from the interface connected to the Pix, that's why access to the internet is working fine. HSRP will not work from the other interfaces if not configured. Do you have HSRP configured on both interfaces ingress and egress?.
Also HSRP always will use one router as primary and does not support load balancing between both routers. You may as well check to see if GLB will be a better solution for this.
Regards,
Carlos Roque
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide