Networking Forums

Networking Forums > Computer Networking > Linux Networking > Problem with Openvpn

Reply
Thread Tools Display Modes

Problem with Openvpn

 
 
Wojtek_news
Guest
Posts: n/a

 
      09-16-2007, 07:30 AM
Hi everybody,

I've got a problem with using an openvpn connection. Please look below at
the draft:

WinXP "br0-eth0" 192.168.1.5 --- 192.168.1.1 "br0-eth0" Linux

Till now everything is working, I mean I can ping interface eth0-br0(LAN) on
Linux side and the same on the WinXP side and all other hosts in this
subnet.
Linux server also has an eth1(WAN) interface with IP address: 83.90.12.3
which I use to connect to the Internet and I would like to ping this subnet
(83.90.12.0) over the VPN connection from WinXP side.
It would be very good if you can help me to solve this problem.

Thank you, best regards,
Wojtek


 
Reply With Quote
 
 
 
 
Lew Pitcher
Guest
Posts: n/a

 
      09-17-2007, 01:02 PM
On Sep 16, 3:30 am, "Wojtek_news" <wojtek_n...@wp.pl> wrote:
> Hi everybody,
>
> I've got a problem with using an openvpn connection. Please look below at
> the draft:
>
> WinXP "br0-eth0" 192.168.1.5 --- 192.168.1.1 "br0-eth0" Linux
>
> Till now everything is working, I mean I can ping interface eth0-br0(LAN) on
> Linux side and the same on the WinXP side and all other hosts in this
> subnet.
> Linux server also has an eth1(WAN) interface with IP address: 83.90.12.3
> which I use to connect to the Internet and I would like to ping this subnet
> (83.90.12.0) over the VPN connection from WinXP side.
> It would be very good if you can help me to solve this problem.


Enable IP forwarding on your Linux box
echo 1 >/proc/sys/net/ipv4/ip_forward

You may also need to set up NAT on the Linux box, as your VPN
192.168.1.0 network is in the range of the private network address
space, and traffic from such networks is generaly not forwarded to
public networks.

HTH

--
Lew


 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
openvpn problem Marco Linux Networking 2 11-21-2008 05:35 AM
openvpn/forwarding problem Henning Hasemann Linux Networking 0 08-27-2007 03:12 PM
Problem with OpenVPN John Oliver Linux Networking 4 10-13-2006 08:00 PM
OpenVPN error problem jbinc1@gmail.com Linux Networking 4 08-26-2006 09:05 AM
OpenVPN UDP Problem Florian Linux Networking 8 07-28-2005 09:06 AM



1 2 3 4 5 6 7 8 9 10 11