All of lore.kernel.org
 help / color / mirror / Atom feed
* dhcp windows client port
@ 2005-11-12 16:08 P theodorou
  2005-11-12 17:08 ` Rob Sterenborg
  0 siblings, 1 reply; 5+ messages in thread
From: P theodorou @ 2005-11-12 16:08 UTC (permalink / raw)
  To: netfilter

Hello

i wish  the windows machine which receives Internet from the firewall pc
to be restricted fully apart from the port needed to access the internet

the windows machine has got fully access when my rc.firewall  contains

$iptables -A FORWARD -i $LAN_IFACE -j ACCEPT

which gives to the windows machine access to every port

i've tried unsuccesully the following command

$iptables -A FORWARD -p TCP -i $LAN_IFACE -- sport XX -j ACCEPT

my netstat on the windows machine displays various connections
few questions now


1 which port should be alolwed for the windows machine to see internet
2 can i restrct it to  something like :
$iptables -A FORWARD  -p TCP -i $LAN_IFACE  -sport XX   -dport XX -j ACCEPT

in other words, allow  the windows relevant port for accesing on the 
internet  to
be connected to the specific port of the firewall

regards




^ permalink raw reply	[flat|nested] 5+ messages in thread
* Re: dhcp windows client port
@ 2005-11-12 23:27 P theodorou
  2005-11-13  3:13 ` dhcp windows client port (nfcan: addressed to exclusive sender for this address) Jim Laurino
  0 siblings, 1 reply; 5+ messages in thread
From: P theodorou @ 2005-11-12 23:27 UTC (permalink / raw)
  To: netfilter

Hello again

Anybody knows where can i find   scripts  with very restricted policies ?

If someone could suggest some  would be very appreciated

google replies mostly basic ones

regards

>From: Gabriel <jarod125@yahoo.com>
>To: netfilter@lists.netfilter.org
>Subject: Re: dhcp windows client port
>Date: Sat, 12 Nov 2005 13:25:09 -0800 (PST)
>
>On Sat, 12 Nov 2005 18:08:23 +0200, P theodorou
><props666999@hotmail.com>
>wrote:
>
> > Hello
> >
> > i wish  the windows machine which receives Internet from
>the firewall pc
> > to be restricted fully apart from the port needed to
>access the internet
> >
> > the windows machine has got fully access when my
>rc.firewall  contains
> >
> > $iptables -A FORWARD -i $LAN_IFACE -j ACCEPT
> >
> > which gives to the windows machine access to every port
> >
> > i've tried unsuccesully the following command
> >
> > $iptables -A FORWARD -p TCP -i $LAN_IFACE -- sport XX -j
>ACCEPT
> >
> > my netstat on the windows machine displays various
>connections
> > few questions now
> >
> >
> > 1 which port should be alolwed for the windows machine to
>see internet
> > 2 can i restrct it to  something like :
> > $iptables -A FORWARD  -p TCP -i $LAN_IFACE  -sport XX
>-dport XX -j
> > ACCEPT
> >
> > in other words, allow  the windows relevant port for
>accesing on the
> > internet  to
> > be connected to the specific port of the firewall
> >
> > regards
> >
> >
> >
> >
>
>You could adopt a strategy where you allow all connections
>started from
>the inside of your LAN (and, of course, all connections
>related to those),
>but none that is started from the internet. So, you could
>set the FORWARD
>policy to DROP, allow the IPs from inside the LAN to
>connect to the
>internet and then use a rule that allows all ESTABLISHED
>and RELATED
>connections.
>
>--
>Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
>
>
>
>__________________________________
>Yahoo! FareChase: Search multiple travel sites in one click.
>http://farechase.yahoo.com
>




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

end of thread, other threads:[~2005-11-13  3:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-11-12 16:08 dhcp windows client port P theodorou
2005-11-12 17:08 ` Rob Sterenborg
2005-11-12 18:45   ` P theodorou
2005-11-12 19:36     ` dhcp windows client port (nfcan: addressed to exclusive sender for this address) Jim Laurino
  -- strict thread matches above, loose matches on Subject: below --
2005-11-12 23:27 dhcp windows client port P theodorou
2005-11-13  3:13 ` dhcp windows client port (nfcan: addressed to exclusive sender for this address) Jim Laurino

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.