Bug #13090
closedOpenVPN NetBIOS Node Type and Scope ID options are not pushed to clients
0%
Description
Old legacy settings are replaced by new ones on settings load, so they are probably unset at this time
Updated by Phil Wardt over 2 years ago
Updated by Marcos M about 1 year ago
- Subject changed from OpenVPN: do not use legacy deprecated netbios settings to OpenVPN NetBIOS Node Type and Scope ID options are not pushed to clients
- Status changed from New to Feedback
- Assignee changed from Jim Pingle to Marcos M
- Target version set to CE-Next
- Plus Target Version set to 24.03
- Affected Architecture All added
Applied in changeset 6b06bf5988646d9755b08904cbc41fa81edad2ad.
Before patch:
SENT CONTROL [User]: 'PUSH_REPLY,route 172.25.0.1 255.255.255.255,dhcp-option DOMAIN domain.tld,dhcp-option DNS 172.25.0.1,route 172.20.5.0 255.255.255.0,client-nat dnat 172.20.5.0 255.255.255.0 10.0.5.0,route 172.20.10.0 255.255.255.0,client-nat dnat 172.20.10.0 255.255.255.0 10.0.10.0,route-gateway 172.25.1.1,topology subnet,ping 10,ping-restart 60,ifconfig 172.25.1.50 255.255.255.0,peer-id 0,auth-tokenSESS_ID,cipher CHACHA20-POLY1305,protocol-flags cc-exit tls-ekm dyn-tls-crypt,tun-mtu 1428' (status=1)
After patch:
SENT CONTROL [User]: 'PUSH_REPLY,route 172.25.0.1 255.255.255.255,dhcp-option DOMAIN domain.tld,dhcp-option DNS 172.25.0.1,dhcp-option NBT 1,dhcp-option NBS test,route 172.20.5.0 255.255.255.0,client-nat dnat 172.20.5.0 255.255.255.0 10.0.5.0,route 172.20.10.0 255.255.255.0,client-nat dnat 172.20.10.0 255.255.255.0 10.0.10.0,route-gateway 172.25.1.1,topology subnet,ping 10,ping-restart 60,ifconfig 172.25.1.50 255.255.255.0,peer-id 0,auth-tokenSESS_ID,cipher CHACHA20-POLY1305,protocol-flags cc-exit tls-ekm dyn-tls-crypt,tun-mtu 1428' (status=1)
Updated by Jim Pingle about 1 month ago
- Target version changed from CE-Next to 2.8.0