Hello, On Mon, 12 Oct 2009, Hrishikesh Murali wrote: > I have the VPN server running successfully on 192.168.1.1 and the > clients are connected to it (192.168.1.2 and 192.168.1.3).
If all the computers are on a common ethernet segment why are you running a VPN between these machines in addition to the ethernet? (If you want to encrypt data by default you are better of switching all machines to IPSec.) > Computer 1 > ----------------- > eth0 - 192.168.1.1/24 (This is the VPN server) > tap0 - 10.222.222.1 Note that tun devices are preferred to tap devices. > Is there a better way to do the routing, that is can I push the > routing entries 1) and 2) automatically from the VPN server onto the > clients whenever they connect so that traffic does not have to come > through the VPN server, it can go directly to the gateway? Again your requirement is not very clear from your description. If your VPN is meant to encrypt traffic then the traffic must pass through the VPN server which behaves like the hub of a star network. Regards, Kapil. -- _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
