|
Posted by CK on June 3, 2008, 3:30 am
If you were Registered and logged in, you could reply and use other advanced thread options
if the server is trappig this logs that means ASA is redirecting the
traffic properly
Now for port redirection
Access-list e.g.
access-list 101 permit tcp any host "public ip provided to server" eq
telnet
access-list 101 permit tcp any host "public ip provided to server" eq
ftp
NAT e.g.
static (inside,outside) tcp "public ip provided to server" telnet
red4
telnet netmask 255.255.255.255 0 0
|