Re: Wireless networking help - can't find AP

2009-07-05 Thread Joel Roth
On Fri, Jul 03, 2009 at 12:23:37PM +0200, Klistvud wrote:
 Dne, 30. 06. 2009 09:26:39 je Joel Roth napisal(a):
  On Mon, Jun 29, 2009 at 10:08:17PM -0400, Celejar wrote:
   On Tue, 30 Jun 2009 01:23:39 +
   Joel Roth jo...@pobox.com wrote:
   
   ...
   
My wireless network interface is present:

$ iwconfig wlan0

wlan0 IEEE 802.11  ESSID:  
  Mode:Managed  Frequency:2.412 GHz  Access Point:
  Not-Associated   
  Tx-Power=0 dBm   
  Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid 
  frag:0
  Tx excessive retries:0  Invalid misc:0   Missed 
  beacon:0

However, I don't find the D-Link 614+:

$ iwlist wlan0 scan

wlan0 No scan results

And of course, dhclient fails to find a server.
   
   a) Scanning may not work if the interface is administratively
  'down'.
   Try 'ifconfig wlan0 up' and then scanning.
   
  Tried and failed: no scan results. (I made sure  wlan0 was
  up before, too.)
  
   b) What happens if you just go ahead and set the essid manually:
   'iwconfig wlan0 essid your-essid' and then 'iwconfig wlan0' to see
  if
   it associates?
  
  Tried, but it does not associate.
  
  I also tried setting the channel number. No change, and iwconfig
  doesn't
  show the setting. 
  
  I also looked in the BIOS for a wireless enable/disable
  setting, but no such menu item is present.
  
  Thanks for your suggestions.
  
  Joel
   
   Celejar
   --
   mailmin.sourceforge.net - remote access via secure (OpenPGP) email
   ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
   
  
  -- 
  Joel Roth
  
  
  -- 
  To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
  with a subject of unsubscribe. Trouble? Contact
  listmas...@lists.debian.org
  
 This may be far-fetched, but... do you have the ieee80211_crypt_tkip 
 module installed? And the wpasupplicant package?

Thanks for the suggestions. 'apt-cache search' does not find
ieee80211_crypt_tkip  or anything remotely similar.

wpa supplicant i installed, however my wireless router seems
to only offer WEP, which I have disabled for testing.

I've brought up the issue on the linux-wireless list. Got
a suggestion what to look at, but no ideas how to interpret.
My naive next step is to compile a kernel with the latest
drivers.

  On Wed, Jul 01, 2009 at 12:16:47AM +0300, Nick Kossifidis wrote:
 
   Can you please sent the dmesg output when ath5k loads ?
   Also do you see any messages on dmesg while scaning ?
  
  On loading the ath5k driver, dmesg reports:
  
  [83838.020161] ath5k :05:00.0: PCI INT A disabled
  [83852.364249] cfg80211: Using static regulatory domain info
  [83852.364253] cfg80211: Regulatory domain: US
  [83852.364255]  (start_freq - end_freq @ bandwidth), (max_antenna_gain, 
  max_eirp)
  [83852.364258]  (2402000 KHz - 2472000 KHz @ 4 KHz), (600 mBi, 2700 mBm)
  [83852.364261]  (517 KHz - 519 KHz @ 4 KHz), (600 mBi, 2300 mBm)
  [83852.364264]  (519 KHz - 521 KHz @ 4 KHz), (600 mBi, 2300 mBm)
  [83852.364266]  (521 KHz - 523 KHz @ 4 KHz), (600 mBi, 2300 mBm)
  [83852.364269]  (523 KHz - 533 KHz @ 4 KHz), (600 mBi, 2300 mBm)
  [83852.364271]  (5735000 KHz - 5835000 KHz @ 4 KHz), (600 mBi, 3000 mBm)
  [83852.364274] cfg80211: Calling CRDA for country: US
  [83852.427844] ath5k :05:00.0: PCI INT A - GSI 18 (level, low) - IRQ 
  18
  [83852.427858] ath5k :05:00.0: setting latency timer to 64
  [83852.427916] ath5k :05:00.0: registered as 'phy0'
  [83852.620221] wmaster0 (ath5k): not using net_device_ops yet
  [83852.620896] phy0: Selected rate control algorithm 'minstrel'
  [83852.620913] wlan0 (ath5k): not using net_device_ops yet
  [83852.621565] ath5k phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
   
  On attempting to scan:
  
  [84202.916169] ADDRCONF(NETDEV_UP): wlan0: link is not ready
  
 
 Good luck!
 -- 
 Certifiable Loonix User 481801

-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Wireless networking help - can't find AP

2009-07-05 Thread Celejar
[please trim messages, as per the list code of conduct]

On Sat, 4 Jul 2009 20:13:22 -1000
Joel Roth jo...@pobox.com wrote:

 On Fri, Jul 03, 2009 at 12:23:37PM +0200, Klistvud wrote:

...

  This may be far-fetched, but... do you have the ieee80211_crypt_tkip 
  module installed? And the wpasupplicant package?
 
 Thanks for the suggestions. 'apt-cache search' does not find
 ieee80211_crypt_tkip  or anything remotely similar.

apt-cache search only looks at package names and descriptions; it won't
find matches to names of files within packages.

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Wireless networking help - can't find AP

2009-07-05 Thread Wayne Topa

Joel Roth wrote:

On Fri, Jul 03, 2009 at 12:23:37PM +0200, Klistvud wrote:

Dne, 30. 06. 2009 09:26:39 je Joel Roth napisal(a):

On Mon, Jun 29, 2009 at 10:08:17PM -0400, Celejar wrote:

On Tue, 30 Jun 2009 01:23:39 +
Joel Roth jo...@pobox.com wrote:

...


My wireless network interface is present:

$ iwconfig wlan0

wlan0 IEEE 802.11  ESSID:  
  Mode:Managed  Frequency:2.412 GHz  Access Point:
Not-Associated   
  Tx-Power=0 dBm   
  Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid 

frag:0
  Tx excessive retries:0  Invalid misc:0   Missed 

beacon:0

However, I don't find the D-Link 614+:

$ iwlist wlan0 scan

wlan0 No scan results

And of course, dhclient fails to find a server.

a) Scanning may not work if the interface is administratively

'down'.

Try 'ifconfig wlan0 up' and then scanning.
 
Tried and failed: no scan results. (I made sure  wlan0 was

up before, too.)


b) What happens if you just go ahead and set the essid manually:
'iwconfig wlan0 essid your-essid' and then 'iwconfig wlan0' to see

if

it associates?

Tried, but it does not associate.

I also tried setting the channel number. No change, and iwconfig
doesn't
show the setting. 


I also looked in the BIOS for a wireless enable/disable
setting, but no such menu item is present.

Thanks for your suggestions.

Joel
 

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


--
Joel Roth


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact

listmas...@lists.debian.org

This may be far-fetched, but... do you have the ieee80211_crypt_tkip 
module installed? And the wpasupplicant package?


Thanks for the suggestions. 'apt-cache search' does not find
ieee80211_crypt_tkip  or anything remotely similar.




locate ieee80211_crypt_tkip
/usr/src/linux-source-2.6.26/net/ieee80211/ieee80211_crypt_tkip
/usr/src/linux-source-2.6.29/drivers/staging/rtl8187se/ieee80211/ieee80211_crypt_tkip.o


WT




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Wireless networking help - can't find AP

2009-07-03 Thread Klistvud
Dne, 30. 06. 2009 09:26:39 je Joel Roth napisal(a):
 On Mon, Jun 29, 2009 at 10:08:17PM -0400, Celejar wrote:
  On Tue, 30 Jun 2009 01:23:39 +
  Joel Roth jo...@pobox.com wrote:
  
  ...
  
   My wireless network interface is present:
   
   $ iwconfig wlan0
   
   wlan0 IEEE 802.11  ESSID:  
 Mode:Managed  Frequency:2.412 GHz  Access Point:
 Not-Associated   
 Tx-Power=0 dBm   
 Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
 Link Quality:0  Signal level:0  Noise level:0
 Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid 
 frag:0
 Tx excessive retries:0  Invalid misc:0   Missed 
 beacon:0
   
   However, I don't find the D-Link 614+:
   
   $ iwlist wlan0 scan
   
   wlan0 No scan results
   
   And of course, dhclient fails to find a server.
  
  a) Scanning may not work if the interface is administratively
 'down'.
  Try 'ifconfig wlan0 up' and then scanning.
  
 Tried and failed: no scan results. (I made sure  wlan0 was
 up before, too.)
 
  b) What happens if you just go ahead and set the essid manually:
  'iwconfig wlan0 essid your-essid' and then 'iwconfig wlan0' to see
 if
  it associates?
 
 Tried, but it does not associate.
 
 I also tried setting the channel number. No change, and iwconfig
 doesn't
 show the setting. 
 
 I also looked in the BIOS for a wireless enable/disable
 setting, but no such menu item is present.
 
 Thanks for your suggestions.
 
 Joel
  
  Celejar
  --
  mailmin.sourceforge.net - remote access via secure (OpenPGP) email
  ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
  
 
 -- 
 Joel Roth
 
 
 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
 with a subject of unsubscribe. Trouble? Contact
 listmas...@lists.debian.org
 
 
 
 

This may be far-fetched, but... do you have the ieee80211_crypt_tkip 
module installed? And the wpasupplicant package?

Good luck!
-- 
Certifiable Loonix User 481801


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Wireless networking help - can't find AP

2009-06-30 Thread Joel Roth
On Mon, Jun 29, 2009 at 10:08:17PM -0400, Celejar wrote:
 On Tue, 30 Jun 2009 01:23:39 +
 Joel Roth jo...@pobox.com wrote:
 
 ...
 
  My wireless network interface is present:
  
  $ iwconfig wlan0
  
  wlan0 IEEE 802.11  ESSID:  
Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
Tx-Power=0 dBm   
Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
Link Quality:0  Signal level:0  Noise level:0
Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
Tx excessive retries:0  Invalid misc:0   Missed beacon:0
  
  However, I don't find the D-Link 614+:
  
  $ iwlist wlan0 scan
  
  wlan0 No scan results
  
  And of course, dhclient fails to find a server.
 
 a) Scanning may not work if the interface is administratively 'down'.
 Try 'ifconfig wlan0 up' and then scanning.
 
