/* HINT: Search archives @ http://www.indyramp.com/masq/ before posting! /* ALSO: Don't quote this header. It makes you look lame :-) */ Greetings, I'm getting kind of desperate here, trying to get Windows Media Encoder V4 to work outside our firewall. I can send an http request from local hosts behind the firewall or w/in the DMZ and see the packets hit the firewall,get forwarded to the internal WME server and then zip back out the way they came to the requesting host. If I try this from an address outside of our DMZ, I don't see anything. I'm running a 2.2.15 Linux kernel w/ ipmasq, ipportfw and mfw support built in. I am using ipmasqadm to do the port forwarding. I'm using the following lines in my firewall setup script: /sbin/ipchains -A input -p tcp -s 0/0 -d $GATEWAY 8080 -l -j ACCEPT /sbin/ipchains -A output -p tcp -s $STREAMER 8080 -d 0/0 -l -j ACCEPT /usr/sbin/ipmasqadm portfw -a -P tcp -L $GATEWAY 8080 -R $STREAMER 8080 /sbin/ipchains -A $FCHN -s $INTERNALNET -d $REMOTENET -j MASQ /sbin/ipchains -I $FCHN -p tcp -s $STREAMER/32 8080 -d $REMOTENET -j MASQ Help? Should any of these go before the others or before other firewall rules? What am I missing here? I'll be happpy to send the script and ruleset I'm using(appropriately sanitized of course) if you think it would help Thanks for any help you can provide! ----Steve _______________________________________________ Masq maillist - [EMAIL PROTECTED] Admin requests can be handled at http://www.indyramp.com/masq-list/ -- THIS INCLUDES UNSUBSCRIBING! or email to [EMAIL PROTECTED] PLEASE read the HOWTO and search the archives before posting. You can start your search at http://www.indyramp.com/masq/ Please keep general linux/unix/pc/internet questions off the list.
