Precise can't connect to a network guarded by an authentication webserver whose address can only be looked up with one of the nameservers whose address is provided by DHCP
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dnsmasq (Ubuntu) |
Confirmed
|
Medium
|
Unassigned | ||
network-manager (Ubuntu) |
Confirmed
|
Medium
|
Unassigned |
Bug Description
Hi,
our academic wifi, is protected with authentication practiced with a web page. The wifi network looks to be open to anyone, but to operate it after having connected the wifi you need to open a web page. This will automatically redirect you to an authentication page and after you are authenticated you can work on the wifi.
The problem is that with precise you can never get to the authentication page, since its url cannot be resolved.
The thing used to work fine with previous ubuntus and works fine with Windows.
Thanks in advance for looking into it.
Sergio
Related bugs:
* bug 1003842: Upgrading to Precise NM with "dns=dnsmasq" breaks systems with non-equivalent upstream nameservers
* bug 997076: NM "dns=dnsmasq" breaks resolution of private domain names
affects: | ubuntu → resolvconf (Ubuntu) |
summary: |
- Precise resolvconf+dnsmasq setup breaks logging in some wireless - networks + Precise resolvconf+dnsmasq setup breaks login in some wireless networks |
Changed in resolvconf (Ubuntu): | |
status: | New → Incomplete |
summary: |
- Precise resolvconf+dnsmasq setup breaks login in some wireless networks + Precise can't connect to a network guarded by an authentication + webserver whose address can only be looked up with one of the + nameservers whose address is provided by DHCP |
Changed in dnsmasq (Ubuntu): | |
status: | New → Confirmed |
Changed in network-manager (Ubuntu): | |
status: | New → Confirmed |
Changed in dnsmasq (Ubuntu): | |
importance: | Undecided → Medium |
Changed in network-manager (Ubuntu): | |
importance: | Undecided → Medium |
no longer affects: | resolvconf (Ubuntu) |
description: | updated |
I presume that the Ubuntu client associates to the access point and acquires an IP address via DHCP. Please let us know if this is not the case.
When you observe the reported problem on the affected system, please open a terminal and supply the console output of the following commands:
ls -l /run/resolvconf /run/resolvconf /interface /interface/ * ; do echo "=== $F ===" ; cat $F ; done
echo "=== /etc/resolv.conf ===" ; cat /etc/resolv.conf
for F in /run/resolvconf
ps -elf|grep dnsmasq