Actions
Bug #5141
closedvpn_openvpn_server.php tap options missing
Description
When switching from Device Mode tun to tap on vpn_openvpn_server.php, 4 new fields should show up. "Bridge DHCP", "Bridge Interface", "Server Bridge DHCP Start", "Server Bridge DHCP End". The last 3 are disabled unless "Bridge DHCP" is checked.
Those are completely missing. 2.2.4 example on 172.27.44.105, edit that server instance and see what happens when switching tun->tap
Updated by Anonymous about 9 years ago
- Status changed from Confirmed to Feedback
- Assignee changed from Anonymous to Chris Buechler
From the page logic it looks like those input are shown:
if tunneltype == TAP AND if servermode != peer-to-peer
When shown, those inputs are disabled if "bridge DHCP" is not checked.
This behaviors looks to be hte same on 2.2 and 2.3 now.
Updated by Anonymous about 9 years ago
- % Done changed from 0 to 100
Applied in changeset pfsense:b085759d162462466a4b555ec4892636b0231605.
Actions