unfortunately this doesn't work outside my server on port 80....my friend tried my site from his house and could only access it through port 8001. iptables --list shows the needed ports are open, but how would I know from the server side if rerouting is taking place so that I could narrow down the problem?
Marty On Tue, 12 Feb 2008 14:22:37 -0800 Jim Lucas <[EMAIL PROTECTED]> wrote: > Marty Huntzberry wrote: > >> usr/sbin/iptables -t nat -A PREROUTING -i eth+ -p tcp --dport 80 -j > >> REDIRECT --to-port 8001 > >> > >> Much much easier > >> > >> Dave > > > > That seems to be working on server side. How can I know for sure at my > > server? Also, I have 2 firewalls. > > One is hard wired on my router and I have opened up the HTTP service (port > > 80) and the ShoutCast Streaming > > service (Ports 8000-8005). The other is iptables where I have opened up > > the same ports (80 and 8001). Which > > ports in my firewalls can I close? > > > > Marty > > > > > > _______________________________________________ > > Gnump3d-users mailing list > > [email protected] > > http://lists.gnu.org/mailman/listinfo/gnump3d-users > > You will need both to remain. > > When you go to the port 80 you will be accessing it with your web browser, > but > the player (eg: winamp) will be accessing port 8001. > > -- > 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
