Re: please help on adsl sharing

2003-02-06 Thread Gary Turner
Paul Johnson wrote: >On Wed, Feb 05, 2003 at 11:55:17AM -0500, Roberto Sanchez wrote: >> This may not be what you want to hear, but the best thing is probably to >> spend $25-$50 for a cable/DSL router with a built in firewall. > >Not necissarily an option. > >1) I tend to hear about security pro

Re: please help on adsl sharing

2003-02-06 Thread GBV
iginal Message - From: "Attila Csosz" <[EMAIL PROTECTED]> To: "GBV" <[EMAIL PROTECTED]> Cc: <> Sent: Wednesday, February 05, 2003 6:34 PM Subject: Re: please help on adsl sharing > GBV wrote: > > >1. Your ISP require pppoe? > >2. Do your

Re: please help on adsl sharing

2003-02-06 Thread Johan Ehnberg
]> Sent: Wednesday, February 05, 2003 9:34 PM Subject: Re: please help on adsl sharing GBV wrote: 1. Your ISP require pppoe? 2. Do your adsl provider use DHCP ? if 1 == true remove the configuration of your internet interface apt-get install pppoeconf type as root: pppoeconf if 2 == true

Re: please help on adsl sharing

2003-02-06 Thread Janke Dávid
- Original Message - From: "Attila Csosz" <[EMAIL PROTECTED]> To: "GBV" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 9:34 PM Subject: Re: please help on adsl sharing > GBV wrote: > > >1. Your ISP r

Re: please help on adsl sharing

2003-02-06 Thread Paul Johnson
On Wed, Feb 05, 2003 at 11:55:17AM -0500, Roberto Sanchez wrote: > This may not be what you want to hear, but the best thing is probably to > spend $25-$50 for a cable/DSL router with a built in firewall. Not necissarily an option. 1) I tend to hear about security problems with them roughly as o

Re: please help on adsl sharing

2003-02-05 Thread Attila Csosz
GBV wrote: 1. Your ISP require pppoe? 2. Do your adsl provider use DHCP ? if 1 == true remove the configuration of your internet interface apt-get install pppoeconf type as root: pppoeconf if 2 == true && 1 == false edit your /etc/network/interfaces like auto eth0 iface eth0 inet dhcp else

Re: please help on adsl sharing

2003-02-05 Thread Attila Csosz
Osamu Aoki wrote: On Wed, Feb 05, 2003 at 03:56:57PM +0100, Attila Csosz wrote: I try to set up adsl sharing on two computer but I have problems. The situation: adsl --->A(connected to adsl) -- B(internal machine) I do the followings: on machine A have the followings: --

Re: please help on adsl sharing

2003-02-05 Thread GBV
1. Your ISP require pppoe? 2. Do your adsl provider use DHCP ? if 1 == true remove the configuration of your internet interface apt-get install pppoeconf type as root: pppoeconf if 2 == true && 1 == false edit your /etc/network/interfaces like auto eth0 iface eth0 inet dhcp else explain bette

Re: please help on adsl sharing

2003-02-05 Thread Osamu Aoki
On Wed, Feb 05, 2003 at 03:56:57PM +0100, Attila Csosz wrote: > I try to set up adsl sharing on two computer but I have problems. > The situation: > > adsl --->A(connected to adsl) -- B(internal machine) > > I do the followings: > > on machine A have the followings: > ---

Re: please help on adsl sharing

2003-02-05 Thread Roberto Sanchez
From: Attila Csosz <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: please help on adsl sharing Date: Wed, 05 Feb 2003 15:56:57 +0100 MIME-Version: 1.0 Received: from murphy.debian.org ([65.125.64.134]) by mc10-f17.bay6.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 5 Feb 2003

please help on adsl sharing

2003-02-05 Thread Attila Csosz
I try to set up adsl sharing on two computer but I have problems. The situation: adsl --->A(connected to adsl) -- B(internal machine) I do the followings: on machine A have the followings: 1) /etc/network/interfaces auto lo iface lo inet loopback auto eth