![]() |
2010-05-27
, 00:06
|
Posts: 117 |
Thanked: 44 times |
Joined on Dec 2009
|
#2
|
The Following User Says Thank You to depu For This Useful Post: | ||
![]() |
2010-05-27
, 00:18
|
Posts: 57 |
Thanked: 4 times |
Joined on May 2010
|
#3
|
![]() |
2010-05-27
, 06:58
|
Posts: 57 |
Thanked: 4 times |
Joined on May 2010
|
#4
|
domain local search local nameserver 192.168.0.200
nameserver 127.0.0.1
![]() |
2010-05-27
, 07:06
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#5
|
![]() |
2010-05-27
, 07:17
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#6
|
echo 192.168.1.10 wiki >> /etc/hosts
![]() |
2010-05-27
, 07:29
|
Posts: 117 |
Thanked: 44 times |
Joined on Dec 2009
|
#7
|
hmm.. comparing the /etc/resolv.conf with my Ubuntu Lucid desktop:
desktop dynamic setting:
n900:Code:domain local search local nameserver 192.168.0.200
Code:nameserver 127.0.0.1
Is there a bug here ? i have the latest firmware/maemo5 as of now.
thanks
![]() |
2010-05-27
, 07:30
|
Posts: 117 |
Thanked: 44 times |
Joined on Dec 2009
|
#8
|
It should not be a solution but rather a workaround. You may define the mapping in /etc/hosts so that typing 'wiki' in MicroB will send you to correct intranet website:
(as root)
(192.168.1.10 is an example)Code:echo 192.168.1.10 wiki >> /etc/hosts
I'm not sure if this can be considered a bug anyway.
![]() |
2010-05-27
, 07:33
|
Posts: 57 |
Thanked: 4 times |
Joined on May 2010
|
#9
|
It should not be a solution but rather a workaround. You may define the mapping in /etc/hosts so that typing 'wiki' in MicroB will send you to correct intranet website:
(as root)
(192.168.1.10 is an example)Code:echo 192.168.1.10 wiki >> /etc/hosts
I'm not sure if this can be considered a bug anyway.
![]() |
2010-05-27
, 07:43
|
Posts: 1,425 |
Thanked: 983 times |
Joined on May 2010
@ Hong Kong
|
#10
|
Thanks for your help, i restarted but it still doesn't work.
I disagree with the bug thing though, clearly the n900 is working differently to all my other devices on my home intranet my Nokia E71, 2 desktops, 2 laptops (linux and windows) are not displaying this behaviour.
I understand that the Internet profile for N900 would change when you say select 3G from your operator vs your own WiFi router settings. it should be able to switch seamlessly no ?
I have the N900 connected to my intranet wirelessly.
Now in the maemo browser i type "http://wiki" and i changes it to "http://www.wiki.com".
No matter what intranet site i type (i have many apache virtual hosts setup) it doesn't work.
how do you get the browser to resolve the url as typed?
thanks,