|
|
Sorry, by the last paragraph I meant: "The Windows and Linux boxes can't even see EACH OTHER!" (ping 10.3.0.4 from the firewall and ping 10.3.0.1 from the Windows box works ok, but not the opposite.) El Martes, 4 de Mayo de 2004 18:10, Manuel Balderrábano escribió: > 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. > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click > _______________________________________________ > Openvpn-users mailing list > Openvpn-users@xxxxxxxxxxxxxxxxxxxxx > https://lists.sourceforge.net/lists/listinfo/openvpn-users > -- --------------------------------------------------------------------------------- Manuel Balderrábano e-mail: garibolo@xxxxxxxxxx --------------------------------------------------------------------------------- ____________________________________________ Openvpn-users mailing list Openvpn-users@xxxxxxxxxxxxxxxxxxxxx https://lists.sourceforge.net/lists/listinfo/openvpn-users |