Re: [Openvpn-users] Question regarding removal of broadcast address

2019-11-13 Thread Pippin via Openvpn-users
Hi, ‐‐‐ Original Message ‐‐‐ On Wednesday 13 November 2019 14:08, Antonio Quartulli wrote: > We simply removed the "broadcast address argument" passed down to the > kernel when configuring an address on the tun interface. > > This way the kernel/OS will compute the broadcast address on

Re: [Openvpn-users] Question regarding removal of broadcast address

2019-11-13 Thread Antonio Quartulli
Hi, On 13/11/2019 13:59, Pippin via Openvpn-users wrote: > Reading on devel, this is going to change (broadcast address being removed). > > My question is, how will this affect the above settings? > Is the DHCP address moving to .255? Nothing will change. No logic has been touched by the change

[Openvpn-users] Question regarding removal of broadcast address

2019-11-13 Thread Pippin via Openvpn-users
Hi, When configuring my server I always use the following: --topology subnet --server 10.0.0.0 255.255.255.0 'nopool' --ifconfig-pool 10.0.0.51 10.0.0.253 255.255.255.0 10.0.0.2 till 10.0.0.50 can be used for clients with static assigned tunnel IP (ccd). 10.0.0.51 till 10.0.0.253 will be dynami