On Thu, 2006-03-02 at 15:45 +0000, Richard Lyman wrote: > Which meant it was not a symlink - right? - so I ran 'cat > /usr/sbin/vpnc-connect' and it dumped a shell script. There are places > in there where I think it's executing the vpnc file - should I add the > '--udp' option there so that I can get all of the extra benefit of the > script?
Is there a reason you're not willing to run vpnc directly with --udp as a sanity check? Seems to me you're going about this the hard way. The vpnc-connect script messes with routes and things. Better to take things one step at a time. Michael > > I copied the original to 'back it up', added the '--udp' option where > it made sense, ran the 'vpnc-connect work' command again it connected > just fine, and... > > ip address - before - after > 10.7.77.xxx - works - works > 128.187.22.200 - works - fails > www.google.com - works - fails > > So the pinging tests didn't change with the --udp option... > > Running 'route' gives the same information as before. > > If the tun0 device is listed as 'default' when I run 'route', and it > has a gateway of 0.0.0.0, how would it get anywhere? Can I set the > gateway of the tun0 device to be the gateway of the normal/non-vpnc'd > eth0 device? > > -Rich > > -------------------- > BYU Unix Users Group > http://uug.byu.edu/ > > The opinions expressed in this message are the responsibility of their > author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. > ___________________________________________________________________ > List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list > -------------------- BYU Unix Users Group http://uug.byu.edu/ The opinions expressed in this message are the responsibility of their author. They are not endorsed by BYU, the BYU CS Department or BYU-UUG. ___________________________________________________________________ List Info: http://uug.byu.edu/cgi-bin/mailman/listinfo/uug-list
