My new computer is blocking access to my webserver when in use

1

I have been running a web server for a while. It is hosted using lamp on a computer that I have running Ubuntu and has worked fine until recently.

I got a computer that runs Windows 8 to use as my regular computer so that I can isolate all of my development stuff onto my Linux computer. However, I've noticed that when I get on my new computer, my web server goes offline and is inaccessible until I turn my new computer off. I used an uptime monitor to check that it was only offline when my other computer was in use and it confirmed, with 99% uptime when I was not using my new computer and 0% uptime when I was using it. Whenever I do try to access my web server/sites, my connection times out.

I tried changing different settings on my windows 8 computer since it seems to be what is blocking the connections, including adding rules to windows firewall, temporarily disabling my antivirus (avast) and changing network and sharing connections. The only change that I got was when I disabled windows firewall, I got a connection refused message instead of connection timed out.

Any ides on what I need to do to be able to use my new computer without it interrupting use of my webserver?

Repercussionist

Posted 2013-10-29T04:24:42.250

Reputation: 11

1Are they using the same IP address? – Paul – 2013-10-29T05:00:18.143

No, they are XXX.XXX.1.119 and XXX.XXX.1.120 – Repercussionist – 2013-10-29T05:07:29.327

I looks like an IP address conflict to me too. – Ashtray – 2013-10-29T08:15:29.613

Perhaps a UPnP issue. Win 8 might want to use a port (for example skype) and if you have UPnP enabled and a router that supports it it could then change your port forwarding. – Nifle – 2013-10-29T09:13:32.030

No answers