iptables

Deven Phillips dns at viata.com
Tue May 1 12:19:04 PDT 2001


Dave,

	Try this:

		iptables -N MYRULES
		iptables -A MYRULES -s <allowed net>/<mask bits> -j ACCEPT
		iptables -A MYRULES -s 0/0 -j DENY

		iptables -A INPUT -s 0/0 -j MYRULES

Deven Phillips, CISSP
Network Architect
Viata Online, Inc.



More information about the LUAU mailing list