Monday, March 15, 2010

IP Addressing for HA Links for ASA/​FWSM/​ACE Etc– Poll

November 6, 2008 by Greg Ferro · 7 Comments 

I have been review­ing a col­lec­tion (more than fifty) fire­walls through­out a net­work. All of these fire­walls are in fail­over or HA mode and have an inter­face between them for fail­ure detec­tion, state and con­fig rep­lic­a­tion. But it seems that the choices for the HA IP address­ing vary tremendously.

firewall-ha-ip-addr-1.jpg

When I con­fig­ure a HA link I always use 1.1.1.0/30. The Primary is 1.1.1.1 and the Secondary is 1.1.1.2.

What I didn’t real­ise is that many other people do the same thing. About 50% of these fire­walls uses 1.1.1.0/30, or maybe 1.0.0.0/24 or some­thing sim­ilar. The remainder seem to use private addresses and some are using pub­lic address.

So here is the ques­tion ? What IP address­ing do you use when con­fig­ur­ing a HA link between fire­wall /​ load bal­an­cers /​ devices ?

Sound off in the com­ments and take the poll.

[polldaddy poll=1078479]

Update 2010-​​02-​​06

Since writ­ing this post, the RIPE has alloc­ated the 1.0.0.0/8 to the APNIC for alloc­a­tion to pub­lic Internet hosts. This means that hosts on the pub­lic Internet in the range 1.1.1/24 will not be access­ible and there­fore you should not use this range any longer. You should use 192.0.2.0/24 in the cur­rent IP address plan.

Please rate this post:

  Why Rate Posts?
1 Star - It\\\'s Crud2 Stars - It\\\'s Tosh3 Stars - Something\\\'s missing4 Stars - Needs works5 Stars - Good Enough6 Stars - Good7 Stars - Excellent8 Stars - Brilliant9 Stars - Astonishing10 Stars - Awesomely Godlike? (No Ratings Yet)
Loading ... Loading ...

Comments

7 Responses to “IP Addressing for HA Links for ASA/​FWSM/​ACE Etc– Poll”
  1. Colin says:

    I’m a big fan of using /30’s out of the 169.254.0.0/16 link local allocation.

    It’s the “zero­conf” range and should never be routed or per­mit­ted through fire­walls, I nor­mally route to null0 or have a gen­eric denial/​drop within input fire­wall rules. And it will never con­flict with nor­mal RFC1918 private address­ing that might also be in use.

    ie. on ASA/​PIX with state­ful failover,

    fail­over inter­face ip fail­over 169.254.255.249 255.255.255.252 standby 172.31.255.250
    fail­over inter­face ip failover-​​state 169.254.255.253 255.255.255.252 standby 172.31.255.254

  2. Colin says:

    And on occa­sion when I cut’n’paste from the tem­plate I already open I’m retarded and for­get to change everything :-/

    fail­over inter­face ip fail­over 169.254.255.249 255.255.255.252 standby 169.254.255.250
    fail­over inter­face ip failover-​​state 169.254.255.253 255.255.255.252 standby 169.254.255.254

  3. Greg Ferro says:

    this is a great sug­ges­tion — the only down­side might be that you could the­or­et­ic­ally use this range on the inside inter­face — but then 1.1.1.1 might become legal one day as well. I like it.

  4. Charles says:

    reserved range 192.0.2.x/24

  5. SteveP says:

    I tried to AVOID the use of 1.1.1.0/30 as 1.1.1.1/32 is used on the WLC’s and it gen­er­ally serves to con­fuse those who are not so clued up ;-)

    • Greg Ferro says:

      I take it that WLC is a Wireless LAN Controller ? And they use 1.1.1.1 as some type of spe­cial address ?

      Also, note that the fire­wall HA links are only loc­ally sig­ni­fic­ant. The actual IP address used is not rel­ev­ant to your network.

Speak Your Mind

Tell us what you're thinking...
and oh, if you want a pic to show with your comment, go get a gravatar!