|
|
Hi, list.
I have been configuring a VPN using openVPN 1.5 at my office for a while now with no results.
The map is the usual (Not good in ASCII art, sorry):
_______ __________
/ \ +----------------+ / \ __________
| office |----| SuSEFirewall2 |--| Internet |----| W2000(1) |
|network | +----------------+ \__________/ ------------
\_______/ | __________
+----------| W2000(2) |
------------
Here are my config files:
**Windows**
remote <Public_Firewall_IP>
port 5000
dev tap
ip-win32 manual
ifconfig 10.3.0.3 255.255.255.0
secret c:\openVPN\secret.key
verb 5
ping 10
float
tun-mtu 1500
tun-mtu-extra 32
mssfix
disable-occ
route delay 1
route <Office_network_IP> <Office_network_MASK> 10.3.0.4
**Linux**(eth0 is local network, eth1 is Internet)
dev tap0
up ./tap-up.sh
local <Office_network_IP>
secret /etc/openvpn/public.key
port 5000
ping 10
verb 5
#mssfix
tun-mtu 1500
tun-mtu-extra 32
**tap-up.sh**
#!/bin/bash
ifconfig br0 10.3.0.4 pointopoint 10.3.0.0 netmask 255.255.255.0 mtu 1500
**SuSEFirewall**
(added tap0 as internal network interface)
What am I doing wrong? The Windows and Linux boxes can't even see themselves!
Thanks in advance.
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2004-05/msg00014.html on line 233
Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2004-05/msg00014.html on line 233
|