On Fri, Mar 01, 2002 at 09:15:36AM -0600, [EMAIL PROTECTED] wrote: > Hi all, > > I'm trying to connect to my company network using VPN through my Linux > Iptable box. However, my authenication does not seem to come back. I'm > able to find and connect to the VPN server on the other end but my > authenication screen just sits there. Can anyone suggest a rule set or > document to resolve this?
1) what VPN software are you using? 2) what packets are being dropped? I do a "-j LOG --log-prefix 'DROP '" before I drop anything so I know what's going on. Chris