-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 16 March 2004 05:42 am, Matt Harrison wrote: > Just purchased it today! I am very impressed...It gives me the ability > to do with Windows what everyone should be able to do....Minimize it > when it gets in the way, lol. Anyways, I checked with Netraverse and > they suggested using IP Masqurade and I dl'ed a generic script to test > it out. > > -Matt
Hi Matt, are you using dialup or static ip? If static use this script (mind the word wrap): iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o eth0 -j SNAT --to-source 202.155.24.132(replace with your static ip) or if dialup: iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -o ppp0 -j MASQUERADE **) 192.168.0.0/24 is your internal network. I must remind you though that those scripts give you zero protection. If you want a complete firewall script you can google for it for example: gShield. HTH, Fajar. - -- 11:28:39 up 1:40, Mandrake Linux release 9.2 (FiveStar) for i586 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAVoPHkp5CsIXuxqURAqOHAJ9DklBE8tVXlMps46Eg+wqeVDQFpACgqhvK fSJ3kcWjfmR2OyoW2FUWJWw= =kFU3 -----END PGP SIGNATURE-----
Want to buy your Pack or Services from MandrakeSoft? Go to http://www.mandrakestore.com