Tried and failed: no scan results. (I made sure  wlan0 was
up before, too.)

 b) What happens if you just go ahead and set the essid manually:
 'iwconfig wlan0 essid your-essid' and then 'iwconfig wlan0' to see if
 it associates?

Tried, but it does not associate.

I also tried setting the channel number. No change, and iwconfig doesn't
show the setting. 

I also looked in the BIOS for a wireless enable/disable
setting, but no such menu item is present.

Thanks for your suggestions.

Joel
 
 Celejar
 --
 mailmin.sourceforge.net - remote access via secure (OpenPGP) email
 ssuds.sourceforge.net - A Simple Sudoku Solver and Generator
 

-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Wireless networking help - can't find AP

2009-06-30 Thread Joel Roth
On Mon, Jun 29, 2009 at 09:42:13PM -0400, Wayne Topa wrote:
 Joel Roth wrote:
 Hello all,

 I have a Toshiba Satellite L305 series laptop running sid
 with a recent, stock kernel:  Linux version 2.6.26-1-686
 (Debian 2.6.26-10).

 I am seeking to connect to a D-Link 614+ wireless router.
 For initial testing, the AP is unencrypted, unsecured.

 My wife's G3 i-Book with AfterTheMac USB wireless adapter
 connected just fine, on the first try.

 I'd appreciate some help troubleshooting my Linux
 wireless connection.

 I believe I have the modules I should have:

 $ lsmod | grep 80211
 mac80211  139680  1 ath5k
 cfg80211   21576  2 ath5k,mac80211

 My wireless network interface is present:

 $ iwconfig wlan0

 wlan0 IEEE 802.11  ESSID:Mode:Managed  
 Frequency:2.412 GHz  Access Point: Not-Associated 
 Tx-Power=0 dBm Retry min limit:7   RTS thr:off   Fragment 
 thr=2352 B Link Quality:0  Signal level:0  Noise level:0
   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
   Tx excessive retries:0  Invalid misc:0   Missed beacon:0

 However, I don't find the D-Link 614+:

 $ iwlist wlan0 scan

 wlan0 No scan results

 And of course, dhclient fails to find a server.

 Am I missing something? What could I try next?

 It would help if you tell us what the Asus is using
 as the wireless adapter, and what the /etc/network/interfaces file
 looks like.

lspci | grep Atheros

05:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg 
Wireless PCI Express Adapter (rev 01)


/etc/network/interfaces

auto lo
iface lo inet loopback

allow-hotplug eth0
auto eth0 
iface eth0 inet dhcp
#auto wlan0
#iface wlan0 inet dhcp

I tried disabling eth0 and enabling the wlan0 lines
and /etc/init.d/networking restart.

However I think that isn't any better than manually

ifconfig wlan0 up; dhclient

which doesn't help either.

I've found something else now: the madwifi drivers appear to
work for this:

http://billy.com.mx/2009/05/12/atheros-ar242x-wifi-on-debian-sid/

I'll post to the list if/when I get this working.

Thanks for your suggestions!

Joel

 I'd appreciate any pointers.

 Thanks.


 WT


 -- 
 To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a 
 subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org


-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Wireless networking help - can't find AP

2009-06-30 Thread Wayne Topa

Joel Roth wrote:

On Mon, Jun 29, 2009 at 09:42:13PM -0400, Wayne Topa wrote:

Joel Roth wrote:

Hello all,

I have a Toshiba Satellite L305 series laptop running sid
with a recent, stock kernel:  Linux version 2.6.26-1-686
(Debian 2.6.26-10).

I am seeking to connect to a D-Link 614+ wireless router.
For initial testing, the AP is unencrypted, unsecured.

My wife's G3 i-Book with AfterTheMac USB wireless adapter
connected just fine, on the first try.

I'd appreciate some help troubleshooting my Linux
wireless connection.

I believe I have the modules I should have:

$ lsmod | grep 80211
mac80211  139680  1 ath5k
cfg80211   21576  2 ath5k,mac80211

My wireless network interface is present:

$ iwconfig wlan0

wlan0 IEEE 802.11  ESSID:Mode:Managed  
Frequency:2.412 GHz  Access Point: Not-Associated 
Tx-Power=0 dBm Retry min limit:7   RTS thr:off   Fragment 
thr=2352 B Link Quality:0  Signal level:0  Noise level:0

  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

However, I don't find the D-Link 614+:

$ iwlist wlan0 scan

wlan0 No scan results

And of course, dhclient fails to find a server.

Am I missing something? What could I try next?

It would help if you tell us what the Asus is using
as the wireless adapter, and what the /etc/network/interfaces file
looks like.


lspci | grep Atheros

05:00.0 Ethernet controller: Atheros Communications Inc. AR242x 802.11abg 
Wireless PCI Express Adapter (rev 01)


/etc/network/interfaces

auto lo
iface lo inet loopback

allow-hotplug eth0
auto eth0 
iface eth0 inet dhcp

#auto wlan0
#iface wlan0 inet dhcp

I tried disabling eth0 and enabling the wlan0 lines
and /etc/init.d/networking restart.

However I think that isn't any better than manually

ifconfig wlan0 up; dhclient

which doesn't help either.

I've found something else now: the madwifi drivers appear to
work for this:

http://billy.com.mx/2009/05/12/atheros-ar242x-wifi-on-debian-sid/

I'll post to the list if/when I get this working.

Thanks for your suggestions!



Joel

  Ok,  You are using the new interface and I am using the old one. The 
setup of /etc/network/interfaces may have changed so yours may be 
correct.  Below is what I have used for a few years but it may be 
obsolete now.


I suggest you go to the madwifi site http://www.madwifi.org and read 
up on everything there.  They have complete instructions on the new 
interface.


In the old version there are two interfaces created, wlan0 and ath0.
The ath0 interface is the one that is used, not the wlan0.  I am not 
aware if that has changed in the new version.


ie:

auto ath0
iface ath0 inet dhcp

pre-up wlanconfig ath0 destroy
pre-up wlanconfig ath0 create wifi0 wlanmode sta
pre-up ifconfig ath0 mtu 1492
pre-up iwconfig ath0 mode Managed
post-down wlanconfig ath0 destroy


Hope this helps.

Wayne


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Wireless networking help - can't find AP

2009-06-29 Thread Joel Roth
Hello all,

I have a Toshiba Satellite L305 series laptop running sid
with a recent, stock kernel:  Linux version 2.6.26-1-686
(Debian 2.6.26-10).

I am seeking to connect to a D-Link 614+ wireless router.
For initial testing, the AP is unencrypted, unsecured.

My wife's G3 i-Book with AfterTheMac USB wireless adapter
connected just fine, on the first try.

I'd appreciate some help troubleshooting my Linux
wireless connection.

I believe I have the modules I should have:

$ lsmod | grep 80211
mac80211  139680  1 ath5k
cfg80211   21576  2 ath5k,mac80211

My wireless network interface is present:

$ iwconfig wlan0

wlan0 IEEE 802.11  ESSID:  
  Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
  Tx-Power=0 dBm   
  Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
  Link Quality:0  Signal level:0  Noise level:0
  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

However, I don't find the D-Link 614+:

$ iwlist wlan0 scan

wlan0 No scan results

And of course, dhclient fails to find a server.

Am I missing something? What could I try next?
I'd appreciate any pointers.

Thanks.

-- 
Joel Roth


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: Wireless networking help - can't find AP

2009-06-29 Thread Wayne Topa

Joel Roth wrote:

Hello all,

I have a Toshiba Satellite L305 series laptop running sid
with a recent, stock kernel:  Linux version 2.6.26-1-686
(Debian 2.6.26-10).

I am seeking to connect to a D-Link 614+ wireless router.
For initial testing, the AP is unencrypted, unsecured.

My wife's G3 i-Book with AfterTheMac USB wireless adapter
connected just fine, on the first try.

I'd appreciate some help troubleshooting my Linux
wireless connection.

I believe I have the modules I should have:

$ lsmod | grep 80211
mac80211  139680  1 ath5k
cfg80211   21576  2 ath5k,mac80211

My wireless network interface is present:

$ iwconfig wlan0

wlan0 IEEE 802.11  ESSID:  
  Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
  Tx-Power=0 dBm   
  Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
  Link Quality:0  Signal level:0  Noise level:0

  Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
  Tx excessive retries:0  Invalid misc:0   Missed beacon:0

However, I don't find the D-Link 614+:

$ iwlist wlan0 scan

wlan0 No scan results

And of course, dhclient fails to find a server.

Am I missing something? What could I try next?


It would help if you tell us what the Asus is using
as the wireless adapter, and what the /etc/network/interfaces file
looks like.


I'd appreciate any pointers.

Thanks.



WT


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org




Re: Wireless networking help - can't find AP

2009-06-29 Thread Celejar
On Tue, 30 Jun 2009 01:23:39 +
Joel Roth jo...@pobox.com wrote:

...

 My wireless network interface is present:
 
 $ iwconfig wlan0
 
 wlan0 IEEE 802.11  ESSID:  
   Mode:Managed  Frequency:2.412 GHz  Access Point: Not-Associated   
   Tx-Power=0 dBm   
   Retry min limit:7   RTS thr:off   Fragment thr=2352 B   
   Link Quality:0  Signal level:0  Noise level:0
   Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
   Tx excessive retries:0  Invalid misc:0   Missed beacon:0
 
 However, I don't find the D-Link 614+:
 
 $ iwlist wlan0 scan
 
 wlan0 No scan results
 
 And of course, dhclient fails to find a server.

