LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   HTTP not working within VLAN? (https://www.linuxquestions.org/questions/linux-newbie-8/http-not-working-within-vlan-663999/)

your_shadow03 08-20-2008 03:39 AM

HTTP not working within VLAN?
 
I have put all my machine from VLAN 10.14.236 to 10.14.26 series.
I can ssh too from my remote Windows Desktop into the Linux Machine.
When I am logging into and running htmlview http://localhost.
Its Working but When I am attempting to browse from my remote Windows Desktop http://<ipaddress> it says:

Code:


The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.


I am also not able to connect through VNC.
I ran:

Code:

[root@ ~]# nmap -vv localhost

Starting nmap 3.70 ( http://www.insecure.org/nmap/ ) at 2008-08-20 13:41 IST
Initiating SYN Stealth Scan against localhost.localdomain (127.0.0.1) [1660 ports] at 13:41
Discovered open port 22/tcp on 127.0.0.1
Discovered open port 113/tcp on 127.0.0.1
Discovered open port 80/tcp on 127.0.0.1
Discovered open port 23/tcp on 127.0.0.1
Discovered open port 443/tcp on 127.0.0.1
Discovered open port 5901/tcp on 127.0.0.1
Discovered open port 5903/tcp on 127.0.0.1
Discovered open port 6003/tcp on 127.0.0.1
Discovered open port 5802/tcp on 127.0.0.1
Discovered open port 631/tcp on 127.0.0.1
Discovered open port 906/tcp on 127.0.0.1
Discovered open port 111/tcp on 127.0.0.1
Discovered open port 5801/tcp on 127.0.0.1
Discovered open port 6001/tcp on 127.0.0.1
Discovered open port 6002/tcp on 127.0.0.1
Discovered open port 5902/tcp on 127.0.0.1
Discovered open port 5803/tcp on 127.0.0.1
The SYN Stealth Scan took 0.09s to scan 1660 total ports.
Host localhost.localdomain (127.0.0.1) appears to be up ... good.
Interesting ports on localhost.localdomain (127.0.0.1):
(The 1643 ports scanned but not shown below are in state: closed)
PORT    STATE SERVICE
22/tcp  open  ssh
23/tcp  open  telnet
80/tcp  open  http
111/tcp  open  rpcbind
113/tcp  open  auth
443/tcp  open  https
631/tcp  open  ipp
906/tcp  open  unknown
5801/tcp open  vnc-http-1
5802/tcp open  vnc-http-2
5803/tcp open  vnc-http-3
5901/tcp open  vnc-1
5902/tcp open  vnc-2
5903/tcp open  vnc-3
6001/tcp open  X11:1
6002/tcp open  X11:2
6003/tcp open  X11:3

Nmap run completed -- 1 IP address (1 host up) scanned in 0.206 seconds
[root@ ~]#

Any idea how can I open the browser?

jax8 08-20-2008 08:15 AM

Disable your firewall and try again.


All times are GMT -5. The time now is 10:32 AM.