Author Topic: WZR HP AG300H and open vpn server configuration?  (Read 2290 times)

humkar

  • Calf
  • *
  • Posts: 25
WZR HP AG300H and open vpn server configuration?
« on: December 21, 2011, 06:00:56 PM »
Anyone on here been able to configure OpenVPN server on pro build 17798 and has been able to configure it with tunnelblick, that can provide me with slmw assistance?

peabody

  • Calf
  • *
  • Posts: 8
Re: WZR HP AG300H and open vpn server configuration?
« Reply #1 on: December 22, 2011, 12:24:11 AM »

17798 seems to have a bug where the config it generates always has lzo compression turned on regardless of the gui config.  I'd make sure you're using lzo compression in your client config.

 

Of course if you're doing the server config manually it shouldn't be a problem.


humkar

  • Calf
  • *
  • Posts: 25
Re: WZR HP AG300H and open vpn server configuration?
« Reply #2 on: December 22, 2011, 06:00:43 AM »

Many Thanks Peabody

 

I'll have to look into that.


humkar

  • Calf
  • *
  • Posts: 25
Re: WZR HP AG300H and open vpn server configuration?
« Reply #3 on: December 26, 2011, 03:15:29 PM »

Right Guys need some help, as this is really tearing my hair out. I can't seem to get OpenVpn working on my WZR HP AG300H.

 

I keep getting the following from Viscosity on mac. I have replaced my WAN IP with 11.11.111.11 for obvious reasons.

 

Dec 26 21:05:43: Connection reset, restarting [0]Dec 26 21:05:43: SIGUSR1[soft,connection-reset] received, process restartingDec 26 21:05:43: WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.Dec 26 21:05:43: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executablesDec 26 21:05:43: Re-using SSL/TLS contextDec 26 21:05:43: LZO compression initializedDec 26 21:05:43: Attempting to establish TCP connection with 11.11.111.11:443 [nonblock]Dec 26 21:05:44: TCP connection established with 11.11.111.11:443Dec 26 21:05:44: TCPv4_CLIENT link local: [undef]Dec 26 21:05:44: TCPv4_CLIENT link remote: 11.11.111.11:443Dec 26 21:05:44: Connection reset, restarting [0]Dec 26 21:05:44: SIGUSR1[soft,connection-reset] received, process restartingDec 26 21:05:44: WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.Dec 26 21:05:44: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executablesDec 26 21:05:44: Re-using SSL/TLS contextDec 26 21:05:44: LZO compression initializedDec 26 21:05:44: Attempting to establish TCP connection with 11.11.111.11:443 [nonblock]Dec 26 21:05:45: TCP connection established with 11.11.111.11:443Dec 26 21:05:45: TCPv4_CLIENT link local: [undef]Dec 26 21:05:45: TCPv4_CLIENT link remote: 11.11.111.11:443Dec 26 21:05:45: Connection reset, restarting [0]Dec 26 21:05:45: SIGUSR1[soft,connection-reset] received, process restartingDec 26 21:05:45: WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.Dec 26 21:05:45: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executablesDec 26 21:05:45: Re-using SSL/TLS contextDec 26 21:05:45: LZO compression initializedDec 26 21:05:45: Attempting to establish TCP connection with 11.11.111.11:443 [nonblock]Dec 26 21:05:46: TCP connection established with 11.11.111.11:443Dec 26 21:05:46: TCPv4_CLIENT link local: [undef]Dec 26 21:05:46: TCPv4_CLIENT link remote: 11.11.111.11:443Dec 26 21:05:46: Connection reset, restarting [0]Dec 26 21:05:46: SIGUSR1[soft,connection-reset] received, process restartingDec 26 21:05:46: WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.Dec 26 21:05:46: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executablesDec 26 21:05:46: Re-using SSL/TLS contextDec 26 21:05:46: LZO compression initializedDec 26 21:05:46: Attempting to establish TCP connection with 11.11.111.11:443 [nonblock]Dec 26 21:05:47: TCP connection established with 11.11.111.11:443Dec 26 21:05:47: TCPv4_CLIENT link local: [undef]Dec 26 21:05:47: TCPv4_CLIENT link remote: 11.11.111.11:443Dec 26 21:05:47: Connection reset, restarting [0]Dec 26 21:05:47: SIGUSR1[soft,connection-reset] received, process restartingDec 26 21:05:47: WARNING: No server certificate verification method has been enabled.  See http://openvpn.net/howto.html#mitm for more info.Dec 26 21:05:47: NOTE: OpenVPN 2.1 requires '--script-security 2' or higher to call user-defined scripts or executablesDec 26 21:05:47: Re-using SSL/TLS contextDec 26 21:05:47: LZO compression initializedDec 26 21:05:47: Attempting to establish TCP connection with 11.11.111.11:443 [nonblock]

 Also I have put in the correct firewall entries:

 

iptables -t nat -I POSTROUTING -o br0 -s 192.168.8.0/24 -d 192.168.8.0/24 -j MASQUERADE iptables -I INPUT 1 -p tcp --dport 443 -j ACCEPTiptables -I FORWARD 1 --source 192.168.8.0/24 -j ACCEPTiptables -I FORWARD -i br0 -o tun0 -j ACCEPTiptables -I FORWARD -i tun0 -o br0 -j ACCEPT

 But having no luck at all. I should have figured this one out as I have an IT background but its stonked me big times.

 

Please Help!! Muchos Gracias in advance.