|
|
"Clemson, Chris" <Chris.Clemson@xxxxxxxxxxxxxxxx> said: > > Hi, Chris! > > > > I think this is the problem: the adapter has no IP address, > > so the route > > cannot be added. > > I'm sure, that you set up the tap adapter correctly, so I > > would look in > > your home.up.bat script for a command that could reset in > > some way the > > adapter IP. > > well, in windows, i dont think there is a command that does that. > ifconfig doesn't exist, only ipconfig, which doesn't do a lot. You definitely need to set the IP/netmask of the TAP-Win32 adapter -- OpenVPN will not do it automatically. > i thought the only way you can do it is to set up the ip address in the > properties for the adapter in the network connections windows. > can anyone tell me differently? You can try the netsh command, e.g. : netsh interface ip set address my-tap static 10.1.1.2 255.255.255.252 This can be put in the up script. James > > thanks, > > chris > > -- > The content of this e-mail is confidential, may contain privileged material > and is intended solely for the recipient(s) named above. If you receive this > in error, please notify Software AG immediately and delete this e-mail. > > Software AG (UK) Limited > Registered in England & Wales 1310740 > Registered Office: Hudson House, Hudson Way, > Pride Park, Derby DE24 8HS > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Openvpn-users mailing list > Openvpn-users@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/openvpn-users > -- ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |