News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Hook up internet on second computer

Started by Magnum, November 20, 2010, 06:58:26 PM

Previous topic - Next topic

Magnum

My grandson likes using my old computer.

What would be the least expensive way of transferring the Internet temporarily to the other computer.

I use DSL.

Have a great day,
                         Andy

Vortex

If you have only one ethernet port in your router, you can buy a switch to serve more computers accessing the net.

Magnum

Phone line goes from wall -> DSL modem -> Ethernet Port

Have a great day,
                         Andy

clive

Well it certainly could be just a DSL modem. I had one for many years, and had it plugged into a router. But in the UK they typically give you a combined ADSL/Router unit. Whether you need a router, a switch, or just a newer ADSL/Router will depend on what you have now, and whether you use PPPoE to log into your ISP. Pretty much whenever my folks talk to BT about renewing service there is a new modem/router/wireless/phone available for free to handle the new speeds being offered by default. Any router is going to provide multiple LAN ports out of the box.

So a couple of questions.

What is the Make/Model of you DSL Modem?

What does "IPCONFIG /all" report at the console?

Do you have any special log on, or application to get online? Anything special in Settings->Network Connections. Not your user/pass of course, just the mechanics of how you do things now.
It could be a random act of randomness. Those happen a lot as well.

dedndave

ethernet cards (aka NIC - network interface card) are about the least expensive adapters made
i have seen them for as little as $10, new

Magnum

There is no installed software by AT &T that is used to connect to the Internet.

I just fire up Firefox and go.

Modem Name    Motorola
Model    2210-02

Windows IP Configuration

        Host Name . . . . . . . . . . . . :

        Primary Dns Suffix  . . . . . . . :

        Node Type . . . . . . . . . . . . : Hybrid

        IP Routing Enabled. . . . . . . . : No

        WINS Proxy Enabled. . . . . . . . : No

Ethernet adapter Local Area Connection:

        Connection-specific DNS Suffix  . :

        Description . . . . . . . . . . . : VIA Rhine II Fast Ethernet Adapter

        Physical Address. . . . . . . . . : 00-11-D8-38-E4-AD

        Dhcp Enabled. . . . . . . . . . . : Yes

        Autoconfiguration Enabled . . . . : Yes

        IP Address. . . . . . . . . . . . :

        Subnet Mask . . . . . . . . . . . : 255.255.255.0

        Default Gateway . . . . . . . . . :

        DHCP Server . . . . . . . . . . . : 192.168.1.254

        DNS Servers . . . . . . . . . . . : 208.67.220.220

                                            208.67.222.222

        Lease Obtained. . . . . . . . . . : Saturday, November 20, 2010 11:23:34 PM

        Lease Expires . . . . . . . . . . : Sunday, November 21, 2010 11:23:34 PM

Tunnel adapter Teredo Tunneling Pseudo-Interface:

        Connection-specific DNS Suffix  . :

        Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface

        Physical Address. . . . . . . . . : FF-FF-FF-FF-FF-FF-FF-FF

        Dhcp Enabled. . . . . . . . . . . : No

        IP Address. . . . . . . . . . . . : fe80::5445:5245:444f%4

        Default Gateway . . . . . . . . . :

        NetBIOS over Tcpip. . . . . . . . : Disabled

Tunnel adapter Automatic Tunneling Pseudo-Interface:

        Connection-specific DNS Suffix  . :

        Description . . . . . . . . . . . : Automatic Tunneling Pseudo-Interface

        Physical Address. . . . . . . . . : C0-A8-01-40

        Dhcp Enabled. . . . . . . . . . . : No

        IP Address. . . . . . . . . . . . : fe80::5efe:192.168.1.64%2

        Default Gateway . . . . . . . . . :

        DNS Servers . . . . . . . . . . . : fec0:0:0:ffff::1%1

                                            fec0:0:0:ffff::2%1

                                            fec0:0:0:ffff::3%1

        NetBIOS over Tcpip. . . . . . . . : Disabled