a) Scanning may not work if the interface is administratively 'down'.
Try 'ifconfig wlan0 up' and then scanning.

b) What happens if you just go ahead and set the essid manually:
'iwconfig wlan0 essid your-essid' and then 'iwconfig wlan0' to see if
it associates?

Celejar
--
mailmin.sourceforge.net - remote access via secure (OpenPGP) email
ssuds.sourceforge.net - A Simple Sudoku Solver and Generator


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Re: REPOST: DSL/Networking Help

2006-05-28 Thread Leonard Chatagnier

Good morning.


Just got my SBC DSL package with a 2Wire 1701 HG
Gateway, wireless router/DSL modem. I need 2 wireless
adaptors to complete the network hookup.  Googled til
I about to shoot myself as I don't know/understand all
the rhetoric. I just need to know the brand, model,
chipset of a linux compatable adapter so I can get on
with the setup.


Don't do wireless myself, but maybe I can point out some links?

This link lists some cards and some information I hope is of use:
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/

There's a 2 part article here that looks promising as well:

http://www.trekweb.com/~jasonb/articles/linux_wireless1.shtml

HTH

Rob


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: REPOST: DSL/Networking Help

2006-05-28 Thread Leonard Chatagnier


You don't specify how you will be using the wireless adapter -- PCI in a
desktop, pcmcia, (?).  At any rate, this first link is pcmcia-only, and
was updated last just after linux-2.6.8 was released (the kernel used in
Sarge):

http://pcmcia-cs.sourceforge.net/ftp/SUPPORTED.CARDS

This page has a *great* overview of how to setup wireless networking in
a linux environment, and also has good links to compatible hardware:

http://www.linuxhomenetworking.com/linux-hn/wmp11-linux.htm#_Toc98941662

Also, this page has listings of both pcmcia and pci wireless card, and
even links to Amazon to buy the hardware:

http://www.linux-wlan.org/docs/wlan_adapters.html.gz


Good luck

chance


On Sun, 2006-03-12 at 07:42 -0800, Leonard Chatagnier wrote:

Reposting for no response. If I'm doing something
wrong, please tell ma and I'll correct it. I really do
need help on this issue an in setting up debian for
DSL service and networking. Have set up my W98SE
already for networking and DSL but need help with
Debian. Thanks for your attention.

Reposted here:
Just got my SBC DSL package with a 2Wire 1701 HG
Gateway, wireless router/DSL modem. I need 2 wireless
adaptors to complete the network hookup.  Googled til
I about to shoot myself as I don't know/understand all
the rhetoric. I just need to know the brand, model,
chipset of a linux compatable adapter so I can get on
with the setup. I know about ndiswrappers but don't
have windoze XP. Would prefer an adapter with driver
included in kernel modules and what kernel version has
it included.
I'm not an experienced linux user and never have setup
a network before. Any help most appreciated.
Please copy my email as I'm not subscribed. Thanks

Leonard Chatagnier
[EMAIL PROTECTED]










--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: REPOST: DSL/Networking Help

2006-03-14 Thread Chris Lale

Leonard Chatagnier wrote:


Reposting for no response. If I'm doing something
wrong, please tell ma and I'll correct it. I really do
need help on this issue an in setting up debian for
DSL service and networking. Have set up my W98SE
already for networking and DSL but need help with
Debian. Thanks for your attention.

Reposted here:
Just got my SBC DSL package with a 2Wire 1701 HG
Gateway, wireless router/DSL modem. I need 2 wireless
adaptors to complete the network hookup.  Googled til
I about to shoot myself as I don't know/understand all
the rhetoric. I just need to know the brand, model,
chipset of a linux compatable adapter so I can get on
with the setup. I know about ndiswrappers but don't
have windoze XP. 

You do not need Windoze to use ndiswrapper - you just need the Windows 
driver from the card manufacturer's CD or website. Ndiswrapper uses 
Linux to run the Windows driver! Ndiswrapper is for a PC card/PCMCIA 
wifi card which are normally only used by laptops. See 
http://ndiswrapper.sourceforge.net/mediawiki/index.php/InstallDebianSarge



Would prefer an adapter with driver
included in kernel modules and what kernel version has
it included.
I'm not an experienced linux user and never have setup
a network before. Any help most appreciated.
Please copy my email as I'm not subscribed. Thanks
 


There are some notes about seting up a modem/router here:
http://newbiedoc.berlios.de/wiki/Broadband_-_setting_up_an_ethernet_ADSL_modem/router
They are normally configured using a web browser. You need to connect to 
it by ethernet cable to configure it. Modem/routers often have up to 4 
ethernet ports as well as wifi. Alternatively, you could configure the 
modem/router from a Windows PC using the setup CD, then add your Linux 
box(es) to the network.


Your modem/router documentation will explain how to set up the wireless 
side of things on the modem/router. The ndiswrapper InstallDebianSarge 
article explains how to set up the Linux side of the network. I am 
afraid that I do not have any experience of using PCI or USB wifi 
interfaces with Linux.


Hth
Chris.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




REPOST: DSL/Networking Help

2006-03-12 Thread Leonard Chatagnier

Reposting for no response. If I'm doing something
wrong, please tell ma and I'll correct it. I really do
need help on this issue an in setting up debian for
DSL service and networking. Have set up my W98SE
already for networking and DSL but need help with
Debian. Thanks for your attention.

Reposted here:
Just got my SBC DSL package with a 2Wire 1701 HG
Gateway, wireless router/DSL modem. I need 2 wireless
adaptors to complete the network hookup.  Googled til
I about to shoot myself as I don't know/understand all
the rhetoric. I just need to know the brand, model,
chipset of a linux compatable adapter so I can get on
with the setup. I know about ndiswrappers but don't
have windoze XP. Would prefer an adapter with driver
included in kernel modules and what kernel version has
it included.
I'm not an experienced linux user and never have setup
a network before. Any help most appreciated.
Please copy my email as I'm not subscribed. Thanks

Leonard Chatagnier
[EMAIL PROTECTED]






-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: REPOST: DSL/Networking Help

2006-03-12 Thread Hodgins Family

Good morning.


Just got my SBC DSL package with a 2Wire 1701 HG
Gateway, wireless router/DSL modem. I need 2 wireless
adaptors to complete the network hookup.  Googled til
I about to shoot myself as I don't know/understand all
the rhetoric. I just need to know the brand, model,
chipset of a linux compatable adapter so I can get on
with the setup.


Don't do wireless myself, but maybe I can point out some links?

This link lists some cards and some information I hope is of use:
http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/

There's a 2 part article here that looks promising as well:

http://www.trekweb.com/~jasonb/articles/linux_wireless1.shtml

HTH

Rob


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: REPOST: DSL/Networking Help

2006-03-12 Thread Chance Platt

You don't specify how you will be using the wireless adapter -- PCI in a
desktop, pcmcia, (?).  At any rate, this first link is pcmcia-only, and
was updated last just after linux-2.6.8 was released (the kernel used in
Sarge):

http://pcmcia-cs.sourceforge.net/ftp/SUPPORTED.CARDS

This page has a *great* overview of how to setup wireless networking in
a linux environment, and also has good links to compatible hardware:

http://www.linuxhomenetworking.com/linux-hn/wmp11-linux.htm#_Toc98941662

Also, this page has listings of both pcmcia and pci wireless card, and
even links to Amazon to buy the hardware:

http://www.linux-wlan.org/docs/wlan_adapters.html.gz


Good luck

chance


On Sun, 2006-03-12 at 07:42 -0800, Leonard Chatagnier wrote:
 Reposting for no response. If I'm doing something
 wrong, please tell ma and I'll correct it. I really do
 need help on this issue an in setting up debian for
 DSL service and networking. Have set up my W98SE
 already for networking and DSL but need help with
 Debian. Thanks for your attention.
 
 Reposted here:
 Just got my SBC DSL package with a 2Wire 1701 HG
 Gateway, wireless router/DSL modem. I need 2 wireless
 adaptors to complete the network hookup.  Googled til
 I about to shoot myself as I don't know/understand all
 the rhetoric. I just need to know the brand, model,
 chipset of a linux compatable adapter so I can get on
 with the setup. I know about ndiswrappers but don't
 have windoze XP. Would prefer an adapter with driver
 included in kernel modules and what kernel version has
 it included.
 I'm not an experienced linux user and never have setup
 a network before. Any help most appreciated.
 Please copy my email as I'm not subscribed. Thanks
 
 Leonard Chatagnier
 [EMAIL PROTECTED]
 
 
 
 
 
 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: REPOST: DSL/Networking Help

2006-03-12 Thread Leonard Chatagnier


--- Chance Platt [EMAIL PROTECTED] wrote:

 
 You don't specify how you will be using the wireless
 adapter -- PCI in a
 desktop, pcmcia, (?).  At any rate, this first link
 is pcmcia-only, and
 was updated last just after linux-2.6.8 was released
 (the kernel used in
 Sarge):
 
 http://pcmcia-cs.sourceforge.net/ftp/SUPPORTED.CARDS
 
 This page has a *great* overview of how to setup
 wireless networking in
 a linux environment, and also has good links to
 compatible hardware:
 

http://www.linuxhomenetworking.com/linux-hn/wmp11-linux.htm#_Toc98941662
 
 Also, this page has listings of both pcmcia and pci
 wireless card, and
 even links to Amazon to buy the hardware:
 
 http://www.linux-wlan.org/docs/wlan_adapters.html.gz
 
 
 Good luck
 
 chance
 
 
 On Sun, 2006-03-12 at 07:42 -0800, Leonard
 Chatagnier wrote:
  Reposting for no response. If I'm doing something
  wrong, please tell ma and I'll correct it. I
 really do
  need help on this issue an in setting up debian
 for
  DSL service and networking. Have set up my W98SE
  already for networking and DSL but need help with
  Debian. Thanks for your attention.
  
  Reposted here:
  Just got my SBC DSL package with a 2Wire 1701 HG
  Gateway, wireless router/DSL modem. I need 2
 wireless
  adaptors to complete the network hookup.  Googled
 til
  I about to shoot myself as I don't know/understand
 all
  the rhetoric. I just need to know the brand,
 model,
  chipset of a linux compatable adapter so I can get
 on
  with the setup. I know about ndiswrappers but
 don't
  have windoze XP. Would prefer an adapter with
 driver
  included in kernel modules and what kernel version
 has
  it included.
  I'm not an experienced linux user and never have
 setup
  a network before. Any help most appreciated.
  Please copy my email as I'm not subscribed. Thanks
  
  Leonard Chatagnier
  [EMAIL PROTECTED]
 
