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?
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?