W7 X-64 and IIS. No connection from LAN

jimbo45

New member
Guru
Gold Member
VIP
Local time
11:10 PM
Messages
5,941
Location
Hafnarfjörður IS
Hi all
anybody got a webserver with IIS working yet on W7 X-64 and been able to connect to it from another machine on the same LAN.

Enc screenshot of the problem

The server works fine if I'm on that machine (http://localhost)

If I'm downstairs in the conservatory with a laptop and want to connect to the server (http://local-ip) I just CAN'T connect anyhow.

Machine is pingable, and can see it on the network. Can access disks etc etc.

Just cant access the webserver. Client Laptop is running either W7 x-64 or Windows XP -- either OS won't connect.


I've also got a Linux server running apache on the same LAN -- Not a sausage of a problem --connects every time). (Different port so no conflict there). Also I can bring the Linux machine down when testing anyway just in case.

Why on earth is Windows Networking such a DOG.

(all firewalls are off while testing and port forwarding on the router is fine)


IIS server works fine on Windows XP -- but W7 -----!!!!

I like W7 - but I MUST get the web server working.

(A virtual XP machine running on W7 also works fine as the web server so I KNOW the problem has got to be IIS and W7 X-64)

To simplify matters I'm running the RC version (7100) for this test -- I did try later builds with the same problem.

Really greatful if anybody can solve this problem -- I should be able to access my own web server from within my LAN -- It's a bit useless if I have to go to the physical machine to do any work on it.

Thanks.


Cheers

jimbo

(Update -- IIS needed a fix on the Web server W7 machine -- install the LATEST version -- I think 7.5 otherwise gives probs)

http://forums.iis.net/t/1154955.aspx

Cheers
jimbo
 

Attachments

  • server.png
    server.png
    26.9 KB · Views: 164
Last edited:

My Computer My Computer

At a glance

Linux CENTOS 7 / various Windows OS'es and se...Intel i7 Intel i58GB, 16GBOn Motherboard
Computer type
PC/Desktop
Computer Manufacturer/Model Number
Custom built, several laptops HP/ASUS
OS
Linux CENTOS 7 / various Windows OS'es and servers
CPU
Intel i7 Intel i5
Memory
8GB, 16GB
Graphics Card(s)
On Motherboard
Sound Card
Realtek HD audio
Monitor(s) Displays
Apple Cinema display, Samsung LCD
Screen Resolution
1920 X 1080
Hard Drives
4 X 1TB SATA
Mouse
Toshiba wireless laser
Internet Speed
> 20MB up
windows 7/iis7.5 pain :-(

Hi jimbo45 -

Could you give more details about your solution?

It appears that I'm having the same problem you originally described but I'll type it out just to be sure :D

I have two machines running windows 7 rc x64 7100 - they can both ping/remote desktop/share files but neither machine can browse websites hosted on the default site on port 80 of the other machine.

I've just completely removed all iis-related components, rebooted, re-installed everything needed* yet still the other machine cannot see the site.

(*) http://img391.imageshack.us/img391/5112/iis75.png

I've used fiddler to check the request which is leaving the other computer. It looks fine, a standard GET. On the website host computer, I can see that no connection arrives (I'm using a software which has built-in connection-monitoring features and see no connection to port 80 either blocked or allowed). It as though the connection goes missing somewhere between the two computers.

I notice that SYSTEM is listening to port 80 using TCPv6 and wonder if this is somehow related to the issue as I have extremely limited knowledge of TCPv6. For IPv4, I have static IPs for all computers on the network but the IPv6 are all dynamically assigned by the same router/gateway.

I've attempted to disable IPv6 using the registry poke described here: How to disable certain Internet Protocol version 6 (IPv6) components in Windows Vista - but IIS (SYSTEM) still listens on TCPv6 :(

Generally, I have windows firewall completely disabled for the home and public profiles and my other software firewall enabled. I have also tried this with all firewalls disabled and my router's modem disconnected from the 'net - still with no success.

I have no clue what is happening... Any ideas?
 

My Computer My Computer

At a glance

windows 7 rc ultimate
OS
windows 7 rc ultimate
Have you checked the sites bindings to the IP address and port in IIS manager?
 

My Computer My Computer

At a glance

Windows 11
Computer type
PC/Desktop
OS
Windows 11
Hi - thanks for reply. Binding is the default:
type:http, host name:<blank>, port:80, ip address: *, binding information: <blank>


Sorry for delay - I hadn't enabled 'instant email notification'...


Edit: it turns out (i believe) that my ipv6 addresses are auto-assigned, i.e. fe80...

Edit2: ...and I can't ping using the ipv6 address ! - surely this is related....
 

My Computer My Computer

At a glance

windows 7 rc ultimate
OS
windows 7 rc ultimate
Hi - Would you please let know the possible solution.... I am facing the same problem and trying for a fix...
 

My Computer My Computer

At a glance

Windows 7 Professional 32bit
OS
Windows 7 Professional 32bit
Just wanted to bump this because I just ran into the issue with two coworkers machines. We were trying to get IE6 to connect to their local IIS sites from within a Windows Virtual PC VM.

While troubleshooting, I couldn't even telnet to port 80 on their machines from my own machine. I even disabled windows firewall service.

The solution ended up being having to explicitly enable the INBOUND rule for World Wide Web services in the Windows Firewall with Advanced Security console. I guess even when disabling the firewall, some rules are still on...

Start -> Firewall
Windows Firewall with Advanced Security
Inbound Rules
scroll to the bottom, right-click on the World Wide Web Services [HTTP Traffic In] rule and click enable.

Hope this helps others!
 

My Computer My Computer

At a glance

Windows 7 Ultimate 64
OS
Windows 7 Ultimate 64
thanks j2theb, I was running into the same problem and your solution fixed it...
 

My Computer My Computer

At a glance

windows ultimate 7 64bit
OS
windows ultimate 7 64bit
Back
Top