GNUtoo Veteran
Joined: 05 May 2005 Posts: 1919
|
Posted: Tue Apr 10, 2007 5:23 pm Post subject: vtun prolbem |
|
|
waiting for a response on openssh vpn i tryed vtun but running the connection on the client gives me an error(i also need to try this because i am part of a lug and it's an alternative to proprietary products that aren't on linux and that bypass the firewalls)
in the faq it is said that with tcp it can bypass the firewalls...and so i haven't configured my firewall in order to try this setup
here the errors:
Code: | vtund[5473]: syntax error, unexpected K_PORT line 1
vtund[5473]: No hosts defined
|
here my server config
Code: | port4 {
pass the_password_has_ben_changed;
type tun;
proto tcp;
encrypt yes;
keepalive yes;
compress lzo:9;
up {
ifconfig "%% 192.168.2.1 pointopoint 192.168.2.2 mtu 1450";
# On *BSD you would omit pointopoint
};
}
|
the client config is exactly the same but i inversed 192.168.2.1 and 192.168.2.2
i have just noticed that the server didn't start well(couldn't stop it because it was not present)
Code: | # vtund
vtund[18239]: syntax error, unexpected K_PORT line 235
vtund[18239]: No hosts defined
|
|
|