imbadatthis
Technical User
Reading up on this stuff through CISCO docs:
the docs say below allows outside / unknown hosts to access hosts inside your network :
and
sys below is used for port forwarding.
Isn't port forwarding the same thing as allowing outside sources accessing inside services via a specific port?
We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.
the docs say below allows outside / unknown hosts to access hosts inside your network :
Code:
static (inside, outside) 172.18.124.99 10.200.1.254
access-list 101 permit tcp host 199.199.199.24 host 175.1.1.254 eq ftp
access-group 101 in interface outside
and
sys below is used for port forwarding.
Code:
static (inside, outside) tcp 172.18.124.99 ftp 10.1.1.3 ftp netmask 255.255.255.255 0 0
Isn't port forwarding the same thing as allowing outside sources accessing inside services via a specific port?
We must go always forward, not backward
always up, not down and always twirling twirling towards infinity.