Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Jul 1999 16:43:48 -0700
From:      "Ron 'The InSaNe One' Rosson" <insane@lunatic.oneinsane.net>
To:        freebsd-ipfw@freebsd.org
Cc:        freebsd-net@freebsd.org
Subject:   NATD/VPN using -pptpalias
Message-ID:  <19990701164347.B22149@lunatic.oneinsane.net>

next in thread | raw e-mail | index | archive | help
I am tring to get a FreeBSD 3.2-STABLE as of Last week to pass a VPN connection
from a client behind the NATD box to a Server out on the internet. At this time
I am getting erro, timeout exceeded while waiting for reply.

excerpt from rc.conf
	natd_enable="YES"
	natd_interface="ed0"
	natd_flags="-pptpalias 192.168.2.7"

excerpt  from rc.firewall
	if [ "X${natd_enable}" = X"YES" -a "X${natd_interface}" != X"" ]; then
		$fwcmd add divert natd all from any to any via ${natd_interface}
	fi

edo is the line out to my cable modem and ed1 goes for my private network using
addresses <192.168.x.x>

If someone has this working I would be greatful to see how you did it.
-- 
-------------------------------------------------------------------
Ron Rosson              	... and a UNIX user said ...
The InSaNe One                 		   rm -rf *
insane@oneinsane.net      	and all was null and void
-------------------------------------------------------------------
This person has performed an illegal operation and will be shot down.


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-net" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990701164347.B22149>