[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread Gilles Espinasse


- Original Message - 
From: C A Tomy [EMAIL PROTECTED]
To: speedtouch@ml.free.fr
Sent: Thursday, September 06, 2007 2:23 AM
Subject: [speedtouch] Re: Speedtouch and LAN with static IP and Gateway



 Hi Duncan,
 I know my ip adress (10.200.3.190) and ip of my gateway (10.200.1.1). What
I meant is that I have set the dns in /etc/resolv.conf

 Tommy

Have you tested to ping your gateway?
This allow to test only the connectivity without what may be a dns trouble.
Then test with 209.85.135.10 (that's resolve to google.com)

Gilles


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread C A Tomy

 



From: [EMAIL PROTECTED] on behalf of Gilles Espinasse
Sent: Thu 9/6/2007 11:36 AM
To: speedtouch@ml.free.fr
Subject: [speedtouch] Re: Speedtouch and LAN with static IP and Gateway





- Original Message -
From: C A Tomy [EMAIL PROTECTED]
To: speedtouch@ml.free.fr
Sent: Thursday, September 06, 2007 2:23 AM
Subject: [speedtouch] Re: Speedtouch and LAN with static IP and Gateway



 Hi Duncan,
 I know my ip adress (10.200.3.190) and ip of my gateway (10.200.1.1). What
I meant is that I have set the dns in /etc/resolv.conf

 Tommy

Have you tested to ping your gateway?
This allow to test only the connectivity without what may be a dns trouble.
Then test with 209.85.135.10 (that's resolve to google.com)

Gilles


I tested pinging my gate way. It does not ping at all. The response I get it:

#Ping 10.200.1.1

PING 10.200.1.1 (10.200.1.1) 56 (84) bytes of data

--- 10. 200.1.1 Ping statistics ---

125 packets trasmitted, 0 received, 100% packet loss time 124030ms

By the way, how do start my speedtouch adsl, after configuring atm0. Is there 
something like pppd call speedtch that would initiate the modem.

Tommy

 

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

   



-- Binary/unsupported file stripped by Listar --
-- Type: application/ms-tnef
-- File: winmail.dat


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread Duncan Sands

Hi Tommy,

 I tested pinging my gate way. It does not ping at all. The response I get it:
 
 #Ping 10.200.1.1
 
 PING 10.200.1.1 (10.200.1.1) 56 (84) bytes of data
 
 --- 10. 200.1.1 Ping statistics ---
 
 125 packets trasmitted, 0 received, 100% packet loss time 124030ms
 
 By the way, how do start my speedtouch adsl, after configuring atm0. Is there 
 something like pppd call speedtch that would initiate the modem.

it should be possible to send packets after the
atmarp -s $REM_IP $VPI.$VCI $ENCAPS
command.

Please send the contents of all the files in /proc/net/atm
You should copy the files after running the commands I
sent you before for configuring your connection.

Ciao,

Duncan.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread C A Tomy

 



From: [EMAIL PROTECTED] on behalf of Duncan Sands
Sent: Thu 9/6/2007 2:30 PM
To: speedtouch@ml.free.fr
Subject: [speedtouch] Re: Speedtouch and LAN with static IP and Gateway




Hi Tommy,

 I tested pinging my gate way. It does not ping at all. The response I get it:

 #Ping 10.200.1.1

 PING 10.200.1.1 (10.200.1.1) 56 (84) bytes of data

 --- 10. 200.1.1 Ping statistics ---

 125 packets trasmitted, 0 received, 100% packet loss time 124030ms

 By the way, how do start my speedtouch adsl, after configuring atm0. Is there 
 something like pppd call speedtch that would initiate the modem.

it should be possible to send packets after the
atmarp -s $REM_IP $VPI.$VCI $ENCAPS
command.

Please send the contents of all the files in /proc/net/atm
You should copy the files after running the commands I
sent you before for configuring your connection.

Ciao,

Duncan.


Hi Ducan,

I am attaching here the contents of /proc/net/atm

arp, br2684, devices, lec, mpc, speedtch:1, svc, vc, pvc

The commands that I gave to configure atm0 are:

[EMAIL PROTECTED] ~ $ su
Password: 
localhost tomy # atmsigd -b
localhost tomy # ilmid -b

localhost tomy # echo starting amarpd Server:
starting amarpd Server:
localhost tomy # atmarpd -b -l syslog
localhost tomy # atmarp -c atm0
localhost tomy # ifconfig atm0 10.200.3.190 netmask 255.255.0.0 mtu 1500 up
localhost tomy # atmarp -s 10.200.1.1 8.35 null
atmarp: Address already in use
localhost tomy # route add default gw 10.200.1.1 
localhost tomy #

Where am I going wrong?

Tommy

 


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

   



-- Binary/unsupported file stripped by Listar --
-- Type: application/ms-tnef
-- File: winmail.dat


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread Duncan Sands

Hi Tommy,

 localhost tomy # atmarp -s 10.200.1.1 8.35 null
 atmarp: Address already in use

this Address already in use is not good.  Is this
the second time you did this?

D.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread Duncan Sands

 I am attaching here the contents of /proc/net/atm

Unfortunately the list strips off attachments so I didn't
get them.  Please include them inline.

Thanks,

Duncan.

Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]




[speedtouch] Re: Speedtouch and LAN with static IP and Gateway

2007-09-06 Thread C A Tomy

 



From: [EMAIL PROTECTED] on behalf of Duncan Sands
Sent: Thu 9/6/2007 5:26 PM
To: speedtouch@ml.free.fr
Subject: [speedtouch] Re: Speedtouch and LAN with static IP and Gateway




 I am attaching here the contents of /proc/net/atm

Unfortunately the list strips off attachments so I didn't
get them.  Please include them inline.

Thanks,

Duncan.

Hi Duncan,

Here is the contents of  my /proc/net/atm/

/proc/net/atm/adummy:0
version 1.0

/proc/net/atm/arp
IPitf TypeEncp Idle IP address  ATM address
atm0  PVC NULL  309 10.200.1.1  0.8.35

'/proc/net/atm/br2684'is empty

/proc/net/atm/devices
Itf TypeESI/MACaddr AAL(TX,err,RX,err,drop) ... [refcnt]
  0 adummy    0 ( 0 0 0 0 0 )  5 ( 1294 0 0 0 0 )   [4]
  1 speedtch0090d04e4916  0 ( 0 0 0 0 0 )  5 ( 0 0 0 0 0 )  [1]

/proc/net/atm/lec
Itf  MAC  ATM destination StatusFlags VPI/VCI 
Recv VPI/VCI

/proc/net/atm/mpc
QoS entries for shortcuts:
IP address
  TX:max_pcr pcr min_pcr max_cdv max_sdu
  RX:max_pcr pcr min_pcr max_cdv max_sdu

/proc/net/atm/pvc

Itf VPI VCI   AAL RX(PCR,Class) TX(PCR,Class)
  0   835 5 0 UBR 0 UBR   CLIP, Itf:atm0, Encap:None
  0   0 5 5 0 UBR 0 UBR
  0   016 5 0 UBR 0 UBR

/proc/net/atm/speedtch:1
Speed Touch USB  (usb-:00:1d.0-2)
MAC: 00:90:d0:4e:49:16
AAL5: tx 0 ( 0 err ), rx 0 ( 0 err, 0 drop )
Line up

/proc/net/atm/svc
Itf VPI VCI   State  Remote
N/[EMAIL PROTECTED]  LISTEN
999   0 0 CONNECTED
999   0 0 CONNECTED

/proc/net/atm/vc
Address Itf VPI VCI   Fam Flags Reply Send buffer Recv buffer  [refcnt]
d665c800 UnassignedSVC 04d8  0   0/ 105472   0/ 105472 [2]
d665cc00 999   0 0 SVC 0102  0   0/ 105472   0/ 105472 [2]
d6f4c400 999   0 0 SVC 0102  0   0/ 105472   0/ 105472 [2]
d66bd800   0   835 PVC 2043  0   0/ 105472   0/ 105472 [2]
d68c8c00   0   0 5 PVC 0043  0   0/ 105472   0/ 105472 [2]
d6878800   0   016 PVC 0043  0   0/ 105472   0/ 105472 [2]



Tommy





Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]

   



-- Binary/unsupported file stripped by Listar --
-- Type: application/ms-tnef
-- File: winmail.dat


Liste de diffusion modem ALCATEL SpeedTouch USB
Pour se désinscrire : mailto:[EMAIL PROTECTED]