Networking Forums

Networking Forums > Computer Networking > Linux Networking > A MS VPN client through an iptables FW

Reply
Thread Tools Display Modes

A MS VPN client through an iptables FW

 
 
Draniom
Guest
Posts: n/a

 
      07-28-2005, 11:59 AM
Hello,

I have setup a Linux firewall using iptables. I am working on allowing
VPN connections using Microsoft VPN client from inside my network to a
Microsoft VPN server outside my network.

In other word, the Microsoft VPN client initiating the connection is
inside the firewall and the Microsoft VPN server is outside.

I tested the connection without my firewall and all works.

Any help is appreciated.

Tanks.

--
Draniom


 
Reply With Quote
 
 
 
 
Draniom
Guest
Posts: n/a

 
      07-28-2005, 12:46 PM
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


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cisco VPN CLient: iptables rules bruce_phipps@my-deja.com Linux Networking 4 01-01-2009 12:41 AM
Looking for iptables applications code (iptables.c) to run some rules to forward packets tvnaidu@yahoo.com Linux Networking 2 01-17-2005 05:01 PM
Typical client-to-client throughput through Linksys WAG54G router ? Lorenzo Sandini Windows Networking 0 08-23-2004 07:14 AM
Samba file timestamp policy with Linux client .vs. Windows client Richard Conway Linux Networking 2 03-05-2004 07:49 AM
iptables "can't initialize iptables table `filter'" pete Linux Networking 1 10-10-2003 03:44 AM



1 2 3 4 5 6 7 8 9 10 11