search for: vpnoffice

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

Did you mean: vpn_office
2009 Sep 23
3
Help with routing between Windows
...having an issue with getting tinc to route the packets between 2 Windows tinc installations. Here is what I have so far: homeClient: Physical Interface: 192.168.6.50 gateway 192.168.6.102 homeClient: Tap-Win32 192.168.10.23 no gateway homeClient file: Address:192.168.6.50 Subnet=192.168.10.0/24 vpnoffice: Physical Interface 192.168.6.102 gateway 192.168.6.1 vpnoffice: Tap-Win32 192.168.98.10 no gateway vpnoffice file: Address = 192.168.6.102 Subnet = 192.168.98.0/24 I run tinc -n vpn -d5 -D on both machines and I can see them connect and everything seems to go right, but nothing is being captured...
2009 Sep 30
2
RESTART ---Help with routing between Windows
> homeClient<br> > Network Bridge: (local Area Network and TAP-Win32) 192.168.6.107 mask 255.255.255.0 gw 192.168.6.1<br> change -> mask 255.255.0.0 > Tinc.conf<br> > Name = homeClient<br> > ConnectTo = vpnoffice<br> > Mode=switch<br> Change -> Mode=router Why everybody wants switch??? Add -> TCPonly=yes > vpnoffice: Network Bridge(Local Connection and TAP-Win32) 192.168.2.103 mask 255.255.255.0 gw 192.168.2.2<br> -> mask 255.255.0.0 > Tinc.conf:<br> > Name =...