Re: [Openvpn-users] Routing

2015-12-06 Thread Selva Nair
On Mon, Dec 7, 2015 at 12:53 AM, Axel Glienke wrote: > i have a little question. > > My system: > > ip route: > 0.0.0.0/1 via 10.8.0.5 dev tun0 > default via 192.168.2.1 dev br0 proto static metric 425 > 10.8.0.1 via 10.8.0.5 dev tun0 > 10.8.0.5 dev tun0 proto kernel scope link src 10.8.0.6

[Openvpn-users] Routing

2015-12-06 Thread Axel Glienke
Hello, i have a little question. My system: ip route: 0.0.0.0/1 via 10.8.0.5 dev tun0 default via 192.168.2.1 dev br0 proto static metric 425 10.8.0.1 via 10.8.0.5 dev tun0 10.8.0.5 dev tun0 proto kernel scope link src 10.8.0.6 88.198.140.127 via 192.168.2.1 dev br0 192.168.2.0/24 dev br0

Re: [Openvpn-users] openvpn server pretends to be .254 for emulated dhcp server?

2015-12-06 Thread Selva Nair
Hi, On Sun, Dec 6, 2015 at 3:16 PM, Jason Haar wrote: > On 05/12/15 15:10, Selva Nair wrote: > > OpenVPN will fail with an error saying dhcp server address conflicts > > with the client ip. > > You can change this default behaviour using "ip-win32 dynamic 0" to > > move the > > dhcp server to x.

Re: [Openvpn-users] openvpn server pretends to be .254 for emulated dhcp server?

2015-12-06 Thread Jason Haar
On 05/12/15 15:10, Selva Nair wrote: > OpenVPN will fail with an error saying dhcp server address conflicts > with the client ip. > You can change this default behaviour using "ip-win32 dynamic 0" to > move the > dhcp server to x.y.z.0. Then 254 will be accepted. We use .1 on the server, so woul

Re: [Openvpn-users] Routing between two LAN

2015-12-06 Thread debbie10t
You _can_ push the Server LAN Route 192.168.254.0/24 from the Server to the Client. Next .. One step at a time: You must enable IP_Forwarding on both the VPN CLient and VPN Server You can then use tcpdump to follow packets across the network .. See if you can figure out the next step ;-) -

[Openvpn-users] Routing between two LAN

2015-12-06 Thread Vnpenguin
Hi all, I got running OpenVPN P2P mode between 2 LAN. Here's my network: 192.168.254.0/24--192.168.254.4 (OpenVPN server) <=INTERNET=> 192.168.1.31 (OpenVPN client)--192.168.1.0/24 >From client 192.168.1.31 I can ping anyhost of server LAN (192.168.254.0/24 ). >From another host of client LAN, f