LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 01-15-2006, 05:15 AM   #1
ALPHATWIN
LQ Newbie
 
Registered: Nov 2004
Location: Sioux City, IA - 51106
Distribution: Fedora
Posts: 8

Rep: Reputation: 0
Firestarter with Microsoft VPN forward


Hello all,

Well this seemed like the best place to put this If I'm wrong I apoligize.

I have a FC4 box sitting on a cable modem Eth1 and my local LAN sitting on Eth0. I would like to be able to connect through my Linux box to the local Microsoft RAS Server.

Here are my networks.
Eth1 Cable Modem = Internet
Eth0 Local Lan = 172.17.137.11
Microsoft Ras Server = 172.17.137.103

I want to connect from the outside through the internet connection (ETH1) and have it pass it to the RAS server on the local LAN (172.17.137.103)

I went to Firestarter's website (which this forum wouldn't let me post because I haven't made enough posts)
And added the following to the /etc/firestarter/user-pre

Code:
 
# Forward PPTP VPN connections to internal server
SERVER=172.17.137.103 # Internal VPN server

$IPT -A FORWARD -i $IF -o $INIF -p tcp --dport 1723 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
$IPT -t nat -A PREROUTING -i $IF -p tcp --dport 1723 -j DNAT --to $SERVER
$IPT -A FORWARD -i $IF -o $INIF -p 47 -m state --state NEW,ESTABLISHED,RELATED -j ACCEPT
$IPT -t nat -A PREROUTING -i $IF -p 47 -j DNAT --to $SERVER
I am unable to make it work. The Firestarter Firewall does not appear to be forwarding the traffic.

I hope that is clear. There are two reason I want to use my Linux box for this.

1.) Linux seems to be a heck of a lot more secure than Windows.

2.) If I set this up like this I'll give our outside stores a way to connect to our network if the T1 goes down.

Thanks for any help
Eric
 
  


Reply



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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
firestarter vpn zyuadl Linux - Software 8 08-17-2005 03:41 PM
VPN site2site with Microsoft server mmarinho Linux - Networking 4 08-12-2005 07:22 AM
cant see .forward file in home directory >> mail forward/copy steve_babbage Linux - Newbie 0 03-02-2004 06:25 AM
Firestarter does not forward ports to Webserver nbccbn Linux - Networking 2 12-31-2003 10:06 AM
VPN forward mafa Linux - Newbie 1 11-21-2003 01:09 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 11:20 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration