All of lore.kernel.org
 help / color / mirror / Atom feed
* access to server
@ 2003-04-29 22:49 netfilter_user
  2003-04-30  1:10 ` Arnt Karlsen
  0 siblings, 1 reply; 8+ messages in thread
From: netfilter_user @ 2003-04-29 22:49 UTC (permalink / raw)
  To: netfilter

Hello netfilter users,

In my network, Linux machine connect Local net (eth1) with internet
(ppp0). As a default all INCOMING traffic is deny. I made some rules
to access SMTP, HTTP etc. but its not important now.
It is necessery for nodes from local net to access server that is in Internet. The
address of this server is 62.233.202.165 and listen on port 23073 and
23083.

Rule: "iptables -A FORWARD -i eth1 -p udp -m --multioport --dport
23073,23083 -j ACCEPT"
wont work and i have received msg in log like this:

Apr 30 02:28:41 slack kernel: IPT:UnhandledForward:IN=eth1 OUT=ppp0 SRC=192.168.1.2 DST=62.233.202.165 LEN=36 TOS=0x00 PREC=0x00 TTL=127 ID=23780 PROTO=UDP SPT=1552 DPT=13073 LEN=16

Im newbe at iptables and cant resolve that problem alone. Maybe anyone
of You have got idea how to force that to work.


  

-- 
Best regards,
mailto:netfilter_user@o2.pl



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

end of thread, other threads:[~2003-04-30 17:48 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-29 22:49 access to server netfilter_user
2003-04-30  1:10 ` Arnt Karlsen
2003-04-30  1:38   ` Re[2]: " netfilter_user
2003-04-30  2:47     ` Arnt Karlsen
2003-04-30 13:32       ` Re[4]: " netfilter_user
2003-04-30 14:59         ` Alistair Tonner
2003-04-30 17:00           ` Re[6]: " netfilter_user
2003-04-30 17:48             ` Alistair Tonner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.