1 Feb 2006 04:41
using netbsd
George Georgalis <george <at> galis.org>
2006-02-01 03:41:21 GMT
2006-02-01 03:41:21 GMT
Hi, I just figured out how to setup a netbsd client. It's pretty nominal to run through the steps, but I couldn't make sense of some of the errors, and the netbsd doc and support is thin. This should be easy to straighten up. The hardest part was the tap up script. Would someone with a commit bit be willing to work with me to patch this up? Tue Jan 31 21:57:05 2006 Sorry but you cannot use --dev tap and --ifconfig together on this OS because I have not ye t been programmed to understand the appropriate ifconfig syntax to use for TAP-style devices on this OS. Your best alternative is to use an --up script and do the ifconfig command manually. another error that came up was from ifconfig, ifconfig: can't set destination address on non-point-to-point link here's my command line: openvpn --up /root/ovpn/addtap0alias.sh --ifconfig-noexec --config George_Georgalis.ovpn here's my script #!/bin/sh int=$1 mtu=$2 line=$3 remote=$4 mask=$5(Continue reading)
RSS Feed