I have a Windows Home Premium on my machine and Fedora 15 on VirtualBox.
The network on VirtualBox Fed15 is as follows
Code:
Adapter 1:
Intel PRO/1000 MT Desktop (Bridged adapter, Intel(R) Wireless WiFi Link 4965AGN)
Ifconfig reveals the following
Code:
p2p1 inet addr:192.168.0.114
and ipconfig on windows
Code:
IPv4 Address. . . . . . . . . . . : 192.168.0.220
I can ping from both ends and get responses.
On Fedora 15 (VirtualBox) netstat reveals
Code:
netstat -ntlp
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:49582 0.0.0.0:* LISTEN 1137/rpc.statd
tcp 0 0 0.0.0.0:111 0.0.0.0:* LISTEN 957/rpcbind
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 1150/sshd
tcp 0 0 127.0.0.1:631 0.0.0.0:* LISTEN 1152/cupsd
tcp 0 0 127.0.0.1:25 0.0.0.0:* LISTEN 4829/sendmail: acce
tcp 0 0 :::111 :::* LISTEN 957/rpcbind
tcp 0 0 :::80 :::* LISTEN 3537/httpd
tcp 0 0 :::22 :::* LISTEN 1150/sshd
tcp 0 0 :::23 :::* LISTEN 4888/xinetd
tcp 0 0 ::1:631 :::* LISTEN 1152/cupsd
tcp 0 0 :::54969 :::* LISTEN 1137/rpc.statd
The problem: I have started the apache server and it is listening on port 80, but when i enter the address on my browser thru windows, it doesn't shows anything but an error
Code:
Connection closed by remote server
Check that the address is spelled correctly, or try searching for the site.
Any help would be appreciated.
---------- Post added at 12:43 AM ---------- Previous post was at 12:24 AM ----------
After stopping / disabling iptables aka firewall service , my apache seems to be working.
Code:
service iptables stop