[EMAIL PROTECTED] wrote:
This is an interesting solution! Now if a business is filtering web pages
based on ports (I've been told that some businesses won't allow access to ports
other than 80), which port would they think I'm using...8080 or 80?
Marty
/sbin/iptables -t nat -A PREROUTING -i eth+ -p tcp --dport 80 -j
REDIRECT --to-port 8080
Much much easier
Dave
_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users
the world would connect to port 80, while server side, the port would be
remapped to 8080. Your GnuMP3d config should have 8080 in it.
--
Jim Lucas
"Some men are born to greatness, some achieve greatness,
and some have greatness thrust upon them."
Twelfth Night, Act II, Scene V
by William Shakespeare
_______________________________________________
Gnump3d-users mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnump3d-users