Linux Netfilter discussions
 help / color / mirror / Atom feed
* forward again
@ 2003-12-04 12:21 sc2
  2003-12-04 12:31 ` Antony Stone
  0 siblings, 1 reply; 2+ messages in thread
From: sc2 @ 2003-12-04 12:21 UTC (permalink / raw)
  To: netfilter

hello
when i want forward ip > to > ip. (.51 > 58)
what i must do that it works? maybe a rule too on the destination adre to
reply with other source ip??
thx bye
--------------tables--------
echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -I FORWARD -m state --state ESTABLISHED,RELATED -j ACCEPT

iptables -F FORWARD
iptables -t nat -F


iptables -A FORWARD -p udp -d xx.xxx.xx.58 --dport 27021 -j ACCEPT
iptables -A PREROUTING -p udp -d xx.xxx.xx.51 --dport 27021 -j DNAT --to
62.116.24.58:27021
iptables -A FORWARD -p tcp -d xx.xxx.xx.58 --dport 27021 -j ACCEPT
iptables -A PREROUTING -p tcp -d xx.xxx.xx.51 --dport 27021 -j DNAT --to
xx.xxx.xx.58:27021




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-12-04 12:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-04 12:21 forward again sc2
2003-12-04 12:31 ` Antony Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox