Re: ipfw and Corporate VPN
From: Ditch Brodie (dbroadie_at_msn.com)
Date: 11/01/05
- Next message: Ditch Brodie: "Re: ipfw and Corporate VPN"
- Previous message: Mike Scott: "Re: Any downlaod tool that can download a file concurrently?"
- In reply to: Ditch Brodie: "ipfw and Corporate VPN"
- Next in thread: Ditch Brodie: "Re: ipfw and Corporate VPN"
- Reply: Ditch Brodie: "Re: ipfw and Corporate VPN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Tue, 01 Nov 2005 16:31:22 GMT
The simplest way I found to do this was to just allow ALL traffic between
the
company's VPN server and my gateway. Two rules, one for in and one for
out took care of this...but
This machine has run IPFW for a long time. I sometimes add rules from
the console but it boots up and runs my /etc/firewall/fwrules script just
fine. So I edited the /etc/firewall/fwrules file to include these two lines:
$fwcmd add allow all from corp_VPN to any
$fwcmd add allow all to corp_VPN from any
For some reason these two lines do not get added to the ruleset when I
reboot. I can manually add the rules just fine, but the script for some
reason will not enter these two in. I have edited this script file before
and it worked fine, I guess it's something simple again that is just
slipping
past me.
"Ditch Brodie" <dbroadie@msn.com> wrote in message
news:xqL9f.4213$AS6.1397@newsread3.news.atl.earthlink.net...
> I run FreeBSD-4.9-RELEASE as the gateway for my small
> LAN. I need to allow the windows machines on the inside
> private network to connect to the corporate VPN server.
> The IT guy tells me that I need to allow traffic for port #xxxx
> and protocol #47.
>
> The port number I think I can figure out, but how do I word
> a rule with the proper syntax for for a protocol? The man page
> and docs are very vague on this.
>
>
>
- Next message: Ditch Brodie: "Re: ipfw and Corporate VPN"
- Previous message: Mike Scott: "Re: Any downlaod tool that can download a file concurrently?"
- In reply to: Ditch Brodie: "ipfw and Corporate VPN"
- Next in thread: Ditch Brodie: "Re: ipfw and Corporate VPN"
- Reply: Ditch Brodie: "Re: ipfw and Corporate VPN"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|