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
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
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.
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
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 ;-)
-
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