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

How does additional address work?

I was playing with additional address in Sophos and TMG. But i just don't understand how it works. Because Additional address seems to be bound to the default first WAN address.

I have a Cisco with 3 WAN ranges (example) that the 2 firewalls connect to
IP pack 1: 1.1.1.0/24
IP pack 2: 2.2.2.0/24
IP pack 3: 3.3.3.0/24

TMG WAN IP: 1.1.1.1/24
Additional address 2.2.2.1/24

Sophos WAN IP: 3.3.3.1/24
Additional address 2.2.2.2/24

With TMG i can access both 1.1.1.1/24 & 2.2.2.1/24 from the internet.
On the Sophos you can access 3.3.3.1/24 but can't connect to the Additional address 2.2.2.2/24

When you connect from the internet -> to 2.2.2.2, how does the cisco know how to forward the packets to the Sophos alternate address 2.2.2.2/24?

How do you troubleshoot routing to alternate address?

I have seen thread before where users don't see DNAT packets coming in on the alternate address when there are IP packs in multiple subnets. Question is why?


This thread was automatically locked due to age.
Parents
  • Hi,

    this depend on how the cisco router is configured!

    So post the relevant lines from sh run...

    But if you realy have 3 external /24 ranges
    you could not split one of them to two additional routers 2.2.2.1/24 define .1-254
  • Your right. Just received the cisco config from the ISP. I was expecting somthing like a L3 switch setup, where every subnet can route to the other. But the firewall gateway IP is my firewall IP. So you can't route on a stick on the cisco.

    ARP shows on the same subnets

    firewall 1, has ip 1.1.1.1
    firewall 2, has ip 1.1.1.2

    On the cisco the ip packs are configured with a gateway firewall1
    ip route 2.2.2.0/24 1.1.1.1
    ip route 3.3.3.0/24 1.1.1.1

    Lets see how we can split the packs
Reply
  • Your right. Just received the cisco config from the ISP. I was expecting somthing like a L3 switch setup, where every subnet can route to the other. But the firewall gateway IP is my firewall IP. So you can't route on a stick on the cisco.

    ARP shows on the same subnets

    firewall 1, has ip 1.1.1.1
    firewall 2, has ip 1.1.1.2

    On the cisco the ip packs are configured with a gateway firewall1
    ip route 2.2.2.0/24 1.1.1.1
    ip route 3.3.3.0/24 1.1.1.1

    Lets see how we can split the packs
Children
No Data