Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
vtun prolbem
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
GNUtoo
Veteran
Veteran


Joined: 05 May 2005
Posts: 1919

PostPosted: Tue Apr 10, 2007 5:23 pm    Post subject: vtun prolbem Reply with quote

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
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum