Re: PPTP VPN using MPD behind NAT help needed

2004-07-14 Thread Motonori Shindo
Mike, I apology. I should have read your description more carefully. Looks like mpd is trying to send an ConfReq but it either didn't get delivered to the peer, or, ConfAck as a response to the ConfReq didn't come back for some reason. This may be a timing issue which party initiates LCP ConfR

Re: FreeBSD and Hotspots

2004-07-14 Thread Dinesh Nair
On Wed, 14 Jul 2004, Bruce A. Mah wrote: > If memory serves me right, staticblackz wrote: > > > I am trying to build a hotspot for freebsd I was wondering how > > something like this would be made, is there already one out there I > > can use. I would need it to redirect users to some web page ra

Re: PPTP VPN using MPD behind NAT help needed

2004-07-14 Thread Motonori Shindo
Mike, From: "Mike Jakubik" <[EMAIL PROTECTED]> Subject: Re: PPTP VPN using MPD behind NAT help needed Date: Wed, 14 Jul 2004 22:15:49 -0400 (EDT) > > This seems like a DSL router's problem. Because PPTP encapsulates PPP > > using GRE, which is neither TCP nor UDP, routers sometimes can not NAT >

Re: PPTP VPN using MPD behind NAT help needed

2004-07-14 Thread Mike Jakubik
Motonori Shindo said: >> > This seems like a DSL router's problem. Because PPTP encapsulates PPP >> > using GRE, which is neither TCP nor UDP, routers sometimes can not NAT >> > PPTP traffic. Some router conqurs this problem by simply "passing >> > through" GRE packets (and hence this feature is s

Re: PPTP VPN using MPD behind NAT help needed

2004-07-14 Thread Mike Jakubik
Motonori Shindo said: > Mike, > > This seems like a DSL router's problem. Because PPTP encapsulates PPP > using GRE, which is neither TCP nor UDP, routers sometimes can not NAT > PPTP traffic. Some router conqurs this problem by simply "passing > through" GRE packets (and hence this feature is som

Re: PPTP VPN using MPD behind NAT help needed

2004-07-14 Thread Motonori Shindo
Mike, This seems like a DSL router's problem. Because PPTP encapsulates PPP using GRE, which is neither TCP nor UDP, routers sometimes can not NAT PPTP traffic. Some router conqurs this problem by simply "passing through" GRE packets (and hence this feature is sometimes called "VPN Pass Through")

DHCP server over PPPoE server

2004-07-14 Thread Gary Corcoran
Yesterday, I installed mpd 3.18 and managed to get it working as a PPPoE server on my local LAN, to test my client. Today, I'm trying to get DHCP over PPPoE working, and not having much success. I shutdown my regular DHCP server over the em0 ethernet interface, and tried starting up dhcpd to use t

Re: FreeBSD and Hotspots

2004-07-14 Thread Bruce A. Mah
[Please wrap your lines to some reasonable line length...thanks.] If memory serves me right, staticblackz wrote: > I am trying to build a hotspot for freebsd I was wondering how > something like this would be made, is there already one out there I > can use. I would need it to redirect users to s

Re: Racoon breakage with recent kernel

2004-07-14 Thread Hannes Mehnert
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Mon, Jul 12, 2004 at 03:32:18PM -0600, Mike Durian wrote: > This is just a follow-up to say the problem still exists in a -current > system I built from source yesterday (7/11/04). Does anyone know > what's going on? > > And to clarify, the U

PPTP VPN using MPD behind NAT help needed

2004-07-14 Thread Mike Jakubik
Hello, I am attempting to setup a PPTP VPN server using MPD on a FreeBSD 5.2-C box, which is behind a DSL router. Unfortunately it does not seem to work for everyone trying to connect to the server, and i cant figure out what the problem is. It works for some clients, and it does not for others (I

Re: ipfw and log server

2004-07-14 Thread Paul Chvostek
On Wed, Jul 14, 2004 at 11:38:52AM +0700, Mohammad Reza wrote: > > I have trouble with my ipfw rules. My firewall server is logging server > form my several mail gateway (syslogd) > I want my ipfw rules to be default to deny, > I add this rules before deny everything else > ${fwcmd} add pass udp

ipfw and log server

2004-07-14 Thread Mohammad Reza
Dear Lists I have trouble with my ipfw rules. My firewall server is logging server form my several mail gateway (syslogd) I want my ipfw rules to be default to deny, I add this rules before deny everything else ${fwcmd} add pass udp from {mail_gateway} to me 514 in via ${iif} keep-state but I c