----- Original Message ----- From: "Alonso y Eydis" <[EMAIL PROTECTED]> To: <[email protected]> Sent: Thursday, February 09, 2006 9:15 PM Subject: [speedtouch] Re: RBE encapsulation in Linux
> > Thanks for your reply Gilles. > > As far as what the windows utility says it is a connection type RFC1483 > using a LLC encapsulation. Can you tell me if this is bridged or routed? > If it were bridged, what should be the corect procedure (kernel > settings, modules to use, etc) to establish the connectoin? > Thanks, > > Alonso > It look to me RBE is a routed connection, so try with atmarp/atmarpd llc or vc-mux is a different setting Basically to start a routed IP connection, you need those data: - LOCAL_IP (your IP) - REMOTE_IP (the first IP when doing tracert/traceroute) - VPI.VCI - ENCAPS (this is where llc/vc-mux settings goes) atmarpd -b -l syslog # it will fail on all attempt after the first because interface still exist atmarp -c atm0 ifconfig atm0 $LOCAL_IP netmask 255.255.255.0 up sleep 2 # set ENCAP to 'null' for vc-mux and nothing for llc atmarp -s $REM_IP $VPI.$VCI $ENCAPS route add default gw $REM_IP Unfortunalty atmarp/atmarpd don't support dhcp as atm0 interface need LOCAL_IP to be set up Gilles Liste de diffusion modem ALCATEL SpeedTouch USB Pour se désinscrire : mailto:[EMAIL PROTECTED]