Thanks for the reply. I'll check them out. I have a
w98se PII old machine with limited resources, set up
for DSL and plan to put a Linksys WMP 54G here. Have a
Dell Dimensions XPS T450 450 MHz with Deb woody-bf2.4
stable that I plan to hardwire to 2Wire wireless
router/DSL modem after getting networking setup. The
WMP54G is linux compatable per guru at the place of
purchase. Would like to setup net/DSL on woody and
upgrade via DSL if possible. Plan to put the wlan
adapt on windows to avoid any conflicts. Related to
this is what to select in base-config for setup with
networking, desktop, webserver, mailserver, etc,? Used
desktop prior to networking and not sure what Deb
conventions are on this. I don't want to be a web or
email server, just have a lan with 2 pcs on it and
both accessable to DSL.
Currently woody is broke with no X on kdn and kde gui
after a new install with CD's and dependency/broke
package issues. Haven't got X fixed but have resolved
depends/brokens with aptitude gui.

Leonard Chatagnier
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



DSL/Networking Help

2006-03-05 Thread Leonard Chatagnier
Just got my SBC DSL package with a 2Wire 1701 HG
Gateway, wireless router/DSL modem. I need 2 wireless
adaptors to complete the network hookup.  Googled til
I about to shoot myself as I don't know/understand all
the rhetoric. I just need to know the brand, model,
chipset of a linux compatable adapter so I can get on
with the setup. I know about ndiswrappers but don't
have windoze XP. Would prefer an adapter with driver
included in kernel modules and what kernel version has
it included.
I'm not an experienced linux user and never have setup
a network before. Any help most appreciated.
Please copy my email as I'm not subscribed. Thanks

Leonard Chatagnier
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Networking Help for an Absolute Beginner Please

2002-10-22 Thread Thomas H. George,,,
I need basic references to get started.

The problem:  My daughter's company has instructed her to install DSL to 
facilitate working from home when she is on-call.  She is a system 
manager for a complex Tandem computer network - i.e. a computer wiz who 
doesn't know or care beans about Windows or Debian.

At present our home has three standalone PC's and two internet service 
providers - mine using Debian, my daughter's using Windows (internet 
browsing and online banking) , and my grandsons' using Windows (homework 
and gaming).I am a retired physicist who likes to play with hardware 
and keeps everything running.  Until now there was no need to network 
and I have paid no attention to the subject.  Now I need to learn fast 
and make the necessary hardware decisions.  I would appreciate any 
comments or suggestions.


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Networking Help for an Absolute Beginner Please

2002-10-22 Thread Steve Juranich
Well, I'm not a networking guy myself, but I'd recommend looking at the 
Linux Network Administrator's Guide 
(http://sunsite.ualberta.ca/Linux/LDP/LDP/nag2/index.html) for 
starters.  I would imagine that has most of what you're going to need 
(maybe a little too much?).

As far as hardware goes, I've heard of people having a lot of luck with 
those $50 firewall/router boxes that are getting to be ubiquitous. Of 
course, that was with cable modems, but I can't imaging that using it 
with DSL would be much different.

Lots of luck.

--
Stephen W. Juranich [EMAIL PROTECTED]
Electrical Engineering http://students.washington.edu/sjuranic
University of Washingtonhttp://ssli.ee.washington.edu/ssli



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




RE: Networking Help for an Absolute Beginner Please

2002-10-22 Thread Mikael Jirari
Title: RE: Networking Help for an Absolute Beginner Please





You need to set up a little gateway for your home, use debian and iptables, make sure to install debian with kernel 2.4 to use iptables.

This will let you share your internet connection with all your pc at home.
You can take an old crap machine to get this function work or your debian box. On each computer you need one network card and maybe another depending on your dsl settings. Precise if your using adsl with usb or Ethernet.

I hope I helped a little.


Mikael


-Original Message-
From: Thomas H. George,,, [mailto:[EMAIL PROTECTED]] 
Sent: 22 October 2002 17:11
To: [EMAIL PROTECTED]
Subject: Networking Help for an Absolute Beginner Please


I need basic references to get started.


The problem: My daughter's company has instructed her to install DSL to 
facilitate working from home when she is on-call. She is a system 
manager for a complex Tandem computer network - i.e. a computer wiz who 
doesn't know or care beans about Windows or Debian.


At present our home has three standalone PC's and two internet service 
providers - mine using Debian, my daughter's using Windows (internet 
browsing and online banking) , and my grandsons' using Windows (homework 
and gaming). I am a retired physicist who likes to play with hardware 
and keeps everything running. Until now there was no need to network 
and I have paid no attention to the subject. Now I need to learn fast 
and make the necessary hardware decisions. I would appreciate any 
comments or suggestions.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]





RE: Networking Help for an Absolute Beginner Please

2002-10-22 Thread deFreese, Barry
Personally,

I would go and get a Linksys or one of the other inexpensive DSL/Cable
routers.  They are easy to install and provide a limited amount of firewall
capabilities.

Just my .02c

Barry deFreese
NTS Technology Services Manager
Nike Team Sports
(949)-616-4005
[EMAIL PROTECTED]

Technology doesn't make you less stupid; it just makes you stupid faster.
Jerry Gregoire - Former CIO at Dell



-Original Message-
From: Thomas H. George,,, [mailto:georgeacct;spininternet.com]
Sent: Tuesday, October 22, 2002 9:11 AM
To: [EMAIL PROTECTED]
Subject: Networking Help for an Absolute Beginner Please


I need basic references to get started.

The problem:  My daughter's company has instructed her to install DSL to 
facilitate working from home when she is on-call.  She is a system 
manager for a complex Tandem computer network - i.e. a computer wiz who 
doesn't know or care beans about Windows or Debian.

At present our home has three standalone PC's and two internet service 
providers - mine using Debian, my daughter's using Windows (internet 
browsing and online banking) , and my grandsons' using Windows (homework 
and gaming).I am a retired physicist who likes to play with hardware 
and keeps everything running.  Until now there was no need to network 
and I have paid no attention to the subject.  Now I need to learn fast 
and make the necessary hardware decisions.  I would appreciate any 
comments or suggestions.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: Networking Help for an Absolute Beginner Please

