iptables Forwarding problem
From: Arne Modersohn (att309_at_web.de)
Date: 10/28/03
- Next message: John Doe: "mount"
- Previous message: Keith Clark: "Re: xmms install problem"
- Next in thread: Jacob Heider: "Re: iptables Forwarding problem"
- Reply: Jacob Heider: "Re: iptables Forwarding problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 28 Oct 2003 23:40:40 +0100
Hello,
I want to forward every incoming connection (TCP) on Port 8080 to the
IP-Adress 192.168.2.10
After reading the manuals and some tutorials I used this command:
iptables -A PREROUTING -t nat -p tcp --dport 8080 -j DNAT --to 192.168.2.10
I get no errors, but it don't work.
Anyone know whats going wrong?
Thank you!
- Next message: John Doe: "mount"
- Previous message: Keith Clark: "Re: xmms install problem"
- Next in thread: Jacob Heider: "Re: iptables Forwarding problem"
- Reply: Jacob Heider: "Re: iptables Forwarding problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|