Answer the question
In order to leave comments, you need to log in
Can't connect to the DVR remotely, why?
There is a DHI-XVR4108C video recorder, in the local network you can perfectly connect to it via the web at 192.168.1.202 (all addresses are fictitious). There was a need to connect to it via the web, port forwarding did this way:
eth0 - external network
-A INPUT -p tcp -m tcp --dport 5555 -j ACCEPT
-A FORWARD -p tcp -m tcp -i eth0 --dport 80 -j ACCEPT
-A PREROUTING -p tcp -m tcp -i eth0 --dport 5555 -j DNAT --to-destination 192.168.1.202:80
-A POSTROUTING -o eth0 -j MASQUERADE
Answer the question
In order to leave comments, you need to log in
The question is removed, it was also necessary to forward port 37777
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question