LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Desktop (https://www.linuxquestions.org/questions/linux-desktop-74/)
-   -   Browsing Intranet Sites (https://www.linuxquestions.org/questions/linux-desktop-74/browsing-intranet-sites-498233/)

duryodhan 11-03-2006 06:14 AM

Browsing Intranet Sites
 
How do I set up firefox in Linux so that it directly goes to the relevant sites in my intranet?

Suppose I am a in www.xyz.ac.in

and I want to access abc.xyz.ac.in
In windows IF I typed abc in IE it would go automatically to the correct site. RIght now in Linux I have to do abc.xyz.ac.in .

How do I set up such behaviour in Firefox?

Nathanael 11-03-2006 06:26 AM

you add
search xyz.ac.in
to your reslov.conf file!

Old_Fogie 11-03-2006 08:24 AM

In addition to Nathaneal's post I've seen software firewall's, router's and gateway's/firewalls block local lan clients from accessing other boxen on lan at port 80 FWIW.

duryodhan 11-03-2006 09:11 AM

Its already there in the resolv.conf
it was put there by netconfig I guess as I gave my domain correctly.

Nathanael 11-03-2006 09:15 AM

what do you get from 'dig abc'
compared to windows 'nslookup abc'

perhaps you need to setup your netbois client and wins client correctly - though i could be really mistaken on this one!

duryodhan 11-03-2006 09:42 AM

dig abc doesn't give correct output while abc.bits-pilani.ac.in

Output
Quote:

dev@corba:~$ dig psd

; <<>> DiG 9.3.2-P1 <<>> psd
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 39364
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;psd. IN A

;; AUTHORITY SECTION:
. 8819 IN SOA A.ROOT-SERVERS.NET. NSTLD.VERISIGN-GRS.COM. 2006110201 1800 900 604800 86400

;; Query time: 1 msec
;; SERVER: 172.24.2.71#53(172.24.2.71)
;; WHEN: Fri Nov 3 21:10:56 2006
;; MSG SIZE rcvd: 96





All times are GMT -5. The time now is 05:12 PM.