Mainos / Advertisement:
Ero sivun ”Cisco Router NAT/PAT/en” versioiden välillä
Siirry navigaatioon
Siirry hakuun
(Ak: Uusi sivu: NAT (Network address translation) https://en.wikipedia.org/wiki/Network_address_translation) |
(Ak: Uusi sivu: === Allow ssh from outside networks ===) |
||
Rivi 18: | Rivi 18: | ||
− | === | + | === Allow ssh from outside networks === |
ip nat inside source static tcp 192.168.1.1 22 interface fastEthernet 0/0 22 | ip nat inside source static tcp 192.168.1.1 22 interface fastEthernet 0/0 22 | ||
[[Category:Cisco]] | [[Category:Cisco]] |
Versio 21. elokuuta 2015 kello 08.26
{{#allow-groups:user}}
NAT (Network address translation) https://en.wikipedia.org/wiki/Network_address_translation
interface FastEthernet0/0 ip address dhcp ip nat outside
interface FastEthernet0/1 ip address 192.168.1.1 255.255.255.0 ip nat inside
access-list 7 permit any ip nat inside source list 7 interface FastEthernet0/0 overload
Allow ssh from outside networks
ip nat inside source static tcp 192.168.1.1 22 interface fastEthernet 0/0 22
Mainos / Advertisement: