Значит дело было так: 1) Добавил в ядро атм, бридж атм, модем конексант 2) Положил фирмварь в /lib/firmware 3) Проемержил linux-atm и br*ctl 4) Когда втыкаю модем, dmesg говорит что он находит линию, конектицо и т.д. 5) запускаю br2684ctl -b -c 3 -a 0.1.32, создается nas0 6) продымаю интерфейс ifconfig nas0 195.131.171.* up 7) прописываю роутинг route add default gw 195.131.171.1, а пинги никуда не ходют =(
параметры для запуска br2684ctl взял из файла настроек мопеда под венду
-------------------------------------------------------------- [BroadbandINSFormat]
;Version number of broadband INS definition ScriptVersion=1.1
;4-byte hexadecimal CRC value (optional) ValidationCode=12345
;Date of script generation ScriptDate=15-JAN-2004
;The name of the service described in this INS file. ServiceName=* ВЭБ ПЛАС, Санкт-Петербург
[PhysicalLayer]
;Preferred modulation. ;0 = Auto selection with G.Handshake preferred - default setting ;1 = Auto selection with T1.413 preferred ;2 = G.Handshake only ;3 = T1.413 only ;4 = G.hs, G.dmt Only ;5 = G.hs, G.lite Only XdslModulation=0
;Wiring Pair Selection ;0 = Automatic ;1 = Line Tip/Ring ;2 = Line A/A1 ;3 = Aux Tip/Ring ;4 = Aux A/A1 AutoSenseWiringSelection=1
;Head end DSLAM provider as defined in Annex D, ANSI T1.413 - 1998 ;0 = Do not specify the Head end DSLAM provider AdslHeadEnd=0
;Head end DSLAM provider as defined in Annex D, ANSI T1.413 - 1998 ;0 = Non-Specific ;1 = No Line Driver (BNA) AdslHeadEndEnv=0
[ATMPVCs] ;max number of defined PVC's (0-16) MaxPVC=1
;Aggregate upstream peak cell rate ;0 = 16Kbps ;1 = 32Kbps ;n = n*32Kbs ;255 = use line rate DslUpstreamPcr=255
;PVC #1 VPI value (default value 0) Pvc1Vpi=1
;PVC #1 VCI value Pvc1Vci=32
[PVCEncapsulations] ;0 = PPP over ATM VCMUX (RFC 2364) (PPPOA) ;1 = PPP over ATM LLC (RFC 2364) (PPPOA) ;2 = Bridged IP over ATM LLCSNAP (RFC 1483) ;3 = Routed IP over ATM LLCSNAP (RFC 1483) ;4 = Bridged IP over ATM VCMUX (RFC 1483) ;6 = Classical IP over ATM (RFC 1577) (IPOA) ;7 = Native ATM ;8 = RFC_PPPOE_VCMUX (RFC 2516) PPP over Ethernet VCMUX ;9 = RFC_PPPOE_LLC (RFC 2516) PPP over Ethernet LLCSNAP ;-1 = Proprietary Pvc1Encapsulation=3
[NetworkLayer] ;This section is only used for RFC 1483 encapsulations. ;PPPOA and IPOA handle this automatically
;0 = use static IP addressing ;1 = use DHCP or PPP (according to Encapsulation Type) Pvc1AddressAssignment=1
Pvc1StaticIp=1.1.1.1
Pvc1StaticIpMask=255.255.255.0
;Router address, to be used as default gateway ;Not Applicable if DefaultGwAlgorithm=1
DefaultGateway=0.0.0.0
;Wizard will calculate the Default Gateway address based on the IP address and IP Mask ;0 = Disabled ;1-255 = OEM defined algorithms DefaultGwAlgorithm=0
;Address of DNS server for static IP DnsServer=195.131.52.130
AltDnsServer=194.8.160.90
;User Name UserName=""
;Host Name HostName=MyHost
;Domain Name DomainName=""
;Enable / Disable of DHCP Proxy function ;0 = Do not answer first DHCP request if the DSL is not in ShowTime ;1 = Answer first DHCP request if the DSL is not in ShowTime DhcpProxy=0
;Enable / Disable of auto DHCP release/renew (Win9x only) ;0 = Do not request DHCP lease (IP address) to be renewed at showtime ;1 = Request DHCP lease (IP address) to be renewed at showtime DhcpRenewRequest=0 ---------------------------------------------------------