Hi Duncan,
Thanks a lot for the quick reply. I did every thing that you suggested. Still I 
am not be acess  internet. I emerged linux-atm. Then I started atmarpd. But I 
could not. So I first started atmsigd and ilmid and then started atmrpd. This 
time it started without any problem. I created atm0 and configured it as you 
have suggested but nothing happens. I tried to ping my gateway. The result is 
as follows:
#ping 10.200.1.1
PING 10.200.1.1 (10.200.1.1) 56 (84) bytes of data
 
---- 10.200.1.1 ping statics ---
125 packets transmitted, 0 received, 100% packet loss time 124030 ms
 
 
For me VPI = 8, and VCI = 35 and netmask is 255.255.0.0. the IPs of the 
nameservers are given in /etc/resolv.conf. What else do I need to do?
 
Tommy
  

________________________________

From: [EMAIL PROTECTED] on behalf of Duncan Sands
Sent: Sat 9/1/2007 5:48 PM
To: [email protected]
Subject: [speedtouch] Re: Speedtouch and LAN with static IP and Gateway




Hi Tommy,

> For several days I have been trying to configure my speedtouch usb modem on 
> my gentoo box.
> I tried the documentation for gentoo  at 
> http://www.linux-usb.org/SpeedTouch/gentoo/index.html
> But I have not been sucessful. I am connected to a LAN with a static ip 
> address, netmask gateway
> and dns. I do not have a password or a username. I am not sure whther I need 
> to take the connection
> as PPPoA or PPPoE. My connection through a USB port. So I assume that it is 
> PPPoA.    
> The properties of the workibng connection in my window partition is as 
> follows:
> 
> Connection
> VPI 8
> VCI 35
> Type: RFC 1483B
> Encapsulation: LLC
> FCS: Automatic
> 
> ADSL type: POTS
> Adsl Mode: Gdmt.A

try the following procedure.  This assumes your ISP is using "routed ip".  It
doesn't use ppp/pppd at all, however you will need to have atmarp and atmarpd
installed (from the atm-tools package, dunno what gentoo calls it).  You will
need to do this as root.

VPI=8
VCI=35 # are you sure it's 35?  36 is more usual
LOC_IP=AA.BB.CC.DD # put your static ip address here
REM_IP=EE.FF.GG.HH # put your gateway's ip address here
ENCAPS=null
echo "Starting atmarpd server: "
atmarpd -b -l syslog # you don't need to do this if your system starts atmarpd 
automatically
atmarp -c atm0
ifconfig atm0 $LOC_IP netmask 255.255.255.0 mtu 1500 up
atmarp -s $REM_IP $VPI.$VCI $ENCAPS
route add default gw $REM_IP

> Please tell me how I have to go about setting up my connection.

Good luck!

Duncan.

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]

        

Reply via email to