Have a great day,
                         Andy

sinsi

Does the modem have ethernet and usb? Some older modems wouldn't let you use both at once (they shared the interface) but most will have an interface for both.
That means installing usb drivers from the modem disc onto the other computer.
Light travels faster than sound, that's why some people seem bright until you hear them.

sinsi

Forget that, just looked up the specs. All you can do is swap the cable between computers (one computer at a time has internet) or buy a cheap 10/100 switch.
Light travels faster than sound, that's why some people seem bright until you hear them.

Magnum

It only has an ethernet connection.

Is there an easier way other than getting a longer ethernet cable and running it to the other room?

I could just switch plugs.

Have a great day,
                         Andy

dedndave


Magnum

Thanks for the help guys, but I need to clarify the logistics.

"Dumpster special" is in my living room.(which is near the phone plug)

"P-3 special" is in my bedroom.

I don't have room to have both computers in the same room.

Verstehst du?





Have a great day,
                         Andy

dedndave

like i said - SNMP is one way to go
you can connect the computers together (parallel or serial port) and share the connection
it isn't great, but it will do the job inexpensively
there is a limit to cable length - you won't get very far with parallel
with serial, i think it's 100', if memory serves

the other way to go - costs a little more - get a router
it doesn't need to be a wireless router, if you can run an ethernet cable (from router to p3 machine)
if you go with a wireless router, you will also have to purchase a wireless adapter for one of the machines
one machine may be connected directly to the router
with a wireless router, you typically get one hardwire connection port

i doubt you will be able to find a wireless adapter card that will work in the p3 machine, or with anything less than XP (perhaps win2k)
on the bright side, if you get a laptop sometime in the future, you are good to go

FORTRANS

Hi,

   My parents have (had) two computers in different rooms.
I got a WiFi router and a WiFi NIC card for the second
computer.

DSL => Router => Cable => First computer
              => WiFi  => Second computer

   Also works with the laptops my siblings use, a possible
bonus.

Regards,

Steve N.

clive

The IP address of 192.168.1.1 and 192.168.1.100 are basically "local" network addresses assigned by the modem, and you are using OpenDNS for DNS lookup.

The modem supports DHCP and acts as a gateway. It should serve up local IP addresses for any/all computers you attach.

Solution 1) Get a longer cable to reach where you want to get. Switch cables.

Solution 2) Get a couple of cables, and a cheap 5 or 8 port switch/hub. Connect modem, computer1 and computer2 into the switch.

Solution 3) See if AT&T will spring for a newer "2-Wire" brand modem/wireless router. If you've had your contract for a while they might give you one free. You have to configure your user/pass into the PPPoE settings of the modem/router. Get some wireless cards/dongles, and you're up without dragging wires about. Good if you're in an apartment and you can't drill holes in walls/floors. These wireless boxes are prolific in AT&T's Illinois market, although they only use WEP encryption. If AT&T won't give you a free one, they are on eBay all the time.
It could be a random act of randomness. Those happen a lot as well.

Magnum

Quote from: dedndave on November 21, 2010, 01:05:41 PM
like i said - SNMP is one way to go
you can connect the computers together (parallel or serial port) and share the connection
it isn't great, but it will do the job inexpensively
there is a limit to cable length - you won't get very far with parallel
with serial, i think it's 100', if memory serves

the other way to go - costs a little more - get a router
it doesn't need to be a wireless router, if you can run an ethernet cable (from router to p3 machine)
if you go with a wireless router, you will also have to purchase a wireless adapter for one of the machines
one machine may be connected directly to the router
with a wireless router, you typically get one hardwire connection port

i doubt you will be able to find a wireless adapter card that will work in the p3 machine, or with anything less than XP (perhaps win2k)
on the bright side, if you get a laptop sometime in the future, you are good to go

I don't need any fancy wirestuff stuff.

I'll see what kind of cabling I need, etc.

With no job and my home repair business way down, fabrication and "material recovery" are the order of the day.

Have a great day,
                         Andy