-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Check that /proc/sys/net/ipv4/ip_forward is set to "1".
$ cat /proc/sys/net/ipv4/ip_forward
If not then:
$ sudo echo 1 >/proc/sys/net/ipv4/ip_forward
On Friday 14 March 2003 12:54 am, Martin Schoeman wrote:
> I have a W2K server on my internal LAN
I have a W2K server on my internal LAN xxx.xxx.xxx.xxx (private ip)
I am using iptables and need to connect from the outside to the W2K server
using MS Terminal Service.
I need to open and forward port 3389 TCP and UDP for this to work as far as
I know
This is what I came up with so far. All servi