Closed
Bug 946609
Opened 12 years ago
Closed 7 years ago
3rd DNS server is not recognized
Categories
(Firefox OS Graveyard :: Wifi, defect)
Tracking
(tracking-b2g:backlog)
RESOLVED
WONTFIX
tracking-b2g | backlog |
People
(Reporter: masashi.honma, Unassigned)
Details
Gaia: 6ed5464af84f3c420b78259dff53f57a6f1be75e
Gecko: 8fdb69114734785065ce6c76ac36f4438b90c2e6
Hardware: KEON
KEON got DNS server via DHCP server.
I watched the DHCP ACK frame from the DHCP server by wireshark.
The Domain Name Server Option field included 3 DNS servers.
1) 192.168.3.1 (DHCP server IP address)
2) 202.238.95.24
3) 202.238.95.26
But Firefox OS only receives first and second DNS server.
----------------
root@android:/etc # getprop net.dns1
192.168.3.1
root@android:/etc # getprop net.dns2
202.238.95.24
root@android:/etc # getprop net.dns3
----------------
Reporter | ||
Comment 1•12 years ago
|
||
I found this on the debugging of Bug 944377.
Updated•11 years ago
|
blocking-b2g: --- → backlog
Assignee | ||
Updated•10 years ago
|
blocking-b2g: backlog → ---
tracking-b2g:
--- → backlog
Comment 2•7 years ago
|
||
Firefox OS is not being worked on
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•