Hi folks
Host Debian 5.0
KVM - virtualizer
Guest - Debian 5.04
I need to set up port-forwarding to run
$ rdesktop 192.168.0.10:3389
to connect the guest.
On /etc/sysctl.conf already ucomment;
net.ipv4.ip_forward=1
and add following 2 lines on /etc/rc.local
/sbin/iptables -P FORWARD ACCEPT
/sbin/iptables --table nat -A POSTROUTING
But I can't find /sbin/iptables the execute file. Please help. TIA
B.R.
satimis

