Re: IPTables not forwarding from public to private subnet.
- From: Tauno Voipio <tauno.voipio@xxxxxxxxxxxxx>
- Date: Fri, 28 Sep 2007 18:37:44 GMT
techjohnny@xxxxxxxxx wrote:
I'm trying to use IPTables nat forwarding from public ip address to
internal subnet, but it's not relaying.
Public Ip address
207.202.xxx.xxx -> 10.0.0.100 (Linux router) -> 10.1.10.15 (Linux
machine.)
I can access the linux machine from 10.0.0.100's router.
I can access the Internet and the Linux router from the Linux machine.
I'm using the iptables command:
iptables -t nat -A PREROUTING -p tcp --dport 26 -j DNAT --to
10.1.10.15:26
I'm even disabled all of the DENY rules for forwarding.
--TJ
Did you remember to enable IP forwarding?
--
Tauno Voipio
tauno voipio (at) iki fi
.
- Follow-Ups:
- Re: IPTables not forwarding from public to private subnet.
- From: techjohnny@xxxxxxxxx
- Re: IPTables not forwarding from public to private subnet.
- References:
- IPTables not forwarding from public to private subnet.
- From: techjohnny@xxxxxxxxx
- IPTables not forwarding from public to private subnet.
- Prev by Date: TCP non-blocking multithreads preemption
- Next by Date: Re: A weird routing question.
- Previous by thread: IPTables not forwarding from public to private subnet.
- Next by thread: Re: IPTables not forwarding from public to private subnet.
- Index(es):
Relevant Pages
|