| onoski 2002-02-15, 5:03 am |
| Please, I am trying to access the Internet on these two machines which are in a peer to peer network hooked up with a crossover cable with a NIC on each machine. This bit is fine. The WinSrv 2000 is the only machine with a 56k microlink modem, and I want to configure the Linux machine to have Internet functions through the help of WinSrv 2000.
I read in Mark Minasi's book Linux for Windows NT/2000 administrators, named the decoder ring that executing this script on the Linux box using root access would do the business.
ipchains -p forward DENY
ipchains -A forward -j MASQ
echo 1 > /proc/sys/net/ipv4/ip_forward
He rekones just entering the script again would be enough and that I'd be able to have Internet access on the Linux box. Please, any comments and infos on this would be greatly appreciated. I've not actually tried this yet hence the need for your professional comments and assistance in simplyfying this task. |