hi all.
  i try to configure a ADSL modem on my gentoo box(A thomson ADSL modem 
connecing to my box over USB interface). The modem seems to corectly 
negociate the L2 parameters but it seems that i have a problem at L3 OSI 
because i cannot ping any thing.

here are the connfigurations that i have done:

# cat /etc/ppp/peers/adsl
  noipdefault
  defaultroute
  # Change this to the login for your ISP.
  user "[EMAIL PROTECTED]"
  passive
  persist
  holdoff 4
  maxfail 25
  plugin rp-pppoe.so
  nas0
  0.35

#cat /etc/conf.d/net.ppp0
  PEER="adsl"

# cat

  #!/sbin/runscript

  depend() {
  need hotplug
  need net
  before net.ppp0
  }

  start() {
  ebegin "Starting br2684ctl for PPPoE"
  /usr/local/sbin/br2684ctl -b -c 0 -a 0.35 &&
  sleep 5 &&
  /sbin/ifconfig nas0 <my_public_ip> netmask 255.255.255.0 &&
  sleep 10
  eend $?
  }

  stop() {
  ebegin "Stopping br2684ctl"
  /bin/killall -KILL br2684ctl
  eend $?
  }


# dmesg | grep speedtch
  usbcore: registered new driver speedtch
  speedtch 1-2:1.0: found stage 1 firmware speedtch-1.bin
  speedtch 1-2:1.0: found stage 2 firmware speedtch-2.bin


I guess that my problem is in /etc/init.d/br2684ctl, because i secify 
the IP address (my_public_ip) whereas i should negociate the ip with my 
provider. Is there a way i can do that?



-- Binary/unsupported file stripped by Listar --
-- Type: text/x-vcard
-- File: george.roman.vcf


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

        

Reply via email to