I messed around with OpenVPN once and I recall getting the same errors. 
We moved to PPTPD since all of our customers are using Windows and the 
built-in pptpd client is much sexier than the OpenVPN client.

This is all off the top of my head so it's probably going to be more 
confusing than helpful, but here it is...

I seem to recall that my problem stemmed around routing. This won't be 
100% accurate, but the way an OpenVPN connection works is that it 
establishes a connection between the client and server on something like 
a 10.0.8. network. I think the server gets 10.0.8.1 and the client 
10.0.8.2...etc.

In order for traffic to be routed correctly, both client and server have 
to have a routing table entry that indicates what traffic to send onto 
the 10.0.8 network.

It sound like your server doesn't know this.

Take a look at the 'route' command on the server and see if there is a 
line that indicates 192.168.1 traffic is supposed to go out the 10.0.8 
network. You can control this somewhere in the server configuration file 
  with...the 'push' attribute, I think?

Maybe that will be enough to send you in the right direction.

J



Alex wrote:
> hey all, i got my ipcop router up and running and every thing works 
> great except the VPN portion, right now i installed the 3rd party 
> openvpn addon for ipcop... but after i installed and created and 
> attempted to connect i get this
> 
>  TLS Error: Unroutable control packet received from 192.168.1.1:1194 
> <http://192.168.1.1:1194> (si=3 op=P_CONTROL_V1)
> 
> i have checked the timing.. but i have no idea how to get this working
> 
> right now i have altered my config file to connect from my blue 
> interface  so its connected to the remote 192.168.1.1 
> <http://192.168.1.1>  and i am trying to connect from 192.168.1.4 
> <http://192.168.1.4>
> 
> any suggestions would be greatly appreciated!
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> clug-talk mailing list
> [email protected]
> http://clug.ca/mailman/listinfo/clug-talk_clug.ca
> Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
> **Please remove these lines when replying

-- 
Key fingerprint: BDE0 DE52 B8C0 0CDF 7653 E5A2 D861 7877 0D3B 813E
http://www.jonwatson.ca
+1.403.770.2837

"Trying to learn to hack on a DOS or Windows machine or under MacOS is
like trying to learn to dance while wearing a body cast" - ESR

_______________________________________________
clug-talk mailing list
[email protected]
http://clug.ca/mailman/listinfo/clug-talk_clug.ca
Mailing List Guidelines (http://clug.ca/ml_guidelines.php)
**Please remove these lines when replying

Reply via email to