Thomas Schäfer <[email protected]> writes: > Hi, > > Using nm 0.9.8.8 and dhcp-client ISC 4.2.5.P1 (tried also 4.3.0 from > build.opensuse.org) > > Assigning IPv6-DNS-resolvers works in general. (e.g. Fritzbox, a DSL-router; > Vodafone W5101, a mobile router) > > > I have a problem with some mobile router devices (zte mf823, alcatel one > touch > W800Z) > > They work with windows. But under Linux the requests time out. > > To compare the behavior I recorded in windows with the networkmonitor and in > linux with wireshark. ( you can read all files with wireshark) > > > The requests are different, but main difference is - in windows the requests > are answered, in linux not. Maybe the devices (dhcpv6-server are buggy), but > it is also possible, that something with the request is wrong. > > Please have a look at: > > http://www.cis.uni-muenchen.de/~thomas/dhcpv6-problem.tar.7z
I cannot see anything wrong. It's however extremely likely that the DHCPv6 server has been developed more based on observed requests from Windows than actual specifications. So you could try to make the Linux requests look more like the Windows ones and see how that goes. Notable differences which could be important: - Windows sends a the vendor class data 'MSFT 5.0' - Linux requests more options, like sntp servers - Linux sends a FQDN option Any of these could break a server which has been made specifically do work with Windows and nothing else. And that's the sort of quality we can expect from modem embedded software, unfortunately. So do try to change the easy ones to look more like Windows. Bjørn _______________________________________________ networkmanager-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/networkmanager-list
