Linux Netfilter discussions
 help / color / mirror / Atom feed
* Forwarding help
@ 2003-11-26 22:03 sc2
  2003-11-26 22:30 ` zechim
  2003-11-26 22:30 ` Antony Stone
  0 siblings, 2 replies; 14+ messages in thread
From: sc2 @ 2003-11-26 22:03 UTC (permalink / raw)
  To: netfilter

hello
i use iptables .7, but it does not work (forward) , any ideas?
thank you , 
ps: same rules down i have make for tcp match not only for udp

echo "1" > /proc/sys/net/ipv4/ip_forward
iptables -F FORWARD
iptables -t nat -F
iptables -A FORWARD -j LOG
iptables -A FORWARD -p udp -d ip --dport port -j ACCEPT
iptables -t nat -A PREROUTING -p udp -d ip --dport port -j DNAT --to 
ip:port



^ permalink raw reply	[flat|nested] 14+ messages in thread
* Forwarding Help
@ 2003-11-20 20:26 Michael Menges
  2003-11-20 20:40 ` Antony Stone
  2003-11-20 21:20 ` Eric Wood
  0 siblings, 2 replies; 14+ messages in thread
From: Michael Menges @ 2003-11-20 20:26 UTC (permalink / raw)
  To: netfilter


[-- Attachment #1.1: Type: text/plain, Size: 499 bytes --]

GlacierHello folks.  What's the best way to handle this situation:

I wish to have my gateway/firewall using iptables to forward incoming internet traffic destined to port 443 (https) to another machine on my localnet (192.168.0.10) keeping the same port number, obviously.  I'm on a cable connection with a dynamic IP address, of course. I've read the FAQ's and man page but yet unable to come up with the proper syntax.  Any generic command structures would be most helpful.

hasta,
Mike 


[-- Attachment #1.2: Type: text/html, Size: 1212 bytes --]

[-- Attachment #2: Glacier Bkgrd.jpg --]
[-- Type: image/jpeg, Size: 2743 bytes --]

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

end of thread, other threads:[~2003-11-27 13:21 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-11-26 22:03 Forwarding help sc2
2003-11-26 22:30 ` zechim
2003-11-26 22:30 ` Antony Stone
2003-11-27 11:07   ` sc2
2003-11-27 11:34     ` Antony Stone
2003-11-27 12:48       ` sc2
2003-11-27 12:58         ` Antony Stone
2003-11-27 13:14           ` Ray Leach
2003-11-27 13:21             ` Antony Stone
  -- strict thread matches above, loose matches on Subject: below --
2003-11-20 20:26 Forwarding Help Michael Menges
2003-11-20 20:40 ` Antony Stone
2003-11-20 21:23   ` Jeffrey Laramie
2003-11-20 21:37     ` Antony Stone
2003-11-20 21:20 ` Eric Wood

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