Home

Stefano Mallozzi Professional web developmentStefano Mallozzi Professional web development

Condividi contenuti
  • About me
  • Bookmark
  • Tips and tricks
  • Tutorials
  • Contact me
  • Feed aggregator
Home

Languages

  • Italiano
  • English

Contact me

Links

Tag cloud

connection drupal i18n ics images internet lan network node images photo php seo
More tags

Photo galleries

  • Pictures of Gaeta

How to troubleshoot network connections in Windows XP

Sun, 20/09/2009 - 02:02 — stefano

Sometimes you might notice problems opening the Network connections. For example all connections have disappeared, or when you create an Internet connection you might find the options Network Connection Dial Up Modem and broadband connection with user name and password are grayed out.
In order to troubleshoot this you have first to check if the service Remote Access Connection Manager is enabled, so do the following these steps:

  1. Open Control panel -> Administrative Tools -> Services
  2. Scroll down to Remote Access Connection Manager anche check if it's enabled
  3. If it's not enabled, double click it and then click Start

If you got the error message Error 126: specified module could not be found when starting the service, do the follwing steps:

  1. Click Start and then Run...
  2. Type cmd and press Enter
  3. Type regsvr32 netshell.dll and press Enter
  4. Type regsvr32 netcfgx.dll and press Enter
  5. Type regsvr32 netman.dll and press Enter

If you get the error message specified module could not be found for any of those commands, those files might be missing from the \Windows\System32 directory. Just copy those files from another PC having the same operating system, or restore them from the XP Setup CD doing the following steps:

  1. Insert the Windows XP Setup CD in the CD player
  2. Click Start, type cmd and press Enter
  3. In the General tab click Expand file...
  4. In the File to restore box enter the filename you want to expand, i.e. netcfgx.dll
  5. In the Restore from box enter the path of the compressed file in the Setup CD, i.e. H:\i386\netcfgx.dl_ (or just click Browse and search for the file in the CD)
  6. In the Save file to box enter C:\Windows\System32 (assuming C: is the drive where Windows XP is installed)
  7. Click Expand

Now you can redo the regsvr32 commands for the expanded files, and then try to enabled the Remote Access Connection Manager service. When enabled, you will be able to browse the Netword connections page and create all kind of connections.

Tags:
  • Tips and tricks
  • connection
  • internet
  • lan
  • network
»
  • Italiano

How to configure Internet Connection Sharing on a LAN through a wireless device

Fri, 19/12/2008 - 20:39 — stefano

Follow the instructions written in this post: post How to configure Internet Connection Sharing on a LAN with different domains. On the server machine leave the field Default gateway empty, because the only default gateway must be the one set by the wireless connection, and enable the Internet Connection Sharing for the wireless connection.

Tags:
  • Tips and tricks
  • connection
  • ics
  • internet
  • lan
  • network
  • wireless
»
  • Italiano

How to configure Internet Connection Sharing on a LAN with different domains

Sun, 14/12/2008 - 23:34 — stefano

On the server machine (the one connected to Internet):

  1. Click Start, click Control Panel, click Network Connections.
  2. Right click the network connection that is connected to the private ICS network, and then click Properties.
  3. On the General tab, click Internet Protocol (TCP/IP), and then click Properties.
  4. On the General tab, click Use the following IP address. Configure the entries as follows:
    • IP Address: 192.168.0.1
    • Subnet Mask: 255.255.255.0
    • Default Gateway: 192.168.0.1
  5. Click OK.
  6. Click OK.

On the client machine:

  1. Click Start, click Control Panel, click Network Connections.
  2. Right click the network connection that is connected to the private ICS network, and then click Properties.
  3. On the General tab, click Internet Protocol (TCP/IP), and then click Properties.
  4. On the General tab, click Use the following IP address. Configure the entries as follows:
    • IP Address: The IP address you chose for this client (for example, 192.168.0.100).
    • Subnet Mask: 255.255.255.0
    • Default Gateway: 192.168.0.1
    • Click Use the following DNS server addresses, and then type 192.168.0.1 in the Preferred DNS server box.
  5. Click Advanced, and then click the DNS tab.
  6. In the box DNS suffix for this connection type mshome.net.
  7. Click OK.
  8. Click OK.
Tags:
  • Tips and tricks
  • connection
  • ics
  • internet
  • lan
  • network
»
  • Italiano
Syndicate content

© Stefano Mallozzi
P.IVA 02155580596
Valid XHTML 1.0 Strict Valid CSS Valid RSS
Powered by Drupal Powered by Apache Powered by MySQL Powered by PHP