* setup firewall to allow Remote Desktop in XP???
@ 2002-10-27 15:05 Ben Tan
2002-10-28 14:47 ` Antony Stone
0 siblings, 1 reply; 2+ messages in thread
From: Ben Tan @ 2002-10-27 15:05 UTC (permalink / raw)
To: netfilter
[-- Attachment #1: Type: text/plain, Size: 239 bytes --]
hi,
I am considering to setup a firewall to allow the remote desktop connection for internet. which ports to allow for INPUT, FORWARD, OUTPUT?
There will be a DNAT for each connecton request to the internal client.
thanxs.
[-- Attachment #2: Type: text/html, Size: 808 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: setup firewall to allow Remote Desktop in XP???
2002-10-27 15:05 setup firewall to allow Remote Desktop in XP??? Ben Tan
@ 2002-10-28 14:47 ` Antony Stone
0 siblings, 0 replies; 2+ messages in thread
From: Antony Stone @ 2002-10-28 14:47 UTC (permalink / raw)
To: netfilter
On Sunday 27 October 2002 3:05 pm, Ben Tan wrote:
> hi,
> I am considering to setup a firewall to allow the remote desktop
> connection for internet. which ports to allow for INPUT, FORWARD, OUTPUT?
>
> There will be a DNAT for each connecton request to the internal client.
You do not require any ports open in your INPUT and OUTPUT chains because
these are only for packets to/from the netfilter machine - which obviously is
not the machine running the service if you're talking about XP.
Try the following rules in your FORWARD chain, and use the logged results to
tell you what additional rules you need to allow in order to let the packets
through:
iptables -A FORWARD -s a.b.c.d -d w.x.y.z -j LOG
iptables -A FORWARD -d a.b.c.d -s w.y.x.z -j LOG
Where a.b.c.d and w.x.y.z are the two machines you're trying to get to talk
to each other.
Antony.
--
Anyone that's normal doesn't really achieve much.
- Mark Blair, Australian rocket engineer
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-28 14:47 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-10-27 15:05 setup firewall to allow Remote Desktop in XP??? Ben Tan
2002-10-28 14:47 ` Antony Stone
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.