2002-10-22 Thread Brad Cramer
they work fine with DSL, just network the rest of the computers together
with a 10BaseT  network card, get some Cat5 cable and the DSL router. plug
the cables from the computers into the back of the router and the DSL modem
also into the back and you should be off and running. Linksys make a good
router that does NAT, firewalling (basic) port forwarding and so forth all
set-up the your web browser. Should work fine for what it is you want to do.
Brad
- Original Message -
From: Steve Juranich [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, October 22, 2002 11:53 AM
Subject: Re: Networking Help for an Absolute Beginner Please


 Well, I'm not a networking guy myself, but I'd recommend looking at the
 Linux Network Administrator's Guide
 (http://sunsite.ualberta.ca/Linux/LDP/LDP/nag2/index.html) for
 starters.  I would imagine that has most of what you're going to need
 (maybe a little too much?).

 As far as hardware goes, I've heard of people having a lot of luck with
 those $50 firewall/router boxes that are getting to be ubiquitous. Of
 course, that was with cable modems, but I can't imaging that using it
 with DSL would be much different.

 Lots of luck.

 --
 Stephen W. Juranich [EMAIL PROTECTED]
 Electrical Engineering http://students.washington.edu/sjuranic
 University of Washingtonhttp://ssli.ee.washington.edu/ssli



 --
 To UNSUBSCRIBE, email to [EMAIL PROTECTED]
 with a subject of unsubscribe. Trouble? Contact
[EMAIL PROTECTED]





-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]




Re: DSL router and networking - Help!

2002-01-14 Thread George Karaolides

Hi Philip,

On Fri, 11 Jan 2002, Phillip Deackes wrote:

snip info. about service to be purchased

 I use Samba on the Linux box so that the Windows machine can print to the
 Linux printers, and squidso that the Windows machine can access  web
 sites.

 In my Linux PC I have two network cards. One card is connected to thecable
 modem, the other to a small 4 port Netgear hub. When I get the SpeedTouch
 Pro I intend removing the second card on the Linux box since the STP can
 be plugged into my hub. What I would like to do is to continue using the
 networking I have already setup for file sharing and printing (though
 there will obviously be some reconfiguring with there being a single nic
 in the Linux box.

IMHO the best way to do this is to keep the two NIC's in your PC.  Leave
one connected to your hub and connect the other one to the STP.  Then use
IP masquerading.  This is made easy in Debian by using the ipmasq
Debian package.

apt-get install ipmasq

Provided there is a default route configured through the ethernet
interface connected to the STP, and the IP address, netmask and broadcast
for the ethernet interface connected to your hub are correct for your
local net, ipmasq will set up firewalling and masquerading automatically
for your net.

Any machine connected to your hub and configured to use your Debian box as
the default gateway will have access to the Internet.  You will have the
option to use squid on the Linux box as a web proxy, or access the web
directly.  Use the IP address of the ethernet interface on the Linux box
which is connected to the hub as a default gateway on all machines
connected to the hub.  All machines will be able to access all Internet
services, not just the Web.

Services provided to your local net by the linux box should not be
affected by any of this.

You will also need to set up name services so that machines on your
internal net can resolve names on the Internet.  You can either use your
ISP's nameserver(s) or run your own local nameserver on the Linux box.
The latter solution would give a performance advantage because query
results are cached, avoiding the net traffic caused by repeat queries, but
you can leave this upgrade for later.

 The quick setup guide for the STP uses DHCP as a default which would be
 great apart from the fact I can't see how I would be able to network the
 two machines if the IP addresses keep changing.

On your Linux box, set up DHCP only for the interface connected to the STP
and leave the interafce connected to the hub configured with a static
address.  Edit /etc/network/interfaces and check the entry for the
ethernet interface connected to the hub, assuning it's eth0:

iface eth1 inet static
address 192.168.1.1 (for example)
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255

Add (or change) the entry for the interface connected to the STP as
follows, assuming it's eth1:

iface eth1 inet dhcp

Of course, this assumes that your ISP will be assigning your IP address
and routing info. via DHCP, which might not be the case:

 Looking through the manual, I see sections for all sorts of protocols.
 Eclipse Internet tell me to use RFC2364 PPPoATM VC Encapsulation
 Multimode AutoModulation. The nearest I can find in the STP manual is
 either PPoA-to-PPTO relaying or PPP  IP routing. Which should I use?

Can't help you there, sorry.  Take this up with the people who sold you
the STP and with your ISP.  Once you sort out how to connect the STP to
your ISP, we can sort out how to get the Debian IP layer to play with
them.

 I would imagine I would need to allocate a static IP address to each
 machine (ideally what I already use - 192.168.1.1 and 192.168.1.0)
 this would surely mean that the networking would just carry on
 working.

Don't use the address 192.168.1.0 as a host address.  It's the first
address on the network 192.168.1.0/24 (netmask 255.255.255.0).  Being the
first address, it's reserved to refer to the whole network.  Use e.g.
192.168.1.2 instead.  If the address of your private net is 192.168.0.0/16
instad of /24 (netmask 255.255.0.0 instead of 255.255.255.0), then the
first address is 192.168.0.0 and technically 192.168.1.0 is useable as a
host address.  However, accepted practice is that addresses on 24-bit
boundaries such as 192.168.0.0, 192.168.1.0, 192.168.2.0 etc. should be
reserved in case the network 192.168.0.0/16 needs to be divided
(subnetted) into smaller nets e.g. 192.168.0.0/24, 192.168.1.0/24 etc.

Best regards, good luck and don't hesitate to come back with any more
questions,

|  George Karaolides   8, Costakis Pantelides St., |
|  tel:   +357 99 68 08 86  Strovolos, |
|  email: [EMAIL PROTECTED]   Nicosia CY 2057, |
|  web:   www.karaolides.com  Republic  of Cyprus  |




Re: DSL router and networking - Help!

2002-01-14 Thread George Karaolides

Hi Philip,

On Fri, 11 Jan 2002, Phillip Deackes wrote:

snip background info.

 I use Samba on the Linux box so that the Windows machine can print to the
 Linux printers, and squidso that the Windows machine can access  web
 sites.

 In my Linux PC I have two network cards. One card is connected to thecable
 modem, the other to a small 4 port Netgear hub. When I get the SpeedTouch
 Pro I intend removing the second card on the Linux box since the STP can
 be plugged into my hub. What I would like to do is to continue using the
 networking I have already setup for file sharing and printing (though
 there will obviously be some reconfiguring with there being a single nic
 in the Linux box.

IMHO the best way to do this is to keep the two NIC's in your PC.  Leave
one connected to your hub and connect the other one to the STP.  Then use
IP masquerading.  This is made easy in Debian by using the ipmasq
Debian package.

apt-get install ipmasq

Provided there is a default route configured through the ethernet
interface connected to the STP, and the IP address, netmask and broadcast
for the ethernet interface connected to your hub are correct for your
local net, ipmasq will set up firewalling and masquerading automatically
for your net.

Any machine connected to your hub and configured to use your Debian box as
the default gateway will have access to the Internet.  You will have the
option to use squid on the Linux box as a web proxy, or access the web
directly.  Use the IP address of the ethernet interface on the Linux box
which is connected to the hub as a default gateway on all machines
connected to the hub.  All machines will be able to access all Internet
services, not just the Web.

Services provided to your local net by the linux box should not be
affected by any of this.

You will also need to set up name services so that machines on your
internal net can resolve names on the Internet.  You can either use your
ISP's nameserver(s) or run your own local nameserver on the Linux box.
The latter solution would give a performance advantage because query
results are cached, avoiding the net traffic caused by repeat queries.
You can start off using your ISP's nameserver and leave this upgrade for
later.

 The quick setup guide for the STP uses DHCP as a default which would be
 great apart from the fact I can't see how I would be able to network the
 two machines if the IP addresses keep changing.

On your Linux box, set up DHCP only for the interface connected to the STP
and leave the interafce connected to the hub configured with a static
address.  Edit /etc/network/interfaces and check the entry for the
ethernet interface connected to the hub, assuning it's eth0:

iface eth1 inet static
address 192.168.1.1 (for example)
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255

Add (or change) the entry for the interface connected to the STP as
follows, assuming it's eth1:

iface eth1 inet dhcp

Of course, this assumes that your ISP will be assigning your IP address
and routing info. via DHCP, which might not be the case:

 Looking through the manual, I see sections for all sorts of protocols.
 Eclipse Internet tell me to use RFC2364 PPPoATM VC Encapsulation
 Multimode AutoModulation. The nearest I can find in the STP manual is
 either PPoA-to-PPTO relaying or PPP  IP routing. Which should I use?

Can't help you there, sorry.  Take this up with the people who sold you
the STP and with your ISP.  Once you sort out how to connect the STP to
your ISP, we can sort out how to get the Debian IP layer to play with
theirs.

 I would imagine I would need to allocate a static IP address to each
 machine (ideally what I already use - 192.168.1.1 and 192.168.1.0)
 this would surely mean that the networking would just carry on
 working.

Don't use the address 192.168.1.0 as a host address.  It's the first
address on the network 192.168.1.0/24 (netmask 255.255.255.0).  Being the
first address, it's reserved to refer to the whole network.  Use e.g.
192.168.1.2 instead.  If the address of your private net is 192.168.0.0/16
instad of /24 (netmask 255.255.0.0 instead of 255.255.255.0), then the
first address is 192.168.0.0 and technically 192.168.1.0 is useable as a
host address.  However, accepted practice is that addresses on 24-bit
boundaries such as 192.168.0.0, 192.168.1.0, 192.168.2.0 etc. should be
reserved in case the network 192.168.0.0/16 needs to be divided
(subnetted) into smaller nets e.g. 192.168.0.0/24, 192.168.1.0/24 etc.

Best regards, good luck and don't hesitate to come back with any more
questions.

|  George Karaolides   8, Costakis Pantelides St., |
|  tel:   +357 99 68 08 86  Strovolos, |
|  email: [EMAIL PROTECTED]   Nicosia CY 2057, |
|  web:   www.karaolides.com  Republic  of Cyprus  |



DSL router and networking - Help!

2002-01-11 Thread Phillip Deackes
I have just signed up for a wires-only adsl account with Eclipse internet
in the UK. For those of you not from the UK, wires-only has only recently
been introduced here and involves the telecoms company (BT) switching on
ADSL at the exchange. The user is required to purchase the modem and
microfilters for each extension in the house. I will have one static IP
address.

Today I received confirmation that the account has been set up and will go
live on Monday. I have ordered an Alcatel SpeedTouch Pro single-port adsl
router - DSLSource have just reduced the price to 138 quid + VAT, and
given neither SEG nor Solwise have their alternatives in stock I feel I
have a bargain. Anyway, I currently have two PCs networked and an NTL
cable modem (connected to the Linux box) which will be sent back asap. One
machine runs Linux, the other Windows. 

I use Samba on the Linux box so that the Windows machine can print to the
Linux printers, and squidso that the Windows machine can access  web
sites. 

In my Linux PC I have two network cards. One card is connected to thecable
modem, the other to a small 4 port Netgear hub. When I get the SpeedTouch
Pro I intend removing the second card on the Linux box since the STP can
be plugged into my hub. What I would like to do is to continue using the
networking I have already setup for file sharing and printing (though
there will obviously be some reconfiguring with there being a single nic
in the Linux box. 

The quick setup guide for the STP uses DHCP as a default which would be
great apart from the fact I can't see how I would be able to network the
two machines if the IP addresses keep changing. Looking through the
manual, I see sections for all sorts of protocols. Eclipse Internet tell
me to use RFC2364 PPPoATM VC Encapsulation Multimode AutoModulation. The
nearest I can find in the STP manual is either PPoA-to-PPTO relaying or
PPP  IP routing. Which should I use? I would imagine I would need to
allocate a static IP address to each machine (ideally what I already use -
192.168.1.1 and 192.168.1.0) this would surely mean that the  networking
would just carry on working. 

How do I accomplish what I want to do? I am eternally grateful to anyone
who can explain what appears to me to be something of a Black Art!! Many
thanks.

BTW I am using Debian (Unstable) on my main machine and Windows 98 on the
second machine upstairs.

-- 
Phillip Deackes
Using Debian Linux

/\   
\ /   ASCII RIBBON CAMPAIGN
 XAGAINST HTML MAIL AND NEWS
/ \ 



Re: DSL router and networking - Help!

2002-01-11 Thread Adam Majer
On Fri, Jan 11, 2002 at 08:29:40PM +, Phillip Deackes wrote:
 Pro I intend removing the second card on the Linux box since the STP can
 be plugged into my hub. What I would like to do is to continue using the
 networking I have already setup for file sharing and printing (though
 there will obviously be some reconfiguring with there being a single nic
 in the Linux box. 

I strongly suggest you keep the two NICs for your gateway. IMHO, it is 
a much more scalable, secure and stable environment for your network.

- Adam



Re: Clueless Newbie needs Networking Help

1999-09-05 Thread Seth R Arnold
Hello Simon

On Sat, Sep 04, 1999 at 06:52:43PM -0400, Tor- Simon Law wrote:
 Hello.
 
   I'm pretty new to Debian and have been unable to get my network
 configured properly.  You see, in a couple days, I will be heading off
 to University of Waterloo (Canada) and will want to hook up to their
 residence's network.
 
   The only problem is, they've given me settings that theoretically
 working for flavours of Windows, but those settings seem to be dodgy
 when it comes to the Debian installation programme (dbootstrap).
 
   Now I've sifted through various HOWTO's and I still haven't figured
 it out yet.  Perhaps someone could help me.
 
   Here is the information I have:
 
 My host name: (Whatever I bloody please)
 Domain name: uwaterloo.ca
 My IP address: Obtain IP address automatically
 My netmask: Well, in Windows, once Obtain IP address automatically
 is selected, one doesn't have to enter a subnet mask...
 My broadcast address: Unknown.  (I assume that the default should be
 okay.)
 Gateway address: None.
 My DNS server: None.

Whenever they say leave gateway null, leave dns null, leave broadcast
nuyll, leave netmask null -- it all means use dhcp to figure out all these
settings.

You will need to install a dhcpclient to get onto the network -- I have had
luck with dhcp-beta-client, though when I ran SuSE I had to use dhcpcd.
shrug

As for ipx/spx and NetBEUI, I can't think of any real good reasons why you
should need those loaded. Maybe they have novell servers there, and maybe
they have printers that network with NetBEUI that do not cross subnets or
something similar -- I am betting you can get away with just tcp/ip. To
access the windows amchines you will want samba. :)

   As far as Windows services and protocols are concerned, they want me
 to start up: Client for Microsoft Networks, IPX/SPX, NetBEUI, and
 TCP/IP.  I'm using an ISA D-Link DE250CT card, but I think I've
 successfully loaded up the module as dmesg | more, shows it detecting
 the right IRQ and the I/O address I gave it.
 
   Thanks for any help you can give me!
 
 Yours,
   Simon
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null

-- 
Seth Arnold | http://www.willamette.edu/~sarnold/
Hate spam? See http://maps.vix.com/rbl/ for help
Hi! I'm a .signature virus! Copy me into
your ~/.signature to help me spread!


Re: Clueless Newbie needs Networking Help

1999-09-05 Thread Mark Wagnon
Tor- Simon Law wrote:
 
 Hello.
 
 I'm pretty new to Debian and have been unable to get my network
 configured properly.  You see, in a couple days, I will be heading off
 to University of Waterloo (Canada) and will want to hook up to their
 residence's network.
 
 The only problem is, they've given me settings that theoretically
 working for flavours of Windows, but those settings seem to be dodgy
 when it comes to the Debian installation programme (dbootstrap).
 

Hmmm. I'm not sure, but maybe you can use a dhcp client? AFAICT,
it sets up the ethernet device automagically. I had it set up on
my machine about a month ago, and I'm pretty sure that it took
care of all that. I've since taken up the task of creating a
firewall, and being lazy, I haven't installed dhcpcd to replace
the static settings I entered for the install.

Check it out. There's a HOWTO at
http://www.metalab.unc.edu/linux/HOWTO/mini/DHCP.html It may
answer some of your questions.

hth
-- 
 (   __   _
Mark Wagnon   ) Debian GNU/ -o) / /  (_)__  __   __
Chula Vista, CA  (  /\\/ /__/ / _ \/ // /\ \/ /
[EMAIL PROTECTED] ) www.debian.org _\_v/_/_//_/\_,_/ /_/\_\


Re: Clueless Newbie needs Networking Help

1999-09-05 Thread John Foster
Tor- Simon Law wrote:
 
 Hello.
 
 I'm pretty new to Debian and have been unable to get my network
 configured properly.  You see, in a couple days, I will be heading off
 to University of Waterloo (Canada) and will want to hook up to their
 residence's network.

Will you be dialing ing via a phone modem, or will you have a direct
connection to the campus intranet, via somekind of network card?
-- 
John Foster
AdVance-Computing Systems
[EMAIL PROTECTED]
ICQ# 19460173


Re: Clueless Newbie needs Networking Help

1999-09-05 Thread Kent West
Tor- Simon Law wrote:

  snip about needing to set up dynamic IP addressing on a
client

 As far as Windows services and protocols are concerned, they want me
 to start up: Client for Microsoft Networks, IPX/SPX, NetBEUI, and
 TCP/IP.  I'm using an ISA D-Link DE250CT card, but I think I've
 successfully loaded up the module as dmesg | more, shows it detecting
 the right IRQ and the I/O address I gave it.
 
 Thanks for any help you can give me!
 
 Yours,
 Simon

It's been my experience that when installing Debian I don't worry
about the dynamic IP addressing at that point; instead, I just
pick a safe IP address and plug it in temporarily during the
network setup. Later, after the base install, I go back and add
dhcpd (the client is dhcpd; the server is dhcp (I believe)). This
dhcpd client will allow your client PC to pick up dynamic IPs
from your campus network, including such things as subnet masks
and gateways, etc.

I've never had to deal with IPX/SPX, so I don't know what's
involved there, but I do believe it is a supported protocol on
Linux, so maybe someone else has some info on it.

As far as NetBEUI goes, I believe you'll find smbfs[x] (x for
kernel versions greater than 2.1.70 I believe; non-x for previous
kernel versions) to be what you want. I believe you'll need to
recompile your kernel so that it has support for Microsoft lanman
shares (WFW, Win95, etc); I'm not sure exactly what it's called,
but I think you'll recognize it when you see it. If you've never
compiled a kernel before, it can be a daunting thought, but it
gets easier with experience. After getting that support compiled
into your kernel and rebooting, you'll need to install the
smbfs[x] package. You don't need the Samba packages; that allows
you to turn your Linux box into a Wwindows-style server (for
example, if you wanted to share your printer or files to Windows
clients). smbfs[x] to be a Windows client; Samba to be a Windows
server.


Clueless Newbie needs Networking Help

1999-09-04 Thread Tor- Simon Law
Hello.

I'm pretty new to Debian and have been unable to get my network
configured properly.  You see, in a couple days, I will be heading off
to University of Waterloo (Canada) and will want to hook up to their
residence's network.

The only problem is, they've given me settings that theoretically
working for flavours of Windows, but those settings seem to be dodgy
when it comes to the Debian installation programme (dbootstrap).

Now I've sifted through various HOWTO's and I still haven't figured
it out yet.  Perhaps someone could help me.

Here is the information I have:

My host name: (Whatever I bloody please)
Domain name: uwaterloo.ca
My IP address: Obtain IP address automatically
My netmask: Well, in Windows, once Obtain IP address automatically
is selected, one doesn't have to enter a subnet mask...
My broadcast address: Unknown.  (I assume that the default should be
okay.)
Gateway address: None.
My DNS server: None.

As far as Windows services and protocols are concerned, they want me
to start up: Client for Microsoft Networks, IPX/SPX, NetBEUI, and
TCP/IP.  I'm using an ISA D-Link DE250CT card, but I think I've
successfully loaded up the module as dmesg | more, shows it detecting
the right IRQ and the I/O address I gave it.

Thanks for any help you can give me!

Yours,
Simon


Re: Networking help needed

1999-08-02 Thread Patrik Magnusson
In article [EMAIL PROTECTED],
Antony Burrows [EMAIL PROTECTED] writes:
[snip] 
 etc etc And I dont have a clue. can anyone tell me what I need to do to
 my linux box and my win95 box to get them talking! or at least point me
 in the right direction of the HOWTOS that tell the slow ones how to set
 it all up.

I would suggest NET-3.HOWTO. Lot's of basic theory and examples.
(If nothing else, you might be able to ask some more specific 
questions).

 Thanks a lot
I'm sure you'll be wanting to take that back now.
 Antony
/Patrik


Re: Networking help

1999-07-10 Thread Robert Rati
I pulled everything out of my machine but the video card and the nic and
the nic still wouldn't work.  Usually I wouldn't have asked the mailing
list about such a simple thing, but this has me baffled.  Do you, or
anyone else, know of anything else to try to get my nic working correctly?

Rob

On Wed, 7 Jul 1999, John Pearson wrote:

 On Sun, Jul 04, 1999 at 06:50:48PM -0500, Robert Rati wrote
  On Sun, 4 Jul 1999, John Pearson wrote:
  
  [snip] 
   A quick look at the kernel source shows some LinkSys cards use the Tulip
   driver (likely not yours, as I thought these were all PCI cards) and some
   use the Lance driver; have you tried using the Lance driver?  Also, is it 
   a
   combo card (twisted pair/coax)?  If it is you may need to set the media 
   type
   using the (with any luck) supplied utility rather than trusting in the 
   media
   autodetection logic.
  
  The Lance driver doesn't find my nic at all, and the  media type is set in
  the eeprom.  As I said, I had it working with these exact settings before.
  When I do a modeprobe without an irq, there's an entry in syslog that says
  it can't determine the irq.  Know anything else to try?
  
 
 I'm running out of options here; the only other thing that I can think
 of is a hardware conflict (some other device is also using IRQ 10), or
 a driver misconfiguration (some other driver is listening to IRQ 10).
 Sometimes ISAPNP BIOSes do stupid things with IRQs, but I'd expect that if 
 that were the problem you'd also have trouble in Windows.
 
 One option is to remove any cards other than your VGA and Ethernet cards,
 and see if that helps; if it does, you can start adding things back in and
 see where things break.  Be warned that arbitrarily adding and removing
 hardware has been known to make Windows sulk.
 
 Good luck,
 
 
 John P.
 -- 
 [EMAIL PROTECTED]
 [EMAIL PROTECTED]
 Oh - I - you know - my job is to fear everything. - Bill Gates in Denmark
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

===
[EMAIL PROTECTED] : Role-Player, Babylon 5 fanatic  1998-99
Aka Khyron the Backstabber : ICQ# 2325055
Homepage: www.cs.purdue.edu/homes/ratirh 

Happiness comes in short spurts.  Don't be fooled.
===


Re: Networking help

1999-07-06 Thread John Pearson
On Sun, Jul 04, 1999 at 06:50:48PM -0500, Robert Rati wrote
 On Sun, 4 Jul 1999, John Pearson wrote:
 
 [snip] 
  A quick look at the kernel source shows some LinkSys cards use the Tulip
  driver (likely not yours, as I thought these were all PCI cards) and some
  use the Lance driver; have you tried using the Lance driver?  Also, is it a
  combo card (twisted pair/coax)?  If it is you may need to set the media type
  using the (with any luck) supplied utility rather than trusting in the media
  autodetection logic.
 
 The Lance driver doesn't find my nic at all, and the  media type is set in
 the eeprom.  As I said, I had it working with these exact settings before.
 When I do a modeprobe without an irq, there's an entry in syslog that says
 it can't determine the irq.  Know anything else to try?
 

I'm running out of options here; the only other thing that I can think
of is a hardware conflict (some other device is also using IRQ 10), or
a driver misconfiguration (some other driver is listening to IRQ 10).
Sometimes ISAPNP BIOSes do stupid things with IRQs, but I'd expect that if 
that were the problem you'd also have trouble in Windows.

One option is to remove any cards other than your VGA and Ethernet cards,
and see if that helps; if it does, you can start adding things back in and
see where things break.  Be warned that arbitrarily adding and removing
hardware has been known to make Windows sulk.

Good luck,


John P.
-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Oh - I - you know - my job is to fear everything. - Bill Gates in Denmark


Re: Networking help

1999-07-05 Thread Robert Rati
On Sun, 4 Jul 1999, John Pearson wrote:

 On Sat, Jul 03, 1999 at 04:52:14PM -0500, Robert Rati wrote
  On Sat, 3 Jul 1999, John Pearson wrote:
  [snip]
   Your NIC driver is sending stuff to your NIC and expects to receive an
   interrupt down the track (probably to say that it has finished), but the
   interrupt never arrives.
   
   In approximately descending order of plausability, you either:
 - Have configured the NIC driver to use the wrong IRQ; or
 - Have a broken NIC; or
 - Have configured the NIC driver to use the wrong I/O address; or
 - Are using the wrong module for your NIC.
   
   If it's a PCI card, then settings probably *aren't* the problem.
  
  I know the nic works because I can still use it in winblows.  The card is
  detected when I give it an irq, or atleast it is said to be detected
  correctly.  The werid thing is, it stopped being detected when I just gave
  it the io port.  It used to just need the io port, and it would find the
  irq itself and work just fine.  Now I have to give it the irq also, and it
  says it finds it but it doesn't work.  My nic is an ISA Linksys and I just
  use the ne drive for it.  I've had it working before and it still works in
  winblows, so I don't think it's the settings or the card.  It's got an
  EEPROM on it, and the eeprom is set to use IRQ 10 and io 0x240.
  
 
 A quick look at the kernel source shows some LinkSys cards use the Tulip
 driver (likely not yours, as I thought these were all PCI cards) and some
 use the Lance driver; have you tried using the Lance driver?  Also, is it a
 combo card (twisted pair/coax)?  If it is you may need to set the media type
 using the (with any luck) supplied utility rather than trusting in the media
 autodetection logic.

The Lance driver doesn't find my nic at all, and the  media type is set in
the eeprom.  As I said, I had it working with these exact settings before.
When I do a modeprobe without an irq, there's an entry in syslog that says
it can't determine the irq.  Know anything else to try?

Rob


Re: Networking help

1999-07-04 Thread John Pearson
On Sat, Jul 03, 1999 at 04:52:14PM -0500, Robert Rati wrote
 On Sat, 3 Jul 1999, John Pearson wrote:
 [snip]
  Your NIC driver is sending stuff to your NIC and expects to receive an
  interrupt down the track (probably to say that it has finished), but the
  interrupt never arrives.
  
  In approximately descending order of plausability, you either:
- Have configured the NIC driver to use the wrong IRQ; or
- Have a broken NIC; or
- Have configured the NIC driver to use the wrong I/O address; or
- Are using the wrong module for your NIC.
  
  If it's a PCI card, then settings probably *aren't* the problem.
 
 I know the nic works because I can still use it in winblows.  The card is
 detected when I give it an irq, or atleast it is said to be detected
 correctly.  The werid thing is, it stopped being detected when I just gave
 it the io port.  It used to just need the io port, and it would find the
 irq itself and work just fine.  Now I have to give it the irq also, and it
 says it finds it but it doesn't work.  My nic is an ISA Linksys and I just
 use the ne drive for it.  I've had it working before and it still works in
 winblows, so I don't think it's the settings or the card.  It's got an
 EEPROM on it, and the eeprom is set to use IRQ 10 and io 0x240.
 

A quick look at the kernel source shows some LinkSys cards use the Tulip
driver (likely not yours, as I thought these were all PCI cards) and some
use the Lance driver; have you tried using the Lance driver?  Also, is it a
combo card (twisted pair/coax)?  If it is you may need to set the media type
using the (with any luck) supplied utility rather than trusting in the media
autodetection logic.


John P.
-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Oh - I - you know - my job is to fear everything. - Bill Gates in Denmark


Re: Networking help

1999-07-03 Thread Robert Rati
The message in /var/log/syslog said this:
Jul  2 20:27:08 Obereon kernel: eth0: Tx timed out, lost interrupt?
TSR=0x1, ISR=0x2, t=3500.
Jul  2 20:27:18 Obereon kernel: eth0: Tx timed out, lost interrupt?
TSR=0x1, ISR=0x2, t=1000.
Jul  2 20:27:28 Obereon kernel: eth0: Tx timed out, lost interrupt?
TSR=0x1, ISR=0x3, t=1000.
Jul 2 20:27:48 Obereon last message repeated 2 times
Jul  2 20:27:55Obereon
ypbind[157]: broadcast: RPC: Timed out.

This message can't mean what it seems.  A lost interrupt?  That's not
possible is it?  I have never encountered this thing before.  Can anyone
give some insite?

Rob

On Fri, 2 Jul 1999, Marc Mongeon wrote:

 Robert:
 
 I see 22 transmit errors on the eth0 interface.  Check /var/log/syslog
 (or /var/log/kern.log) for a description of the errors.  I'm running one
 of the 2.0.x kernels, so I can't be much help with problems specific to
 your kernel.  The files in /usr/src/linux/Documentation/ have some-
 times been some help to me in hunting down problems.
 
 Marc
 
 --
 Marc Mongeon [EMAIL PROTECTED]
 Unix Specialist
 Ban-Koe Systems
 9100 W Bloomington Fwy
 Bloomington, MN 55431-2200
 (612)888-0123, x417 | FAX: (612)888-3344
 --
 It's such a fine line between clever and stupid.
-- David St. Hubbins and Nigel Tufnel of Spinal Tap
 
 
  Robert Rati [EMAIL PROTECTED] 07/01 5:26 PM 
 I have been having problems getting my Debian box to talk to my internal
 network at all, and I'm stumped as to why.  None of the how-to's have
 helped at all.  The configuration should be working and I know the ether
 card works because I've used it before.  I can ping my box from itself,
 but I can't ping any machine on the network, and no machine can ping mine.
 Route gives this:
 Destination GatewayGenmask Flags   MSS Window  irtt Iface
 10.0.3.0*  255.255.255.0   U 0 0  0 eth0
 Long pause
 default 10.0.3.1   0.0.0.0 UG0 0  0 eth0
 
 When I do an ifconfig I get this:
 eth0  Link encap:Ethernet  HWaddr 00:40:05:2F:1D:D5
   inet addr:10.0.3.11  Bcast:10.0.3.255  Mask:255.255.255.0
   UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
   RX packets:0 errors:0 dropped:0 overruns:0 frame:0
   TX packets:0 errors:22 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:100
   Interrupt:10 Base address:0x240
 
 loLink encap:Local Loopback
   inet addr:127.0.0.1  Mask:255.0.0.0
   UP LOOPBACK RUNNING MTU:3924 Metric:1
   RX packets:88 errors:0 dropped:0 overruns:0 frame:0
   TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
   collisions:0 txqueuelen:0
 
 Here's my /etc/init.d/network:
 #! /bin/sh
 ifconfig lo 127.0.0.1
 #route add -net 127.0.0.0
 IPADDR=10.0.3.11
 NETMASK=255.255.255.0
 NETWORK=10.0.3.0
 BROADCAST=10.0.3.255
 GATEWAY=10.0.3.1
 ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
 #route add -net ${NETWORK}
 [ ${GATEWAY} ]  route add default gw ${GATEWAY} metric 1 
 
 I'm running kernel 2.2.10.  I've noticed that there are no RX packets for
 my ether card, but I'm not sure if that means anything or not.  Can anyone
 give me some things to try or some info that could lead to a better
 diagnosis?  strace is cryptic, but it appears to be trying to ping the
 correct ip addresses.  Any help would be MUCH appreciated.  TIA.
 
   Rob
 
 ===
 [EMAIL PROTECTED] : Role-Player, Babylon 5 fanatic  1998-99
 Aka Khyron the Backstabber : ICQ# 2325055
 Homepage: www.cs.purdue.edu/homes/ratirh 
 
 Happiness comes in short spurts.  Don't be fooled.
 ===
 
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 
 
 
 -- 
 Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null
 

===
[EMAIL PROTECTED] : Role-Player, Babylon 5 fanatic  1998-99
Aka Khyron the Backstabber : ICQ# 2325055
Homepage: www.cs.purdue.edu/homes/ratirh 

Happiness comes in short spurts.  Don't be fooled.
===


Re: Networking help

1999-07-03 Thread Didi Damian
Robert Rati [EMAIL PROTECTED] wrote:
 The message in /var/log/syslog said this:
 Jul  2 20:27:08 Obereon kernel: eth0: Tx timed out, lost interrupt?
 TSR=0x1, ISR=0x2, t=3500.
 Jul  2 20:27:18 Obereon kernel: eth0: Tx timed out, lost interrupt?
 TSR=0x1, ISR=0x2, t=1000.
 Jul  2 20:27:28 Obereon kernel: eth0: Tx timed out, lost interrupt?
 TSR=0x1, ISR=0x3, t=1000.
 Jul 2 20:27:48 Obereon last message repeated 2 times
 Jul  2 20:27:55Obereon
 ypbind[157]: broadcast: RPC: Timed out.
 
 This message can't mean what it seems.  A lost interrupt?  That's not
 possible is it?  I have never encountered this thing before.  Can anyone
 give some insite?

 I've seen this message a couple of times. Try specifying the IRQ and/or the
io port when you load the module for the NIC. That did it for me.
 
-- 
D.Damian


Re: Networking help

1999-07-03 Thread John Pearson
On Fri, Jul 02, 1999 at 08:41:47PM -0500, Robert Rati wrote
 The message in /var/log/syslog said this:
 Jul  2 20:27:08 Obereon kernel: eth0: Tx timed out, lost interrupt?
 TSR=0x1, ISR=0x2, t=3500.
 Jul  2 20:27:18 Obereon kernel: eth0: Tx timed out, lost interrupt?
 TSR=0x1, ISR=0x2, t=1000.
 Jul  2 20:27:28 Obereon kernel: eth0: Tx timed out, lost interrupt?
 TSR=0x1, ISR=0x3, t=1000.
 Jul 2 20:27:48 Obereon last message repeated 2 times
 Jul  2 20:27:55Obereon
 ypbind[157]: broadcast: RPC: Timed out.
 
 This message can't mean what it seems.  A lost interrupt?  That's not
 possible is it?  I have never encountered this thing before.  Can anyone
 give some insite?
 

Your NIC driver is sending stuff to your NIC and expects to receive an
interrupt down the track (probably to say that it has finished), but the
interrupt never arrives.

In approximately descending order of plausability, you either:
  - Have configured the NIC driver to use the wrong IRQ; or
  - Have a broken NIC; or
  - Have configured the NIC driver to use the wrong I/O address; or
  - Are using the wrong module for your NIC.

If it's a PCI card, then settings probably *aren't* the problem.

John P.
-- 
[EMAIL PROTECTED]
[EMAIL PROTECTED]
Oh - I - you know - my job is to fear everything. - Bill Gates in Denmark


Re: Networking help

1999-07-03 Thread Robert Rati
On Sat, 3 Jul 1999, John Pearson wrote:

 On Fri, Jul 02, 1999 at 08:41:47PM -0500, Robert Rati wrote
  The message in /var/log/syslog said this:
  Jul  2 20:27:08 Obereon kernel: eth0: Tx timed out, lost interrupt?
  TSR=0x1, ISR=0x2, t=3500.
  Jul  2 20:27:18 Obereon kernel: eth0: Tx timed out, lost interrupt?
  TSR=0x1, ISR=0x2, t=1000.
  Jul  2 20:27:28 Obereon kernel: eth0: Tx timed out, lost interrupt?
  TSR=0x1, ISR=0x3, t=1000.
  Jul 2 20:27:48 Obereon last message repeated 2 times
  Jul  2 20:27:55Obereon
  ypbind[157]: broadcast: RPC: Timed out.
  
  This message can't mean what it seems.  A lost interrupt?  That's not
  possible is it?  I have never encountered this thing before.  Can anyone
  give some insite?
  
 
 Your NIC driver is sending stuff to your NIC and expects to receive an
 interrupt down the track (probably to say that it has finished), but the
 interrupt never arrives.
 
 In approximately descending order of plausability, you either:
   - Have configured the NIC driver to use the wrong IRQ; or
   - Have a broken NIC; or
   - Have configured the NIC driver to use the wrong I/O address; or
   - Are using the wrong module for your NIC.
 
 If it's a PCI card, then settings probably *aren't* the problem.

I know the nic works because I can still use it in winblows.  The card is
detected when I give it an irq, or atleast it is said to be detected
correctly.  The werid thing is, it stopped being detected when I just gave
it the io port.  It used to just need the io port, and it would find the
irq itself and work just fine.  Now I have to give it the irq also, and it
says it finds it but it doesn't work.  My nic is an ISA Linksys and I just
use the ne drive for it.  I've had it working before and it still works in
winblows, so I don't think it's the settings or the card.  It's got an
EEPROM on it, and the eeprom is set to use IRQ 10 and io 0x240.

Rob


Re: Networking help

1999-07-02 Thread Marc Mongeon
Robert:

I see 22 transmit errors on the eth0 interface.  Check /var/log/syslog
(or /var/log/kern.log) for a description of the errors.  I'm running one
of the 2.0.x kernels, so I can't be much help with problems specific to
your kernel.  The files in /usr/src/linux/Documentation/ have some-
times been some help to me in hunting down problems.

Marc

--
Marc Mongeon [EMAIL PROTECTED]
Unix Specialist
Ban-Koe Systems
9100 W Bloomington Fwy
Bloomington, MN 55431-2200
(612)888-0123, x417 | FAX: (612)888-3344
--
It's such a fine line between clever and stupid.
   -- David St. Hubbins and Nigel Tufnel of Spinal Tap


 Robert Rati [EMAIL PROTECTED] 07/01 5:26 PM 
I have been having problems getting my Debian box to talk to my internal
network at all, and I'm stumped as to why.  None of the how-to's have
helped at all.  The configuration should be working and I know the ether
card works because I've used it before.  I can ping my box from itself,
but I can't ping any machine on the network, and no machine can ping mine.
Route gives this:
Destination GatewayGenmask Flags   MSS Window  irtt Iface
10.0.3.0*  255.255.255.0   U 0 0  0 eth0
Long pause
default 10.0.3.1   0.0.0.0 UG0 0  0 eth0

When I do an ifconfig I get this:
eth0  Link encap:Ethernet  HWaddr 00:40:05:2F:1D:D5
  inet addr:10.0.3.11  Bcast:10.0.3.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:22 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  Interrupt:10 Base address:0x240

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING MTU:3924 Metric:1
  RX packets:88 errors:0 dropped:0 overruns:0 frame:0
  TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0

Here's my /etc/init.d/network:
#! /bin/sh
ifconfig lo 127.0.0.1
#route add -net 127.0.0.0
IPADDR=10.0.3.11
NETMASK=255.255.255.0
NETWORK=10.0.3.0
BROADCAST=10.0.3.255
GATEWAY=10.0.3.1
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
#route add -net ${NETWORK}
[ ${GATEWAY} ]  route add default gw ${GATEWAY} metric 1 

I'm running kernel 2.2.10.  I've noticed that there are no RX packets for
my ether card, but I'm not sure if that means anything or not.  Can anyone
give me some things to try or some info that could lead to a better
diagnosis?  strace is cryptic, but it appears to be trying to ping the
correct ip addresses.  Any help would be MUCH appreciated.  TIA.

Rob

===
[EMAIL PROTECTED] : Role-Player, Babylon 5 fanatic  1998-99
Aka Khyron the Backstabber : ICQ# 2325055
Homepage: www.cs.purdue.edu/homes/ratirh 

Happiness comes in short spurts.  Don't be fooled.
===




-- 
Unsubscribe?  mail -s unsubscribe [EMAIL PROTECTED]  /dev/null



Networking help

1999-07-01 Thread Robert Rati
I have been having problems getting my Debian box to talk to my internal
network at all, and I'm stumped as to why.  None of the how-to's have
helped at all.  The configuration should be working and I know the ether
card works because I've used it before.  I can ping my box from itself,
but I can't ping any machine on the network, and no machine can ping mine.
Route gives this:
Destination GatewayGenmask Flags   MSS Window  irtt Iface
10.0.3.0*  255.255.255.0   U 0 0  0 eth0
Long pause
default 10.0.3.1   0.0.0.0 UG0 0  0 eth0

When I do an ifconfig I get this:
eth0  Link encap:Ethernet  HWaddr 00:40:05:2F:1D:D5
  inet addr:10.0.3.11  Bcast:10.0.3.255  Mask:255.255.255.0
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:22 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:100
  Interrupt:10 Base address:0x240

loLink encap:Local Loopback
  inet addr:127.0.0.1  Mask:255.0.0.0
  UP LOOPBACK RUNNING MTU:3924 Metric:1
  RX packets:88 errors:0 dropped:0 overruns:0 frame:0
  TX packets:88 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 txqueuelen:0

Here's my /etc/init.d/network:
#! /bin/sh
ifconfig lo 127.0.0.1
#route add -net 127.0.0.0
IPADDR=10.0.3.11
NETMASK=255.255.255.0
NETWORK=10.0.3.0
BROADCAST=10.0.3.255
GATEWAY=10.0.3.1
ifconfig eth0 ${IPADDR} netmask ${NETMASK} broadcast ${BROADCAST}
#route add -net ${NETWORK}
[ ${GATEWAY} ]  route add default gw ${GATEWAY} metric 1 

I'm running kernel 2.2.10.  I've noticed that there are no RX packets for
my ether card, but I'm not sure if that means anything or not.  Can anyone
give me some things to try or some info that could lead to a better
diagnosis?  strace is cryptic, but it appears to be trying to ping the
correct ip addresses.  Any help would be MUCH appreciated.  TIA.

Rob

===
[EMAIL PROTECTED] : Role-Player, Babylon 5 fanatic  1998-99
Aka Khyron the Backstabber : ICQ# 2325055
Homepage: www.cs.purdue.edu/homes/ratirh 

Happiness comes in short spurts.  Don't be fooled.
===