View Single Post
  #4   (View Single Post)  
Old 15th March 2011
MatCauthon MatCauthon is offline
New User
 
Join Date: Mar 2011
Posts: 3
Default

Update...

Its a strange day, today...
Yesterday I changed the nodes states, so now the master is the old backup. And it works fine...
The new backup (the nodes that give me problem) seems to be ok... but...

The last rule of my pf ruleset is for load balancing between external connections ...

Quote:
pass out log on $ext_if1 route-to ($ext_if2 $ext_if2_gw) from $ext_if2 to any
pass out log on $ext_if2 route-to ($ext_if1 $ext_if1_gw) from $ext_if1 to any
Now I'm running out of ideas I checked all the pf rules with pfctl -sa and... Arrrggh!...

Quote:
pass out log on em2 route-to (axe0 213.x.x.254) inet from 212.52.82.27 to any flags S/SA keep state
WHAT!?! the hell and who is 212.52.82.27??? It doesn't belong to my IP addresses!?

After a flush it becomes normal:

Quote:
pass out log on em2 route-to (axe0 213.x.x.254) inet from 213.x.x.249 to any flags S/SA keep state
What do you think about that?!
Reply With Quote