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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Removing a port forwarding

Status
Not open for further replies.

Tomy1965

Technical User
Dec 20, 2005
2
CA
I used the following lines to add a port forwarding to my cisco pix 506E:

Telnet using Hyperterminal
login
enable
config t
access-list acl_outside permit tcp any host 209.xxx.xxx.xxx eq 6881
static (inside,outside) tcp interface 6881 192.168.1.xxx 6881 netmask 255.255.255.255 0 0
write memory


Is there a similar way to remove these or any other similar lines?
 
type the same commands, but put no infront of them

no access-list acl_outside permit tcp any host 209.xxx.xxx.xxx eq 6881
no static (inside,outside) tcp interface 6881 192.168.1.xxx 6881 netmask 255.255.255.255 0 0
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top