Powiadomienia
Wyczyść wszystko
BugOverflow
1
Wpisy
1
Użytkownicy
0
Reactions
1,634
Widoki
0
30/09/2018 7:47 pm
Rozpoczynający temat
cant connect to internal server using external ip od my network
1 odpowiedź
0
30/09/2018 7:51 pm
Rozpoczynający temat
Create Firewall/NAT rule
1 2 3 4 |
chain: dstnat src. address: my_lan_ip/24 dst. address my_lan_ip/24 action -> action: masquarade |
chain: dstnat src. address: my_lan_ip/24 dst. address my_lan_ip/24 action -> action: masquarade
configure port forwarding
1 2 3 4 5 |
firewall/nat chain:dstnat dst. address: my_external_ip dst. port: PORT action->dst-nat: to address & to port |
firewall/nat chain:dstnat dst. address: my_external_ip dst. port: PORT action->dst-nat: to address & to port