Is this a solid ipchains setup for allowing only PPTP traffic on the
external interface of a LRP PPTP server?


ipchains -F output
ipchains -F input
ipchains -F forward
ipchains -P forward DENY
ipchains -P input DENY
ipchains -P output DENY
ipchains -A input -p TCP -d 0.0.0.0/0 1723 -j ACCEPT
ipchains -A input -p 47 -j ACCEPT
ipchains -A output -p TCP -s 0.0.0.0/0 1723 -j ACCEPT
ipchains -A output -p 47 -j ACCEPT
ipchains -A forward -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
ipchains -A output -p ALL -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT
ipchains -A input  -p ALL -s 192.168.1.0/24 -d 192.168.1.0/24 -j ACCEPT

Thanks,
  Adam


********************************************************************* 
Note: This E-mail and any attachments may be privileged and confidential and protected 
from disclosure.  If the reader of this message is not the intended recipient, or an 
employee or agent responsible for delivering this message to the intended recipient, 
you are hereby notified that any disclosure, copying, distribution or use of this 
E-mail and any attachments is strictly prohibited.  If you have received this E-mail 
in error, please notify us immediately by returning it to the sender and deleting it 
from your computer system.  Thank you for your cooperation.
**********************************************************************


_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to