jobby
11-20-2001, 07:12 PM
Hi,
I have a win2k machine behind a linux (suse7.1) firewall running iptables for masquerading. I am using webcam32 on win2k to stream video content. The win2k machine has ip address 192.168.0.99 and listens on port 8888 to serve the streamed video. The linux firewall also runs an apache web server with a web page running the javacampush applet to serve the video. Everywhere inside the network I can see the video, but not from outside the network. I use the following iptables commands:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
In order to do port forwarding for th video I do:
iptables -t nat -A PREROUTING -p tcp -i ppp0 -j DNAT --to 192.168.0.99:8888
where 192.168.0.99 is the ip address of the win2k box. Does anyone have any helpfull hints?
Cheers
Jobby
I have a win2k machine behind a linux (suse7.1) firewall running iptables for masquerading. I am using webcam32 on win2k to stream video content. The win2k machine has ip address 192.168.0.99 and listens on port 8888 to serve the streamed video. The linux firewall also runs an apache web server with a web page running the javacampush applet to serve the video. Everywhere inside the network I can see the video, but not from outside the network. I use the following iptables commands:
iptables -t nat -A POSTROUTING -o ppp0 -j MASQUERADE
In order to do port forwarding for th video I do:
iptables -t nat -A PREROUTING -p tcp -i ppp0 -j DNAT --to 192.168.0.99:8888
where 192.168.0.99 is the ip address of the win2k box. Does anyone have any helpfull hints?
Cheers
Jobby