Re: A MS VPN client through an iptables FW
From: Draniom (nospam_at_nospam.com)
Date: 07/28/05
- Next message: GS: "Re: Couldn't able to telnet/ftp/ssh onto Fedora Linux system?"
- Previous message: Dan: "Re: static IP problem with ifstate on debian sarge"
- In reply to: Draniom: "A MS VPN client through an iptables FW"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Thu, 28 Jul 2005 14:46:10 +0200
I found the solution :
# allow GRE (MS VPN Client)
$IPTABLES -A INPUT -p 47 -j ACCEPT
$IPTABLES -A OUTPUT -p 47 -j ACCEPT
$IPTABLES -A FORWARD -p 47 -j ACCEPT
-- Draniom
- Next message: GS: "Re: Couldn't able to telnet/ftp/ssh onto Fedora Linux system?"
- Previous message: Dan: "Re: static IP problem with ifstate on debian sarge"
- In reply to: Draniom: "A MS VPN client through an iptables FW"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]