IPTables Prerouting
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
.
Relevant Pages
- IPTables not forwarding from public to private subnet.
... I'm trying to use IPTables nat forwarding from public ip address to ... internal subnet, but it's not relaying. ... I can access the Internet and the Linux router from the Linux machine. ... (comp.os.linux.networking) - Re: FTP and Wireless G
... > my rusty old linux router with about two months ago to serve up ... > internet access from my cable modem to my internal network. ... > was a cinch, got my Linux box, my wife's WinXP box and both daughter's ... > don't want to do that, I just want to FTP like I should be able to. ... (comp.os.linux.networking) - Re: Firewall - Linux or Router
... >that does require the Linux computer to be on all the time. ... Power and noise requirements of a full Linux router are ... stock power supply with a no-fan unit from mini-box.com. ... Georgia Institute of Technology, Atlanta Georgia, 30332 ... (comp.os.linux.networking) - Re: Best router appliance with integrated DNS
... I've been searching main manufacturers web site before posting ... integrate a DNS service. ... replace my linux router by an appliance, I need it to be able to ... If you fear the Linux box is old, ... (comp.os.linux.networking) - Re: ADSL Routing Problem
... I've got an linux route with suse8.2. ... At the first i've a problem with all email-clients on several machines. ... Linux router (kernel pppoe configured with YaST2 for external DSL modem ... (comp.os.linux.networking) |
|