|
|
Hello, I've searched the mailinglist buit I didn't find anything usefull for my problem. I have a linux computer which funtions as a firewall / router ETH0 is connected to the internet ETH1 is connected to my ow nlan 192.168.0.x ETH2 is connected to the lan of my neighbour 10.0.0.,x Everything is working fine. However now I want to connect to my own lan from my office I used a configfile which works on another server with only 2 nics. When I start this configfile both my local lan networks stop. I still can connect to my server by the internet. If I stop openvpn, my local lan network works again. I have something wrong in my server.conf and I can't figure out what it is. #server.conf port 1194 proto udp dev tun ca /etc/openvpn/keys/ca.crt cert /etc/openvpn/keys/server.crt key /etc/openvpn/keys/server.key # This file should be kept secret dh /etc/openvpn/keys/dh1024.pem server 10.8.0.0 255.255.255.0 ifconfig-pool-persist ipp.txt push "route 10.8.0.0 255.255.255.0" push "route 192.168.1.0 255.255.255.0" route 192.168.1.0 255.255.255.0 keepalive 10 120 comp-lzo persist-key persist-tun status openvpn-status.log verb 3 -- ------------------------------------------------- Problems with Windows? Reboot! Problems with Unix? Be Root!! ------------------------------------------------- ______________________ OpenVPN mailing lists https://lists.sourceforge.net/lists/listinfo/openvpn-users |