I was able to set up Apache and IIS on my Windows 7 machine and have them both running at the same time. I accomplished this by giving myself multiple IP address as well as making the changes described in this post.
As far as Apache, IIS and basic internet surfing, I'm good to go.
However, a few gremlins have shown up recently that make me doubt this was 100% successful:
- When I view a long video on YouTube, it freezes less than two minutes in. (Happens on FF and IE)
- When I play Rift, I get disconnected after a couple of minutes of game time
- When I downloaded a 10MB attachment from Gmail, it took several tries to get it down
If I remove the multiple IP addresses, the issues go away.
What other changes should I make so that I can keep these multiple IP Addresses and go back to normal with my recreational network activities?
Only because I saw this in a similar post, here is my route table:
IPv4 Route Table
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2 276
127.0.0.0 255.0.0.0 On-link 127.0.0.1 306
127.0.0.1 255.255.255.255 On-link 127.0.0.1 306
127.255.255.255 255.255.255.255 On-link 127.0.0.1 306
192.168.1.0 255.255.255.0 On-link 192.168.1.2 276
192.168.1.2 255.255.255.255 On-link 192.168.1.2 276
192.168.1.99 255.255.255.255 On-link 192.168.1.2 276
192.168.1.255 255.255.255.255 On-link 192.168.1.2 276
224.0.0.0 240.0.0.0 On-link 127.0.0.1 306
224.0.0.0 240.0.0.0 On-link 192.168.1.2 276
255.255.255.255 255.255.255.255 On-link 127.0.0.1 306
255.255.255.255 255.255.255.255 On-link 192.168.1.2 276
===========================================================================
Persistent Routes:
Network Address Netmask Gateway Address Metric
0.0.0.0 0.0.0.0 192.168.1.1 Default
===========================================================================
192.168.1.99 is a static IP for Apache/MySQL
192.168.1.2 should be for everything else
ping -t <ip address- one to 192.168.1.1 and one to the rift server, and see if you get dropped packets to either during a rift game with multiple IP config. – Paul Oct 20 '11 at 4:59