Networking Forums

Networking Forums > Computer Networking > Linux Networking > Home network. Both computers must be running. Why?

Reply
Thread Tools Display Modes

Home network. Both computers must be running. Why?

 
 
Doug Laidlaw
Guest
Posts: n/a

 
      06-02-2006, 01:26 AM
I have a home network. I have a Linux box near the ADSL input. The ADSL
goes to a modem in bridge mode, then a router. The modem and router run
continuously. ALL the PPPoE is handled on that side of things.

The router has an ethernet input, an ethernet output to my box, and a
wireless output to my wife's laptop in another room, running XP. After the
router, the two paths have nothing in common.

If the laptop is switched off, I can access the Internet O.K. But if my
computer is not running, my wife cannot access the Internet.

Why?

Doug.
--
Who does the best his circumstance allows,
Does well, acts nobly; angels could no more.
- Edward Young.

 
Reply With Quote
 
 
 
 
chris dewbery
Guest
Posts: n/a

 
      06-02-2006, 04:27 AM
Doug Laidlaw wrote:
> I have a home network. I have a Linux box near the ADSL input. The ADSL
> goes to a modem in bridge mode, then a router. The modem and router run
> continuously. ALL the PPPoE is handled on that side of things.
>
> The router has an ethernet input, an ethernet output to my box, and a
> wireless output to my wife's laptop in another room, running XP. After the
> router, the two paths have nothing in common.
>
> If the laptop is switched off, I can access the Internet O.K. But if my
> computer is not running, my wife cannot access the Internet.
>
> Why?
>
> Doug.


Where is the laptop getting it's IP address from?

Are you running a dhcp server on your linux box?

Could it be possible you are using your linux box as a gateway?

 
Reply With Quote
 
Doug Laidlaw
Guest
Posts: n/a

 
      06-02-2006, 06:44 AM
chris dewbery wrote:

> Doug Laidlaw wrote:
>> I have a home network. I have a Linux box near the ADSL input. The ADSL
>> goes to a modem in bridge mode, then a router. The modem and router run
>> continuously. ALL the PPPoE is handled on that side of things.
>>
>> The router has an ethernet input, an ethernet output to my box, and a
>> wireless output to my wife's laptop in another room, running XP. After
>> the router, the two paths have nothing in common.
>>
>> If the laptop is switched off, I can access the Internet O.K. But if my
>> computer is not running, my wife cannot access the Internet.
>>
>> Why?
>>
>> Doug.

>
> Where is the laptop getting it's IP address from?
>
> Are you running a dhcp server on your linux box?
>
> Could it be possible you are using your linux box as a gateway?


I am not entirely sure. The modem is set to be 192.168.0.1.
The router is set to be 192.168.1.1, and I thought that it allocated IP
addresses to the network.
My box is 192.168.1.2 and uses DHCP.
The laptop is 192.168.1.3, but I couldn't get behind XP's GUI to find out
what was really happening.
I had just assumed that because the branching out occurred at the router, my
box was "below" the router and could be taken out with no effect on other
branches of the network (even if there is only one other.)

(I was intending to run a Web server on my box. Then it would have to be on
continuously anyway.)

Doug.
--
For there was never yet philosopher
That could endure the toothache patiently.
- Shakespeare (Much Ado About Nothing).

 
Reply With Quote
 
Kurt
Guest
Posts: n/a

 
      06-03-2006, 10:40 PM
To "get behind" XP's gui, open a command prompt and type "ipconfig
/all". It'll tell you the IP address of the DHCP server it obtained the
lease from.

....kut

Doug Laidlaw wrote:
> chris dewbery wrote:
>
>> Doug Laidlaw wrote:
>>> I have a home network. I have a Linux box near the ADSL input. The ADSL
>>> goes to a modem in bridge mode, then a router. The modem and router run
>>> continuously. ALL the PPPoE is handled on that side of things.
>>>
>>> The router has an ethernet input, an ethernet output to my box, and a
>>> wireless output to my wife's laptop in another room, running XP. After
>>> the router, the two paths have nothing in common.
>>>
>>> If the laptop is switched off, I can access the Internet O.K. But if my
>>> computer is not running, my wife cannot access the Internet.
>>>
>>> Why?
>>>
>>> Doug.

>> Where is the laptop getting it's IP address from?
>>
>> Are you running a dhcp server on your linux box?
>>
>> Could it be possible you are using your linux box as a gateway?

>
> I am not entirely sure. The modem is set to be 192.168.0.1.
> The router is set to be 192.168.1.1, and I thought that it allocated IP
> addresses to the network.
> My box is 192.168.1.2 and uses DHCP.
> The laptop is 192.168.1.3, but I couldn't get behind XP's GUI to find out
> what was really happening.
> I had just assumed that because the branching out occurred at the router, my
> box was "below" the router and could be taken out with no effect on other
> branches of the network (even if there is only one other.)
>
> (I was intending to run a Web server on my box. Then it would have to be on
> continuously anyway.)
>
> Doug.

 
Reply With Quote
 
Doug Laidlaw
Guest
Posts: n/a

 
      06-04-2006, 10:29 AM
Kurt wrote:

> To "get behind" XP's gui, open a command prompt and type "ipconfig
> /all". It'll tell you the IP address of the DHCP server it obtained the
> lease from.
>
> ...kut
>
> Doug Laidlaw wrote:
>> chris dewbery wrote:
>>
>>> Doug Laidlaw wrote:
>>>> I have a home network. I have a Linux box near the ADSL input. The
>>>> ADSL
>>>> goes to a modem in bridge mode, then a router. The modem and router
>>>> run
>>>> continuously. ALL the PPPoE is handled on that side of things.
>>>>
>>>> The router has an ethernet input, an ethernet output to my box, and a
>>>> wireless output to my wife's laptop in another room, running XP. After
>>>> the router, the two paths have nothing in common.
>>>>
>>>> If the laptop is switched off, I can access the Internet O.K. But if
>>>> my computer is not running, my wife cannot access the Internet.
>>>>
>>>> Why?
>>>>
>>>> Doug.
>>> Where is the laptop getting it's IP address from?
>>>
>>> Are you running a dhcp server on your linux box?
>>>
>>> Could it be possible you are using your linux box as a gateway?

>>
>> I am not entirely sure. The modem is set to be 192.168.0.1.
>> The router is set to be 192.168.1.1, and I thought that it allocated IP
>> addresses to the network.
>> My box is 192.168.1.2 and uses DHCP.
>> The laptop is 192.168.1.3, but I couldn't get behind XP's GUI to find out
>> what was really happening.
>> I had just assumed that because the branching out occurred at the router,
>> my box was "below" the router and could be taken out with no effect on
>> other branches of the network (even if there is only one other.)
>>
>> (I was intending to run a Web server on my box. Then it would have to be
>> on continuously anyway.)
>>
>> Doug.


Thanks Kurt. That says that the server and gateway are 192.168.1.1, which
is the router.

Doug.
--
If a thing is worth doing, it is worth doing badly.
- G.K. Chesterton.

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot Access one of the computers on home network Bruins99 Wireless Networks 8 04-01-2006 12:32 PM
Cannot Browse Folders on other Computers After Running Network Wiz BobRob Wireless Networks 3 01-21-2006 11:56 AM
network home computers =?Utf-8?B?UmFpbg==?= Windows Networking 0 06-29-2005 11:58 PM
Running DNS server on home network AWM Broadband 17 11-03-2003 05:17 PM
Lost dial-up network connection after running home network setup wizard. Bruce Windows Networking 0 10-22-2003 04:05 PM



1 2 3 4 5 6 7 8 9 10 11