526

Odp: Sagemcom 2704 a OpenWRT

Tak juz wszystko dziala jak powinno.  Super zabawka.

527

Odp: Sagemcom 2704 a OpenWRT

Lechu1777 napisał/a:

Wracam do walki z 2704 jako AP+Client biorący neta z MR3420.

Doszedłem do punktu, że cfg mam taki:
network

 
config interface 'loopback'
        option ifname 'lo'
        option proto 'static'
        option ipaddr '127.0.0.1'
        option netmask '255.0.0.0'

config globals 'globals'
        option ula_prefix 'fdb1:aaa9:9b55::/48'

config interface 'lan'
        option ifname 'eth0.1'
        option force_link '1'
        option type 'bridge'
        option proto 'static'
        option ipaddr '192.168.2.1'
        option netmask '255.255.255.0'
        option ip6assign '60'

config interface 'wan'
        option proto 'dhcp'

config interface 'wan6'
        option proto 'dhcpv6'

config switch
        option name 'eth0'
        option reset '1'
        option enable_vlan '1'

config switch_vlan
        option device 'eth0'
        option vlan '1'
        option ports '0 1 2 8t'

config switch_vlan
        option device 'eth0'
        option vlan '2'
        option ports '3 8t'
    option ports '0 1 2 3 4'

wireless

 
config wifi-device 'radio0'
        option type 'mac80211'
        option channel '11'
        option hwmode '11g'
        option path 'pci0000:00/0000:00:00.0/0000:01:00.0/bcma0:1'
        option country 'PL'
        option txpower '20'
        option wmm '0'

config wifi-iface
        option device 'radio0'
        option network 'wan'
        option macaddr '18:1e:78:8b:41:10'
        option mode 'sta'
        option key '12345internet'
        option ssid 'Gargoyle'
        option encryption 'psk'

 

I o ile po ethernecie śmiga internet, mam nawet dostęp do modemu hilink, który jest wpięty do mr3420, ale w eterze widzę tylko sieć Gargoyle i łączy mi tylko bezpośrednio z MR3420, widzę po tracert. Mam jakby tryb WISP, a chciałem AP+Client, czyli tak jak na Garogyle jest funkcja przekaźnik.

Z góry przepraszam że odpisuję dopiero teraz ale jakoś mnie natchnęło by tu zajrzeć :-D

Potwierdzam to co napisał Cezary, nie da się ustawić AP+client, tylko jedno z nich, jeśli spróbujesz włączyć drugie to automatycznie pozostaje ci podłączenie po kablu bo nic innego nie działa a sieci po prostu nie widać, nie pomaga żadne ustawianie adresów MAC ani nic, po prostu nie działa :-( Taki urok :-)

528

Odp: Sagemcom 2704 a OpenWRT

Czy w najnowszej dystrybucji jest już jakiś sposób żeby nie trzeba było ręcznie klepać mac addresu do wifi ?
Czy można wpisać mac addres w luci ?

529

Odp: Sagemcom 2704 a OpenWRT

Moje obrazy domyślnie wpisują mac adres do konfiga

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

530

Odp: Sagemcom 2704 a OpenWRT

A jak to mogę dodać sam w CC ?

531

Odp: Sagemcom 2704 a OpenWRT

Ja zrobiłem skrypt w /etc/uci-defaults który po prostu odczytuje mac adres z flash i ustawia go przez uci w konfigu. Żadnej magii tu nie ma.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

532

Odp: Sagemcom 2704 a OpenWRT

Możesz sypnąć skryptem lub podać linka do źródeł ?

533

Odp: Sagemcom 2704 a OpenWRT

#!/bin/sh

. /lib/functions.sh
. /lib/functions/system.sh
. /lib/brcm63xx.sh

case "$(brcm63xx_board_name)" in
fast2704v2)
    mac=$(mtd_get_mac_binary CFE 1696)
    uci set wireless.@wifi-iface[0].macaddr="$mac"
    uci commit wireless
    ;;
esac

exit 0
Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

534

Odp: Sagemcom 2704 a OpenWRT

Dzięki smile

535

Odp: Sagemcom 2704 a OpenWRT

Jestem na kupnie modemu LTE jaki polecacie do tego routera (żeby zrobić AP)

536

Odp: Sagemcom 2704 a OpenWRT

E3372 hilink + ew hub usb z własnym zasilaniem.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

537

Odp: Sagemcom 2704 a OpenWRT

Mam problem z uruchomieniem E3131 na w/w sprzęcie. Modem zwykły (nie hi-link).  Próbuje go skonfigurować, instaluje sterowniki, robię interfejs, ale nie zestawia połączenia. APN darmowy itd.
Pytanko 2 - czy jest jakiś plugin openvpn tak jak na Gargoyle AA którym graficznie ustawię sobie wszystko?

538

Odp: Sagemcom 2704 a OpenWRT

Pokaż

uci show network
ifstatus wan
logread

Na luci jest plugin openvpn, ale nie wygląda to tak jak na gargoyle. Wszystko musisz ustawić ręcznie.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

539

Odp: Sagemcom 2704 a OpenWRT

Musiałem zrobic firstboot'a.
Stosuje się do: http://eko.one.pl/?p=openwrt-3g

Instalując paczkę obslugi USB i dostaje

Package libusb-1.0 (1.0.19-1) installed in root is up to date.
Configuring libpthread.
Configuring librt.
Configuring libusb-1.0.
Configuring usb-modeswitch.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-core:
 *      kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *
 * opkg_install_cmd: Cannot install package kmod-usb-core.
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb2:
 *      kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *
 * opkg_install_cmd: Cannot install package kmod-usb2.

Ok lecę dalej.
Instaluje :

opkg install chat comgt-ncm kmod-usb-net-huawei-cdc-ncm 

I dostaję niestety:

Configuring chat.
Configuring comgt.
Configuring wwan.
Configuring comgt-ncm.
Collected errors:
 * satisfy_dependencies_for: Cannot satisfy the following dependencies for kmod-usb-net-huawei-cdc-ncm:
 *      kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *         kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *         kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *         kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *         kernel (= 3.18.44-1-3f2bfc46c25784f58dca6dcba3990083) *
 * opkg_install_cmd: Cannot install package kmod-usb-net-huawei-cdc-ncm.

W luci mam przy wybraniu UMTS/GPRS/EV-DO.
Wybieram i

cannot open /usr/lib/lua/luci/model/cbi/admin_network/proto_3g.lua: No such file or directory

Kiedys pamiętam instalowało się wszytsko ok, ale mimo to nie działało. Teraz nawet nie mogę zainstalowac.

540

Odp: Sagemcom 2704 a OpenWRT

A teraz masz za stary system. Zaktualizuj to sobie do aktualnej wersji.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

541 (edytowany przez tygrysss 2016-12-06 12:30:13)

Odp: Sagemcom 2704 a OpenWRT

Ok zaktualizowałem, wszytskie paczki się zainstalowały, jednak nadal w LUCI mam

cannot open /usr/lib/lua/luci/model/cbi/admin_network/proto_3g.lua: No such file or directory

;/
Edit barkowało luci-proto-3g.
Konfiguruje teraz aero

542

Odp: Sagemcom 2704 a OpenWRT

Zainstalowane masz luci-proto-3g?

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

543

Odp: Sagemcom 2704 a OpenWRT

Edytowałem post, udało  mi się znaleźc brakujący pakiet który potem napisałeś.

root@OpenWrt:~# uci show network
network.loopback=interface
network.loopback.ifname='lo'
network.loopback.proto='static'
network.loopback.ipaddr='127.0.0.1'
network.loopback.netmask='255.0.0.0'
network.globals=globals
network.globals.ula_prefix='fd05:5dc7:3a8c::/48'
network.lan=interface
network.lan.ifname='eth0.1'
network.lan.force_link='1'
network.lan.type='bridge'
network.lan.proto='static'
network.lan.netmask='255.255.255.0'
network.lan.ip6assign='60'
network.lan.ipaddr='192.168.69.1'
network.wan=interface
network.wan.ifname='eth0.2'
network.wan.proto='dhcp'
network.wan6=interface
network.wan6.ifname='eth0.2'
network.wan6.proto='dhcpv6'
network.@switch[0]=switch
network.@switch[0].name='eth0'
network.@switch[0].reset='1'
network.@switch[0].enable_vlan='1'
network.@switch_vlan[0]=switch_vlan
network.@switch_vlan[0].device='eth0'
network.@switch_vlan[0].vlan='1'
network.@switch_vlan[0].ports='0 1 2 8t'
network.@switch_vlan[1]=switch_vlan
network.@switch_vlan[1].device='eth0'
network.@switch_vlan[1].vlan='2'
network.@switch_vlan[1].ports='3 8t'
network.Aero2=interface
network.Aero2.proto='3g'
network.Aero2.device='/dev/ttyS0'
network.Aero2.service='umts'
network.Aero2.apn='darmowy'
root@OpenWrt:~# ifstatus wan
{
        "up": true,
        "pending": false,
        "available": true,
        "autostart": true,
        "dynamic": false,
        "uptime": 306,
        "l3_device": "eth0.2",
        "proto": "dhcp",
        "device": "eth0.2",
        "updated": [
                "addresses",
                "routes",
                "data"
        ],
        "metric": 0,
        "delegation": true,
        "ipv4-address": [
                {
                        "address": "192.168.99.129",
                        "mask": 24
                }
        ],
        "ipv6-address": [

        ],
        "ipv6-prefix": [

        ],
        "ipv6-prefix-assignment": [

        ],
        "route": [
                {
                        "target": "192.168.99.1",
                        "mask": 32,
                        "nexthop": "0.0.0.0",
                        "source": "192.168.99.129\/32"
                },
                {
                        "target": "0.0.0.0",
                        "mask": 0,
                        "nexthop": "192.168.99.1",
                        "source": "192.168.99.129\/32"
                }
        ],
        "dns-server": [
                "192.168.99.1"
        ],
        "dns-search": [
                "lan"
        ],
        "inactive": {
                "ipv4-address": [

                ],
                "ipv6-address": [

                ],
                "route": [

                ],
                "dns-server": [

                ],
                "dns-search": [

                ]
        },
        "data": {
                "leasetime": 43200
        }
}
root@OpenWrt:~# logread
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.476000] Loading modules backported from Linux version v4.4-rc5-1913-gc8fdf68
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.484000] Backport generated by backports.git backports-20151218-0-g2f58d9d
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.500000] ip_tables: (C) 2000-2006 Netfilter Core Team
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.528000] nf_conntrack version 0.5.0 (954 buckets, 3816 max)
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.624000] xt_time: kernel timezone is -0000
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.636000] usbcore: registered new interface driver cdc_ncm
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.720000] usbcore: registered new interface driver huawei_cdc_ncm
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.868000] PPP generic driver version 2.4.2
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.876000] NET: Registered protocol family 24
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.932000] b43-phy0: Broadcom 43225 WLAN found (core revision 23)
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.940000] b43-phy0: Found PHY: Analog 8, Type 4 (N), Revision 6
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.944000] b43-phy0: Found Radio: Manuf 0x17F, ID 0x2056, Revision 11, Version 0
Tue Dec  6 12:20:43 2016 kern.info kernel: [   17.952000] Broadcom 43xx driver loaded [ Features: PNL ]
Tue Dec  6 12:20:43 2016 kern.debug kernel: [   18.272000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
Tue Dec  6 12:20:44 2016 kern.info kernel: [   22.832000] bcm63xx_enetsw bcm63xx_enetsw.0: link UP on Port 1, 100Mbps, full-duplex
Tue Dec  6 12:20:44 2016 kern.info kernel: [   22.840000] bcm63xx_enetsw bcm63xx_enetsw.0: link UP on Port 4, 100Mbps, full-duplex
Tue Dec  6 12:20:45 2016 user.emerg syslog: 'radio0' is disabled
Tue Dec  6 12:20:46 2016 user.emerg syslog: this file has been obseleted. please call "/sbin/block mount" directly
Tue Dec  6 12:20:46 2016 user.emerg syslog: 'radio0' is disabled
Tue Dec  6 12:20:47 2016 daemon.err block: /dev/mtdblock3 is already mounted
Tue Dec  6 12:20:47 2016 kern.info kernel: [   26.048000] usb 1-1: USB disconnect, device number 2
Tue Dec  6 12:20:50 2016 authpriv.info dropbear[894]: Not backgrounding
Tue Dec  6 12:20:53 2016 user.emerg syslog: setting up led USB
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.540000] usb 1-1: new high-speed USB device number 3 using ehci-platform
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.696000] huawei_cdc_ncm 1-1:1.1: MAC-Address: 58:2c:80:13:92:63
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.704000] huawei_cdc_ncm 1-1:1.1: setting rx_max = 16384
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.732000] huawei_cdc_ncm 1-1:1.1: setting tx_max = 16384
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.744000] huawei_cdc_ncm 1-1:1.1: NDP will be placed at end of frame for this device.
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.752000] huawei_cdc_ncm 1-1:1.1: cdc-wdm0: USB WDM device
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.760000] huawei_cdc_ncm 1-1:1.1 wwan0: register 'huawei_cdc_ncm' at usb-ehci-platform-1, Huawei CDC NCM device, 58:2c:80:13:92:63
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.772000] usb-storage 1-1:1.4: USB Mass Storage device detected
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.800000] scsi host2: usb-storage 1-1:1.4
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.804000] usb-storage 1-1:1.5: USB Mass Storage device detected
Tue Dec  6 12:20:53 2016 kern.info kernel: [   31.812000] scsi host3: usb-storage 1-1:1.5
Tue Dec  6 12:20:54 2016 kern.notice kernel: [   32.804000] scsi 2:0:0:0: CD-ROM            HUAWEI   Mass Storage     2.31 PQ: 0 ANSI: 2
Tue Dec  6 12:20:54 2016 kern.notice kernel: [   32.820000] scsi 3:0:0:0: Direct-Access     HUAWEI   SD Storage       2.31 PQ: 0 ANSI: 2
Tue Dec  6 12:20:54 2016 kern.notice kernel: [   32.848000] sd 3:0:0:0: [sda] Attached SCSI removable disk
Tue Dec  6 12:20:54 2016 daemon.info procd: - init complete -
Tue Dec  6 12:20:57 2016 kern.info kernel: [   35.316000] bcm63xx_enetsw bcm63xx_enetsw.0: link UP on Port 1, 100Mbps, full-duplex
Tue Dec  6 12:20:57 2016 kern.info kernel: [   35.324000] bcm63xx_enetsw bcm63xx_enetsw.0: link UP on Port 4, 100Mbps, full-duplex
Tue Dec  6 12:20:57 2016 kern.info kernel: [   35.344000] device eth0.1 entered promiscuous mode
Tue Dec  6 12:20:57 2016 kern.info kernel: [   35.352000] device eth0 entered promiscuous mode
Tue Dec  6 12:20:57 2016 kern.info kernel: [   35.372000] br-lan: port 1(eth0.1) entered forwarding state
Tue Dec  6 12:20:57 2016 kern.info kernel: [   35.380000] br-lan: port 1(eth0.1) entered forwarding state
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'lan' is enabled
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'lan' is setting up now
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'lan' is now up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'loopback' is enabled
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'loopback' is setting up now
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'loopback' is now up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'wan' is enabled
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'wan6' is enabled
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Network device 'eth0' link is up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Bridge 'br-lan' link is up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'lan' has link connectivity
Tue Dec  6 12:20:57 2016 daemon.notice netifd: VLAN 'eth0.1' link is up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Network device 'lo' link is up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'loopback' has link connectivity
Tue Dec  6 12:20:57 2016 daemon.notice netifd: VLAN 'eth0.2' link is up
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'wan' has link connectivity
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'wan' is setting up now
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'wan6' has link connectivity
Tue Dec  6 12:20:57 2016 daemon.notice netifd: Interface 'wan6' is setting up now
Tue Dec  6 12:20:58 2016 daemon.notice netifd: wan (1155): udhcpc (v1.23.2) started
Tue Dec  6 12:20:58 2016 daemon.notice netifd: wan (1155): Sending discover...
Tue Dec  6 12:20:58 2016 daemon.notice netifd: wan (1155): Sending select for 192.168.99.129...
Tue Dec  6 12:20:58 2016 daemon.notice netifd: wan (1155): Lease of 192.168.99.129 obtained, lease time 43200
Tue Dec  6 12:20:59 2016 kern.info kernel: [   37.384000] br-lan: port 1(eth0.1) entered forwarding state
Tue Dec  6 12:20:59 2016 user.notice firewall: Reloading firewall due to ifup of lan (br-lan)
Tue Dec  6 12:20:59 2016 daemon.notice netifd: Interface 'wan' is now up
Tue Dec  6 12:21:00 2016 daemon.err block: Unkown action change
Tue Dec  6 12:21:01 2016 daemon.err block: Unkown action change
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: started, version 2.73 cachesize 150
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: compile time options: IPv6 GNU-getopt no-DBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-DNSSEC loop-detect inotify
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: DNS service limited to local subnets
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq-dhcp[1275]: DHCP, IP range 192.168.69.100 -- 192.168.69.249, lease time 12h
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: using local addresses only for domain lan
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: reading /tmp/resolv.conf.auto
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: using local addresses only for domain lan
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: using nameserver 192.168.99.1#53
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: read /etc/hosts - 1 addresses
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq[1275]: read /tmp/hosts/dhcp - 1 addresses
Tue Dec  6 12:21:05 2016 daemon.info dnsmasq-dhcp[1275]: read /etc/ethers - 0 addresses
Tue Dec  6 12:21:06 2016 user.notice firewall: Reloading firewall due to ifup of wan (eth0.2)
Tue Dec  6 12:21:15 2016 daemon.info dnsmasq-dhcp[1275]: DHCPINFORM(br-lan) 192.168.69.103 00:15:c5:d0:b1:ad
Tue Dec  6 12:21:15 2016 daemon.info dnsmasq-dhcp[1275]: DHCPACK(br-lan) 192.168.69.103 00:15:c5:d0:b1:ad Dell-Laptop
Tue Dec  6 12:21:25 2016 daemon.warn odhcpd[817]: DHCPV6 SOLICIT IA_NA from 000100011e58af240015c5d0b1ad on br-lan: ok fd05:5dc7:3a8c::c53/128
Tue Dec  6 12:21:25 2016 daemon.warn odhcpd[817]: DHCPV6 REQUEST IA_NA from 000100011e58af240015c5d0b1ad on br-lan: ok fd05:5dc7:3a8c::c53/128
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq[1275]: read /etc/hosts - 1 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq[1275]: read /tmp/hosts/odhcpd - 1 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq[1275]: read /tmp/hosts/dhcp - 1 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq-dhcp[1275]: read /etc/ethers - 0 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq[1275]: read /etc/hosts - 1 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq[1275]: read /tmp/hosts/odhcpd - 1 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq[1275]: read /tmp/hosts/dhcp - 1 addresses
Tue Dec  6 12:21:25 2016 daemon.info dnsmasq-dhcp[1275]: read /etc/ethers - 0 addresses
Tue Dec  6 12:28:47 2016 authpriv.info dropbear[1465]: Child connection from 192.168.69.103:49465
Tue Dec  6 12:28:56 2016 authpriv.notice dropbear[1465]: Password auth succeeded for 'root' from 192.168.69.103:49465
Tue Dec  6 12:30:47 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:30:50 2016 daemon.notice pppd[1794]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: abort on (BUSY)
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: abort on (NO CARRIER)
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: abort on (ERROR)
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: report (CONNECT)
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: timeout set to 10 seconds
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: send (AT&F^M)
Tue Dec  6 12:30:51 2016 local2.info chat[1815]: expect (OK)
Tue Dec  6 12:30:57 2016 daemon.warn pppd[1794]: Child process USE_APN=darmowy DIALNUMBER=*99***1# /usr/sbin/chat -t5 -v -E -f /etc/chatscripts/3g.chat (pid 1814) terminated with signal 15
Tue Dec  6 12:30:57 2016 daemon.err pppd[1794]: Connect script failed
Tue Dec  6 12:30:58 2016 daemon.info pppd[1794]: Exit.
Tue Dec  6 12:30:58 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:30:58 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:30:59 2016 daemon.notice pppd[1859]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:31:00 2016 local2.info chat[1861]: abort on (BUSY)
Tue Dec  6 12:31:00 2016 local2.info chat[1861]: abort on (NO CARRIER)
Tue Dec  6 12:31:00 2016 local2.info chat[1861]: abort on (ERROR)
Tue Dec  6 12:31:00 2016 local2.info chat[1861]: report (CONNECT)
Tue Dec  6 12:31:00 2016 local2.info chat[1861]: timeout set to 10 seconds
Tue Dec  6 12:31:00 2016 local2.info chat[1861]: send (AT&F^M)
Tue Dec  6 12:31:01 2016 local2.info chat[1861]: expect (OK)
Tue Dec  6 12:31:01 2016 local2.info chat[1815]: alarm
Tue Dec  6 12:31:01 2016 local2.info chat[1815]: Failed
Tue Dec  6 12:31:11 2016 local2.info chat[1861]: alarm
Tue Dec  6 12:31:11 2016 local2.info chat[1861]: Failed
Tue Dec  6 12:31:11 2016 daemon.err pppd[1859]: Connect script failed
Tue Dec  6 12:31:12 2016 daemon.info pppd[1859]: Exit.
Tue Dec  6 12:31:12 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:31:12 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:31:14 2016 daemon.notice pppd[1887]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: abort on (BUSY)
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: abort on (NO CARRIER)
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: abort on (ERROR)
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: report (CONNECT)
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: timeout set to 10 seconds
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: send (AT&F^M)
Tue Dec  6 12:31:15 2016 local2.info chat[1889]: expect (OK)
Tue Dec  6 12:31:25 2016 local2.info chat[1889]: alarm
Tue Dec  6 12:31:25 2016 local2.info chat[1889]: Failed
Tue Dec  6 12:31:25 2016 daemon.err pppd[1887]: Connect script failed
Tue Dec  6 12:31:26 2016 daemon.info pppd[1887]: Exit.
Tue Dec  6 12:31:26 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:31:26 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:31:28 2016 daemon.notice pppd[1920]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: abort on (BUSY)
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: abort on (NO CARRIER)
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: abort on (ERROR)
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: report (CONNECT)
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: timeout set to 10 seconds
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: send (AT&F^M)
Tue Dec  6 12:31:29 2016 local2.info chat[1922]: expect (OK)
Tue Dec  6 12:31:39 2016 local2.info chat[1922]: alarm
Tue Dec  6 12:31:39 2016 local2.info chat[1922]: Failed
Tue Dec  6 12:31:39 2016 daemon.err pppd[1920]: Connect script failed
Tue Dec  6 12:31:40 2016 daemon.info pppd[1920]: Exit.
Tue Dec  6 12:31:40 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:31:40 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:31:42 2016 daemon.notice pppd[1948]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: abort on (BUSY)
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: abort on (NO CARRIER)
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: abort on (ERROR)
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: report (CONNECT)
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: timeout set to 10 seconds
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: send (AT&F^M)
Tue Dec  6 12:31:43 2016 local2.info chat[1950]: expect (OK)
Tue Dec  6 12:31:53 2016 local2.info chat[1950]: alarm
Tue Dec  6 12:31:53 2016 local2.info chat[1950]: Failed
Tue Dec  6 12:31:53 2016 daemon.err pppd[1948]: Connect script failed
Tue Dec  6 12:31:54 2016 daemon.info pppd[1948]: Exit.
Tue Dec  6 12:31:54 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:31:54 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:31:56 2016 daemon.notice pppd[1976]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: abort on (BUSY)
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: abort on (NO CARRIER)
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: abort on (ERROR)
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: report (CONNECT)
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: timeout set to 10 seconds
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: send (AT&F^M)
Tue Dec  6 12:31:57 2016 local2.info chat[1978]: expect (OK)
Tue Dec  6 12:32:07 2016 local2.info chat[1978]: alarm
Tue Dec  6 12:32:07 2016 local2.info chat[1978]: Failed
Tue Dec  6 12:32:07 2016 daemon.err pppd[1976]: Connect script failed
Tue Dec  6 12:32:08 2016 daemon.info pppd[1976]: Exit.
Tue Dec  6 12:32:08 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:32:08 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:32:10 2016 daemon.notice pppd[2005]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: abort on (BUSY)
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: abort on (NO CARRIER)
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: abort on (ERROR)
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: report (CONNECT)
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: timeout set to 10 seconds
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: send (AT&F^M)
Tue Dec  6 12:32:11 2016 local2.info chat[2007]: expect (OK)
Tue Dec  6 12:32:21 2016 local2.info chat[2007]: alarm
Tue Dec  6 12:32:21 2016 local2.info chat[2007]: Failed
Tue Dec  6 12:32:21 2016 daemon.err pppd[2005]: Connect script failed
Tue Dec  6 12:32:22 2016 daemon.info pppd[2005]: Exit.
Tue Dec  6 12:32:22 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:32:22 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:32:24 2016 daemon.notice pppd[2036]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: abort on (BUSY)
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: abort on (NO CARRIER)
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: abort on (ERROR)
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: report (CONNECT)
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: timeout set to 10 seconds
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: send (AT&F^M)
Tue Dec  6 12:32:25 2016 local2.info chat[2038]: expect (OK)
Tue Dec  6 12:32:35 2016 local2.info chat[2038]: alarm
Tue Dec  6 12:32:35 2016 local2.info chat[2038]: Failed
Tue Dec  6 12:32:35 2016 daemon.err pppd[2036]: Connect script failed
Tue Dec  6 12:32:36 2016 daemon.info pppd[2036]: Exit.
Tue Dec  6 12:32:36 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:32:36 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:32:38 2016 daemon.notice pppd[2067]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: abort on (BUSY)
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: abort on (NO CARRIER)
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: abort on (ERROR)
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: report (CONNECT)
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: timeout set to 10 seconds
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: send (AT&F^M)
Tue Dec  6 12:32:39 2016 local2.info chat[2069]: expect (OK)
Tue Dec  6 12:32:49 2016 local2.info chat[2069]: alarm
Tue Dec  6 12:32:49 2016 local2.info chat[2069]: Failed
Tue Dec  6 12:32:49 2016 daemon.err pppd[2067]: Connect script failed
Tue Dec  6 12:32:50 2016 daemon.info pppd[2067]: Exit.
Tue Dec  6 12:32:50 2016 daemon.notice netifd: Interface 'Aero2' is now down
Tue Dec  6 12:32:50 2016 daemon.notice netifd: Interface 'Aero2' is setting up now
Tue Dec  6 12:32:52 2016 daemon.notice pppd[2098]: pppd 2.4.7 started by root, uid 0
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: abort on (BUSY)
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: abort on (NO CARRIER)
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: abort on (ERROR)
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: report (CONNECT)
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: timeout set to 10 seconds
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: send (AT&F^M)
Tue Dec  6 12:32:53 2016 local2.info chat[2100]: expect (OK)

Tak to się prezentuje. Modem z play (e3131) nie hilink.

544

Odp: Sagemcom 2704 a OpenWRT

Zły interfejs masz. /dev/ttyUSB0 nie S0

I mam nadzieję że firewalla poprawiłeś skoro zrobiłeś to na innej sekcji niż wan.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

545

Odp: Sagemcom 2704 a OpenWRT

Ok pojawiły się dodatkowe interfejsy. Wcześniej nie było ich. Doinstalowałem paczkę dla PPP i się pojawiły.
Przeniosłem już do sekcji WAN.
Jest natomiast tak - włączam router z wpiętym kablem do WAN i AERO2. Uruchamia się i działą aero2 a w zasadzie nie chce działać (nie może otworzyć captcha - niby problem z dns).
Po wyjęciu aero nadal nie działa. Dopiero reboot. JEśli chcę z wan korzystać to nie mogę podpinać USB.
Rozumiem, że teraz potrzebuje mwan3 (chyba to było do przełączania wan?)
I pytanie odnośnie tego openvpn - jak nazywa się pakiet? Najlepiej z nakładka graficzną.

546

Odp: Sagemcom 2704 a OpenWRT

openvpn-openssl + luci-app-openvpn

Jak aero2 zrobiłeś wanem to po kablu nie będzie działać bo kabel nie jest wanem. Modem jest. Jezeli chciałeś mieć failover to tak, robisz  dwa oddzielne interfejsy + mwan3. Dodatkowa trudność to to, że w aero2 możesz nie wyjść w świat dopóki nie zalogujesz się, więc uważnie dobierz hosta którego pingujesz w sieci, żeby nie było że mwan3 nie widzi go bo nie może pingować.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

547

Odp: Sagemcom 2704 a OpenWRT

Jasna sprawa. Takie failover via aero chyba nie jest za dobrym pomysłem - captcha.
Zostało jeszcze skonfigurowanie openvpn. Dziękuję kolejny raz za pomoc smile
Wszystkiego dobrego.

548

Odp: Sagemcom 2704 a OpenWRT

Witam,

mam problem, oprogramolalem f@st2704 z orange najpierw z openwrt-15.05-brcm63xx-generic-F@ST2704V2-squashfs-cfe.bin od ruska release ( https://yadi.sk/d/KI2XHFzjjf6Ub  )  ale mialem problem na client mode wiec czytajac ze tutaj jest wersia ktora daziala oprogramolalem go po nownie z wersia cezary pobrana tutaj na download ale niestety ona mi nie dziala, router sie wlacza, podaje adres dhcp poprawnie (192.168.1.103) ale jesli chce go skonfigurowac to nie moge otworzic strona luci 192.168.1.1 w zaden sposob. Jak byl by problem z web serwerem. Poprosze o pomoc

549

Odp: Sagemcom 2704 a OpenWRT

Problem jest taki że nie czytasz. Są dwie wersje - jedna openwrt bez gui i druga "luci" z gui. Po prostu pewnie wgrałeś wersję bez gui, nie patrząc na to co jest napisane na stronie.

Masz niepotrzebny router, uszkodzony czy nie - chętnie przygarnę go.

550

Odp: Sagemcom 2704 a OpenWRT

Ok dzięki, jest mi trudno nie jestem polak wink