• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Port blocked by Virtual PC

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have two laptops running Windows 7. On one I have installed XP Mode (XP running within Virtual PC). On the other I have VMWare Server with an XP client. As far as I can tell, the two XP setups are very similar with the same anti-virus and firewall software with the exact same configuration, and both are using IE 7 with the default configuration. Ditto for the Win7 systems - exact same security suite is in use with the same configuration.

There is a web site I use that runs an OpenLaszlo app within IE, and the site makes a call to a service via some port. That web site is configured to be a trusted web site in IE. In the XP Mode, the call is blocked, but with XP running in VMWare, the call is not blocked. (This is a high-level overview, I could provide the excruciating details if needed.)

Does anyone know of any information on Virtual PC blocking certain calls?
 
Bartender
Posts: 1849
15
Eclipse IDE Spring VI Editor Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Not completely sure, but the VirtualPC is a client software... the VMWare Server might have extra resources or ports enabled.

You might try making sure IIS is installed in the VirtualPC XP load, and manually adding the port to the exceptions list in the WinXP firewall (if that's what you're using).
 
Peter Johnson
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
No, the XP firewall is disabled. I'm using the corporate version of Symantec Endpoint Protection on Win7 and XP (on both machines), and unfortunately since it is a corporate version I cannot configure the ports by hand.

Not completely sure, but the VirtualPC is a client software... the VMWare Server might have extra resources or ports enabled.


I was thinking along the same lines, perhaps something with how the network bridge from the client XP VM to the physical network is handled. I know that VMWare provides different options for making such connection, I'll look into what Virtual PC provides. It's current set at NAT, I'll try one of the other options and see what that does.
 
Janeice DelVecchio
Bartender
Posts: 1849
15
Eclipse IDE Spring VI Editor Java Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You should try, for S's and G's, to disable your Symantec and see if it fixes your issue. If it does, you might try a more configurable firewall.

I'll ask my boyfriend.... he knows more about this than I do.
 
reply
    Bookmark Topic Watch Topic
  • New Topic