C***@quantum-sci.com
2011-03-04 06:28:34 UTC
I have a backup server, hex, which also has security cameras on eth2. eth1 is the LAN.
I want to take a given security camera at IP 10.5.12.40 on eth2 (cam) and present it to the LAN as 192.168.1.4:80. So in Shorewall rules I have:
DNAT net $FW:10.5.12.40 tcp www
ACCEPT net:192.168.1.1 cam tcp www -
Of course cam is defined in interfaces, zones, and policy. But when I point my browser at 192.168.1.4 nothing happens. No dmesg firewall messages, but also nothing else. What am I doing wrong?
I want to take a given security camera at IP 10.5.12.40 on eth2 (cam) and present it to the LAN as 192.168.1.4:80. So in Shorewall rules I have:
DNAT net $FW:10.5.12.40 tcp www
ACCEPT net:192.168.1.1 cam tcp www -
Of course cam is defined in interfaces, zones, and policy. But when I point my browser at 192.168.1.4 nothing happens. No dmesg firewall messages, but also nothing else. What am I doing wrong?