Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Rusty on PIX-506 commands

Status
Not open for further replies.

DaveNeubauer

IS-IT--Management
Jul 29, 2002
33
DE
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.




 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top