Cisco NAT a Forwarding portu
interface FastEthernet0/0 ip address 213.155.225.1 255.255.255.0 ip nat outside duplex auto speed auto ! interface FastEthernet0/1 ip address 192.168.10.1 255.255.255.0 ip nat inside duplex auto speed auto ip nat inside source list 1 interface FastEthernet0/0 overload ip nat inside source static tcp 192.168.10.2 443 213.155.225.1 443 ip classless ! ! access-list 1 permit 192.168.10.0 0.0.0.255 … Číst dál