Project

General

Profile

Actions

Bug #13090

open

OpenVPN NetBIOS Node Type and Scope ID options are not pushed to clients

Added by Phil Wardt almost 2 years ago. Updated 5 months ago.

Status:
Feedback
Priority:
Normal
Assignee:
Category:
OpenVPN
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
Plus Target Version:
24.03
Release Notes:
Default
Affected Version:
Affected Architecture:
All

Description

Old legacy settings are replaced by new ones on settings load, so they are probably unset at this time

Actions #2

Updated by Marcos M 5 months 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)

Actions

Also available in: Atom PDF