D’oh!

So I’ve been trying to work out why network behaviour has been so erratic at work since I replaced our leased line with a 1Mb DSL line. Seemingly at random, machines would be unable to connect to the outside world. It was as if a machine was completely firewalled, but a few hours later it would be fine - and a different machine would be unable to connect. This was mostly obviously manifested by MSN Messenger failing to connect. (Note to any Sysadmins who allow MSN: This is a very quick way to piss off your entire staff!). It was only after staring at the PIX config for two straight hours, that I finally noticed this line:

nat (inside) 1 0.0.0.0 0.0.0.0 10 10

For those of you not familiar with PIX IOS configuration, the

10 10

at the end of that line is the number of concurrent connections that the rule will allow. So basically, 10 machines could be NAT’d out of the network before it would stop processing them. Only when one machine stopped talking to the outside world would it let another take its place. D’oh! I changed it to:

nat (inside) 1 0.0.0.0 0.0.0.0 0 0

And of course it immediately started working properly! (0 means unlimited connections.)

Lesson learned! I’m just embarrassed it took me so long to spot!

1 Response to “D’oh!”


  1. 1 Richard

    You really can’t get the staff these days…

Comments are currently closed.



Bad Behavior has blocked 412 access attempts in the last 7 days.