DaveNeubauer
IS-IT--Management
I am trying to configure a PIX-506 to open TCP ports 2221 through 2224 for communication of virus pattern files between ESET and an in-house AV server.
Here is what I have so far (IPs have been changed to protect the innocent).
access-list 102 permit tcp any host 172.19.3.80 range 2221 2224
static (inside, outside) tcp 179.196.4.82 2221 172.19.3.80 2221 255.255.255.255
static (inside, outside) tcp 179.196.4.82 2222 172.19.3.80 2222 255.255.255.255
static (inside, outside) tcp 179.196.4.82 2223 172.19.3.80 2223 255.255.255.255
static (inside, outside) tcp 179.196.4.82 2224 172.19.3.80 2224 255.255.255.255
I get an error message on the first static command: "number of maximum connections should lie between 0 and 65535."
I am rusty on my IOS commands, so I could use some help.
Here is what I have so far (IPs have been changed to protect the innocent).
access-list 102 permit tcp any host 172.19.3.80 range 2221 2224
static (inside, outside) tcp 179.196.4.82 2221 172.19.3.80 2221 255.255.255.255
static (inside, outside) tcp 179.196.4.82 2222 172.19.3.80 2222 255.255.255.255
static (inside, outside) tcp 179.196.4.82 2223 172.19.3.80 2223 255.255.255.255
static (inside, outside) tcp 179.196.4.82 2224 172.19.3.80 2224 255.255.255.255
I get an error message on the first static command: "number of maximum connections should lie between 0 and 65535."
I am rusty on my IOS commands, so I could use some help.