Skip to content
Advertisement

How to connect an embedded device to Internet via a Windows 7 PC’s Shared Internet Connection (ICS)? [closed]

I have an embedded device (runs linux) that is connected to my Windows 7 workstation via ethernet. My Windows 7 computer is connected to the internet via usb modem (ppp protocol).

Can I connect my device to the internet somehow without connecting the modem directly to the device? Thanks for helpers!

Advertisement

Answer

If i understand your question or issue correctly:

Yes, definetly . You could set up your workstation to act as the network gateway for the device. That way your device could access the internet trough the shared modem connection of your workstation.

It’s a bit hard to give more details than that without knowing the operating system of your workstation. But most modern operating systems have made sharing internet connections relatively easy.

EDIT: You mention you’re using Windows 7, so the steps should be fairly easy. The following steps should work for ethernet, wifi and dial-up connections.

  1. Choose Start→Control Panel→Network and Internet. Click the Network and Sharing Center link.
  2. In the resulting Network and Sharing Center window, click the Manage (Wireless) Network‘s link.
  3. Click a connection and then click the Adapter Properties link.
  4. Click the Sharing tab.
  5. Select the Allow Other Network Users to Connect through This Computer’s Internet Connection check box.
  6. Click OK and then close the Manage (Wireless) Networks window to save the shared connection settings.
  7. Set the IP of the workstation your device is connected to as the gateway/DHCP in the devices network settings.

(from : http://www.dummies.com/computers/operating-systems/windows-7/how-to-share-an-internet-connection-in-windows-7/ )

User contributions licensed under: CC BY-SA
5 People found this is helpful
Advertisement