Thanks for reporting this bug and any supporting documentation. Since
this bug has enough information provided for a developer to begin work,
I'm going to mark it as confirmed and let them handle it from here. I
can confirm a strange behaviour related to the netmask on x86, using the
same package version on 8.10. I get a netmask of 255.255.255.255 instead
of 255.255.255.0:

server.cfg:
-----------------
local 1.2.3.4
port 3000
proto udp
dev tap0

user nobody
group nobody

ca ca.crt
cert server.crt
key server.key
dh dh2048.pem

server 192.168.235.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route remote_host 255.255.255.255 net_gateway"
push "route 1.2.3.0 255.255.240.0"
push "route 192.168.100.0 255.255.255.0"
push "route 192.168.101.0 255.255.255.0"
push "route 192.168.110.0 255.255.255.0"
push "dhcp-option DOMAIN abc.de"

management 127.0.0.1 4646 management-pw.txt
duplicate-cn
tls-auth ta.key 0
tls-server
cipher AES-256-CBC

keepalive 10 120
comp-lzo
max-clients 100
persist-key
persist-tun
verb 3

client.cfg (when not using nm):
--------------
remote 1.2.3.4
port 3000
proto udp
dev tap

ca ca.crt
cert meinuser.crt
key meinuser.key
dh dh2048.pem

keepalive 10 120
client
tls-client
tls-auth ta.key 1
cipher AES-256-CBC

route-method exe
route-delay 2

comp-lzo
max-clients 100
persist-key
persist-tun


expected iface cfg:
...
inet Adresse:192.168.235.3  Bcast:192.168.235.255  Maske:255.255.255.0
...

iface cfg using nm:
...
inet Adresse:192.168.235.3  Bcast:192.168.235.255  Maske:255.255.255.0
...


Thanks for taking the time to make Ubuntu better!

** Changed in: network-manager-applet (Ubuntu)
       Status: New => Confirmed

-- 
nm-applet get incorrect netmask from DHCPD [openvpn]
https://bugs.launchpad.net/bugs/306166
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to