After execute "#openvpn server.conf" on a bridge-server, assume everything is correct, should I expect to see
1. an inet_addr for tap0 under the output of #ifconfig ?
2. a line for tap0 under the output of #route -n ?
I once expected I would see something. After more readings about ethernet bridge, I start to wonder if I was wrong. I need your confirmation to make clear my understanding. Please help.
2 basic checking questions to see if I am on the right track
Moderators: TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech, TinCanTech
Forum rules
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
Please visit (and READ) the OpenVPN HowTo http://openvpn.net/howto prior to asking any questions in here!
-
- OpenVpn Newbie
- Posts: 16
- Joined: Mon Aug 16, 2010 10:09 am
-
- OpenVpn Newbie
- Posts: 16
- Joined: Mon Aug 16, 2010 10:09 am
Re: 2 basic checking questions to see if I am on the right t
The answer to both questions is No
When everything is set correctly, by the time one fire "openvpn server.conf", both eth0 and tap0 should be 'bridged' under br0 and all share the same ip#. As the result, only br0 will carry an ip# under ifconfig's output. Route table also consists of br0 only.
BTW, the ip# should be the same as the origial eth0, unless one intended to change it for other purpose.
Hope this can comfort late comers who have the same query as me before.
When everything is set correctly, by the time one fire "openvpn server.conf", both eth0 and tap0 should be 'bridged' under br0 and all share the same ip#. As the result, only br0 will carry an ip# under ifconfig's output. Route table also consists of br0 only.
BTW, the ip# should be the same as the origial eth0, unless one intended to change it for other purpose.
Hope this can comfort late comers who have the same query as me before.