LX0-104 · Question #365
In which of the following scenarios MUST an administrator use ethernet bridging instead of routing when configuring an OpenVPN site? (Select TWO correct answers)
The correct answer is B. NetBIOS traffic must be able to traverse the VPN without implementing a WINS server. E. The IPX protocol is required.. This question identifies scenarios where OpenVPN bridging mode is essential over routing, specifically for non-IP protocol support.
Question
Options
- ASome OpenVPN clients will be installed on laptops and must be able to connect from different locations.
- BNetBIOS traffic must be able to traverse the VPN without implementing a WINS server.
- CThe IPv4 protocol is required.
- DIt will be necessary to use an MTU setting other than the default.
- EThe IPX protocol is required.
How the community answered
(23 responses)- A9% (2)
- B74% (17)
- C13% (3)
- D4% (1)
Why each option
This question identifies scenarios where OpenVPN bridging mode is essential over routing, specifically for non-IP protocol support.
Both routing and bridging modes support clients connecting from various locations, so this is not a scenario exclusive to bridging.
NetBIOS relies heavily on broadcast traffic for name resolution and service discovery; routing mode typically blocks such broadcasts, so bridging mode is required to allow NetBIOS traffic to traverse the VPN without a WINS server.
OpenVPN's default routing mode (tun) and bridging mode (tap) both fully support the IPv4 protocol.
MTU settings can be configured and adjusted in both OpenVPN routing and bridging configurations.
The IPX protocol operates at Layer 3 but is not an IP-based protocol; OpenVPN's routing mode (tun device) is designed for IP traffic, so bridging mode (tap device), which operates at Layer 2, is necessary to encapsulate and transport non-IP protocols like IPX.
Concept tested: OpenVPN routing vs. bridging scenarios
Source: https://openvpn.net/community-resources/how-to-implement-a-bridged-vpn-with-openvpn/
Topics
Community Discussion
No community discussion yet for this question.