Date: Tue, 10 Jun 2003 11:12:50 -0700 From: "Brent Wiese" <brently@bjwcs.com> To: "'Tkachenko, Artem N'" <artem.n.tkachenko@lmco.com>, <freebsd-questions@FreeBSD.ORG> Subject: RE: Creating a IPSec tunnel between a Windows machine and a machine running FreeBSD Message-ID: <010401c32f7b$e837f4d0$0a0114ac@home.bjwcs.com> In-Reply-To: <573562C6FDA9564A8EEE66D899BC190B02A32A9B@EMSS01M10.us.lmco.com>
next in thread | previous in thread | raw e-mail | index | archive | help
>=20 > The topology is as fallows: >=20 > Node A <-----> Internet <------> Node B <-----> Internal net B where=20 > node A's external address is 111.111.11.111 > node B's internal address is 12.3.4.567 > external address is 222.222.222.2 >=20 > Node A is running windows 2000 and I am using PGPnet to make=20 > a tunnel to Node B which is running FreeBSD and I am using=20 > racoon on that machine. The tunnel has to be working for all=20 > traffic. I am not sure, but I think that Node B is not set up=20 > as gateway/router.=20 > It is very important that the connection is set up as a=20 > tunnel and not as a transporter.=20 > I greatly appreciate your help. Sincerely First, don't use PGPnet, use Win2k's built in IPSEC stuff. To get to it, = do a start/run, mmc, then file, add/remove snap-in, add. Ipsec security policies (choose local computer), close. Add a new policy and create the 2 tunnels. The wizards are actually confusing so I don't use them. The key is to uncheck the "mirror" rule. = It doesn't work because of how you have to specify the tunnel end points. You'll also need to enable Routing and Remote Access (RRAS). Make sure = you set up the filters to only allow the tunnel traffic (security thing). After you get that set up (start/run/ipsecmon is useful) racoon is = pretty easy. You'll probably need to "enable_gateway=3DYES" in your rc.conf. If = you do that, you'd be wise to set up ip filtering to keep out rogue traffic. = I can't remember now if that option is actually needed for ipsec tunnels. = I know it is for MPD using pptp. Also, don't set up the gif() stuff that you see in all the FAQ's. You = only need racoon. If these 2 boxes aren't your default routers for the internal lans, then you'll need to add routes to the hosts. Do not set up routes on the 2 gateway boxes, the tunnels will forward the traffic. Ping in w2k is mostly stupid. You cannot set which NIC it sources from, = so you will not be able to ping thru the tunnel from the w2k gateway. Drive shares and such will work. You can ping from hosts thru the tunnel = though, so use that to test. Here is a big thing that I do not believe I've seen in the FAQ's: you = need to lower the MTU of the w2k inside NIC and all the NICs of the hosts = using the tunnel. W2k does not correctly negotiate MTU, even w/ the reg entry = that is supposed to do it set. You need to add DWORD "MTU" to hkey_local_machine\system\currentcontrolset\services\tcpip\parameters\int= erf aces and find the correct interface in that list of GUIDs. Use ping from = a host keep upping the packet size until you find the one that doesn't = work, then lower it. It'll probably be somewhere around 1420 to account for = the ipsec overhead. After creating that MTU entry, you'll need to reboot. Good luck. You can probably tell this took an extreme amount of time to figure out. Maybe one day I'll write my own FAQ... Hahaha! Brent
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?010401c32f7b$e837f4d0$0a0114ac>