If you could setup Port Forwarding, that would work. I've done that with
an IP-Cop box - until they blocked the PCA Ports at Corporate level
LEAVING work. :/
Jim
> Hello,
>
> I know there was some posts about the subject above but ...
>
> when I make some tests with the script provided in the pr
Hello,
I know there was some posts about the subject above but ...
when I make some tests with the script provided in the prior posts ( august
) it doesn't work at all !!
Is it the only lines to add in the rc.firewall ?
Isn't other rules to add ?
sorry for this newbee question and for my po
arrow
ComIT Solutions Inc.
www.comit.ca
Phone: 519-442-0100
Fax: 519-442-0429
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Mike Burger
Sent: Friday, August 09, 2002 12:09 PM
To: RedHat List
Subject: Re: IPTABLES and PCAnywhere
Try this, in
Try this, instead:
$IPTABLES -t nat -A PREROUTING -i eth0 -p tcp --dport 5631 -j DNAT --to
ip.of.internal.system
$IPTABLES -A FORWARD -p tcp --dport 5631 -m state --state NEW -d
ip.of.internal.system -j ACCEPT
$IPTABLES -t nat -A PREROUTING -i eth0 -p udp --dport 5632 -j DNAT --to
ip.of.intern
** Reply to message from Matthew Scarrow <[EMAIL PROTECTED]> on Fri, 09 Aug 2002
09:48:49 -0400
> Does anyone have an idea on how to setup port forwarding with iptables to
> allow a host on the internal network to be accessed from outside.
>
> I know the prots are tcp 5631 udp 5632
>
> I've t
Does anyone have an idea on how to setup port forwarding with iptables to
allow a host on the internal network to be accessed from outside.
I know the prots are tcp 5631 udp 5632
I've tried forwarding the ports like this:
iptables -A FORWARD -i eth0 -p TCP -s outside IP --sport 5631 -d inside