Earlier I followed the proper instruction with additional help from all around internet, and then openvpn with tun was set up and worked well.
Since last Two Days I am working on TAP Mode, I am following what exactly mentioned in the openvpn.net e.g. Using Bridge-Start, Bridge-Stop etc.
My network configuration is like this :
[Network Configuration]
[Server Installed-Ubuntu] [Ubuntu - eth0: 192.168.10.104] -[192.168.10.1]-Switch-[Public-IP:A.A.A.A] ^ |Internet |Internet V [Client Installed -Ubuntu] [Ubuntu - eth0: 192.168.60.128] -[192.168.60.1]-Switch-[Public-IP:B.B.B.B]
[1].May you please provide me appropriate configurtaion so that - Server and Client can talk to each other , means they can ping each other.
Its again very confusing while configuring e.g;
[Question]-- If my local IP(Server side) is : 192.168.10.104, then server should run on this ? Or My machine must have Two interfaces So one talk with - OpenVPN Server and another talk with Internet ? What Exactly ?
When I follow the way it defined here : http://openvpn.net/index.php/open-source/documentation/miscellaneous/76-ethernet-bridging.html
[Question]--
It does create the tap0 - but it doesn't associated with any ip address
It created bridge interface , but it has the same IP Address as with eth0 interface, and network access got blocked.
What does this Server-Bridge means ? - means Server is bridging to what ? Bridging to its Local IP Address ?
Is there any body can provide his comments based on the Network Configuration as defined above.
--------AND-------------
Any Programming guide available to understand the OPENVPN code flow ?