search for: us_vpn

Displaying 2 results from an estimated 2 matches for "us_vpn".

2001 May 07
1
Config error - please help
...tincd -n vpn_net -ddd echo -n " Configuring VPN Interface" sleep 1 ifconfig vpn_net hw ether fe:fd:00:00:00:00 ifconfig vpn_net 192.168.1.1 netmask 255.255.0.0 echo " [VPN Started]" Here are the config files: (/etc/vpn_net/tinc.conf) Client: Name = BG_VPN ConnectTo = US_VPN PrivateKey = ..... Server: Name = US_VPN PrivateKey = ... And hosts files: BG_VPN: Subnet = 192.168.0.0/16 Address = x.x.x.x (gateway address) PublicKey = ..... US_VPN: Subnet = 192.168.0.0/16 Address = x.x.x.x (gateway address) PublicKey = Whats wrong with this, can you tell me ? - Tinc:...
2001 May 08
1
Config error - please help-continue
It didn't help :( When I did ping to 192.168.1.1 from client machine I got the following in syslog: May 8 08:55:54 ns tinc.vpn_net[726]: Sending packet of 100 bytes to US_VPN (x.x.x.x - inetIP) May 8 08:55:55 ns tinc.vpn_net[726]: Incoming data socket error: Connection refused tcpdump -i tap0 gives this: 08:49:13.919331 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:14.919323 ns.iris.bg > 192.168.1.1: icmp: echo request 08:49:15.919327 ns.iris.bg > 192.168...