Redirecionamento de porta em Cisco com PPPoE
Enviado: 30 Set 2020, 11:43
Portas 37777, 8088 e 554.
Lan: 192.168.1.100
Cenário: g0/0 WAN PPPOE g0/1 LAN DHCP
Obs.: 192.168.1.100 é o IP do host ou servidor. O gw desta rede é 192.168.1.254
Utilizando as respectivas portas que estão sendo redirecionadas ao host 192.168.1.100
ip nat inside source static tcp 192.168.1.100 37777 interface Dialer1 37777
ip nat inside source static udp 192.168.1.100 37777 interface Dialer1 37777
ip nat inside source static tcp 192.168.1.100 8088 interface Dialer1 8088
ip nat inside source static udp 192.168.1.100 8088 interface Dialer1 8088
ip nat inside source static tcp 192.168.1.100 554 interface Dialer1 554
ip nat inside source static udp 192.168.1.100 554 interface Dialer1 554
Para confirmar se a configuração teve efeito:
c1905-redes_ti#show ip nat translations
Pro Inside global Inside local Outside local Outside global
tcp 200.200.200.200:554 192.168.1.100:554 --- ---
udp 200.200.200.200:554 192.168.1.100:554 --- ---
tcp 200.200.200.200:8088 192.168.1.100:8088 --- ---
udp 200.200.200.200:8088 192.168.1.100:8088 --- ---
tcp 200.200.200.200:37777 192.168.1.100:37777 --- ---
udp 200.200.200.200:37777 192.168.1.100:37777 --- ---
Lan: 192.168.1.100
Cenário: g0/0 WAN PPPOE g0/1 LAN DHCP
Obs.: 192.168.1.100 é o IP do host ou servidor. O gw desta rede é 192.168.1.254
Utilizando as respectivas portas que estão sendo redirecionadas ao host 192.168.1.100
ip nat inside source static tcp 192.168.1.100 37777 interface Dialer1 37777
ip nat inside source static udp 192.168.1.100 37777 interface Dialer1 37777
ip nat inside source static tcp 192.168.1.100 8088 interface Dialer1 8088
ip nat inside source static udp 192.168.1.100 8088 interface Dialer1 8088
ip nat inside source static tcp 192.168.1.100 554 interface Dialer1 554
ip nat inside source static udp 192.168.1.100 554 interface Dialer1 554
Para confirmar se a configuração teve efeito:
c1905-redes_ti#show ip nat translations
Pro Inside global Inside local Outside local Outside global
tcp 200.200.200.200:554 192.168.1.100:554 --- ---
udp 200.200.200.200:554 192.168.1.100:554 --- ---
tcp 200.200.200.200:8088 192.168.1.100:8088 --- ---
udp 200.200.200.200:8088 192.168.1.100:8088 --- ---
tcp 200.200.200.200:37777 192.168.1.100:37777 --- ---
udp 200.200.200.200:37777 192.168.1.100:37777 --- ---