Hello,

I am rather new to computing. I am intersted in networking 2 computers (LAN) with my Linksys NR041. I have been using it with broadband for about a year and have decided that it would be beneficial to have to linked with my other computer. Any help is appreciated.

Thanks

Dani AI

Generated

Brief expert summary and practical checks that fill gaps in the replies from and follow up on ’s OS question.

Start with a quick checklist (things not spelled out earlier):

  • Physically: use any LAN port on the NR041; verify link/activity LEDs and try a different Ethernet cable or port if no light.
  • Router/DHCP: confirm the router’s LAN IP and that DHCP is enabled (or pick static addresses in the same subnet but outside the DHCP pool).
  • Verify addressing and reachability with these commands:
Windows:
ipconfig /all
ping <other-PC-IP>

Linux:
ip addr show
ping <other-PC-IP>
  • If ping fails, temporarily disable software firewalls on both machines to rule out blocked SMB/NetBIOS traffic, then re-enable and create exceptions for file/printer sharing (SMB uses TCP 445 and, on older setups, ports 137–139).

File/printer sharing notes not covered earlier:

  • Use distinct computer names and the same workgroup. On modern Windows turn on Network Discovery and File and Printer Sharing in Network & Internet -> Advanced sharing settings.
  • For mapped drives from a command prompt:
net use Z: \\COMPUTERNAME\Sharename /user:username password
  • Set both share permissions and NTFS permissions (sharing alone may not be enough). If browsing by name fails, map by IP (\192.168.x.x\Sharename).

Outlook sharing — strong caution and alternatives:

  • As noted, Outlook is not a multiuser server. Do not place an Outlook .pst file on a network share — it is prone to corruption and unsupported by Microsoft. Instead, use a server-based solution (Exchange/Office 365 or an IMAP-based account) or a true groupware solution for shared calendars/contacts. For simple access, configure both clients to connect to the same mail server account rather than trying to share a PST file.

Common quick fixes: reboot router, update NIC drivers, reserve IPs in the router, check duplex/speed mismatch, and ensure both machines are on the same subnet/workgroup.

Recommended Answers

All 4 Replies

What operating systems are you running on both computers?

Since you seem to indicate that you've already got the router working with one computer, the rest should be fairly simple.

1. Plug the other computer into one of the available Ethernet ports on the router.

2. If the currently-connected computer's network settings are configured to obtain IP and DNS info automatically from the router, configure the new computer that way as well. If you've entered your computer's IP info manually, assign the new computer an IP address in the same range as the currently-connected computer. That is, if the current computer is assigned an IP of , make the new computer 192.168.1.101. For the subnet mask, gateway IP and DNS server IPs, use the same values that the currently-connected computer is using. At this point, both computers should be able to share the Internet connection through the router.

If you want to share files, printers, etc. between the two computers:

3. They should each be given a unique name and should be assigned to the same workgroup. You assign the computer name and workgroup name through the System control panel, and you will have to reboot each computer to make the settings take effect.

4. In a workgroup setup, you should create identical user accounts on each machine for all users who will be accessing the computers over the network. If you don't do this, you will be prompted to enter a valid username and password whenever you attempt to remotely connect to the computers.

5. For sharing, right-click on the folders, printer, etc. that you want to make accessible over the network and choose the "Sharing..." option. In the sharing setup, give the item a descriptive share-name and select the "Share this folder (or printer)" option.

Thanks for the help! It was remarkably easy. I have another networking questions:

1: How does one set up and share outlook(ms) over a LAN?


Thanks Again.

That can be tricky, depending on what exactly you mean by "sharing" Outlook.
In a business environment, the networking capabilities that you find in Outlook (sharing contacts, calendars, etc., for example) are usually made possible by the presence of a Microsoft Exchange mail server; Outlook itself is not really designed to be a "served" network application.

There are a few "tricks" you can use to get some aspects of sharing working, and there are more that a few third-party applications which add network functionality that Outlook itself lacks. The following article discusses some of the problems and considerations, and also gives links to some of the add-on programs that you can use to overcome the obstacles:

http://www.slipstick.com/outlook/share.htm


Keep in mind that Outlook and Outlook Express are two very different programs "under the hood"; suggestions/techniques which work for one will not necessarilly work for the other.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.