1

(511 odpowiedzi, napisanych Sprzęt / Hardware)

Witajcie ludzie,

Jestem wielkim fanem wspaniałych zdjęć Zuzi. Niestety, zawsze pojawiają się problemy, gdy trzeba coś przeinstalować.

W szczególności chciałbym używać IPv6 przez moje dial-in PPPoE i niestety nie mogę go uruchomić.

Otrzymuję również następujące dane wyjściowe dla htop, iperf3 itp., które później zainstalowałem.

BusyBox v1.33.0 () built-in shell (ash)

  _______                     ________        __
 |       |.-----.-----.-----.|  |  |  |.----.|  |_
 |   -   ||  _  |  -__|     ||  |  |  ||   _||   _|
 |_______||   __|_____|__|__||________||__|  |____|
          |__| W I R E L E S S   F R E E D O M
 ----------------------------------------------------
   OpenWrt SNAPSHOT / Kernel 5.4.116 SMP xDSL
 ----------------------------------------------------

 | Machine: Easybox 904xDSL                         |
 | Uptime: 0d, 21:08:07                             |
 | Load: 4.05 3.87 3.62                             |
 | Flash: total: 259.5MB, free: 250.0MB, used: 2%   |
 | Memory: total: 117.0MB, free: 75.1MB, used: 35%  |
 | Leases: 5                                        |
 | lan: static, 192.168.230.2                       |
 | wan: dhcp, no IP address                         |
 | inic: none, no IP address                        |
 | hilink: dhcp, no IP address                      |
 | upcwifree: dhcp, no IP address                   |
 | wwan: dhcp, no IP address                        |
 | umts: 3g, no IP address                          |
 | PPTP: pptp, no IP address                        |
 | TUN: none, no IP address                         |
 | wg0: wireguard, no IP address                    |
 | ipsec: none, no IP address                       |
 | NCM: ncm, no IP address                          |
 | habnet: pppoe, 193.124.246.88                    |
 | habnet6: dhcpv6, no IP address                   |
 ----------------------------------------------------
root@EasyBOX: ~$ htop
Error relocating /usr/bin/htop: __select_time64: symbol not found
Error relocating /usr/bin/htop: __fstat_time64: symbol not found
Error relocating /usr/bin/htop: __fstatat_time64: symbol not found
Error relocating /usr/bin/htop: __clock_gettime64: symbol not found
Error relocating /usr/bin/htop: __localtime64_r: symbol not found
Error relocating /usr/bin/htop: __stat_time64: symbol not found
Error relocating /usr/bin/htop: __time64: symbol not found
Error relocating /usr/bin/htop: __nanosleep_time64: symbol not found
Error relocating /usr/bin/htop: __lstat_time64: symbol not found
Error relocating /usr/bin/htop: __dlsym_time64: symbol not found
root@EasyBOX: ~$ iperf3
Error relocating /usr/bin/iperf3: __select_time64: symbol not found
Error relocating /usr/bin/iperf3: __localtime64: symbol not found
Error relocating /usr/bin/iperf3: __fstat_time64: symbol not found
Error relocating /usr/bin/iperf3: __getrusage_time64: symbol not found
Error relocating /usr/bin/iperf3: __gmtime64: symbol not found
Error relocating /usr/bin/iperf3: __time64: symbol not found
Error relocating /usr/bin/iperf3: __clock_gettime64: symbol not found
root@EasyBOX: ~$ cat /etc/config/network

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

config globals 'globals'
    option packet_steering '1'

config device
    option name 'eth0'
    option macaddr '9C:80:DF:63:F9:D0'
    option ipv6 '0'

config interface 'lan'
    option type 'bridge'
    option proto 'static'
    option netmask '255.255.255.0'
    option ipv6 '0'
    list ifname 'eth0.1'
    list ifname 'eth0.66'
    option force_link '0'
    option stp '1'
    option igmp_snooping '1'
    option ipaddr '192.168.230.2'
    option ip6assign '64'

config device 'lan_eth0_1_dev'
    option name 'eth0.1'
    option macaddr '9c:80:df:63:f9:de'
    option ipv6 '0'

config interface 'wan'
    option ifname 'eth0.2'
    option proto 'dhcp'
    option ipv6 '0'
    option metric '20'
    option delegate '0'
    option broadcast '1'
    option auto '0'

config device 'wan_dev'
    option name 'eth0.2'
    option macaddr '9c:80:df:63:f9:22'
    option peerdns '0'
    option ipv6 '0'

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

config switch_vlan
    option device 'switch0'
    option vlan '1'
    option vid '1'
    option fid '1'
    option ports '0 6t'

config switch_vlan
    option device 'switch0'
    option vlan '2'
    option ports '4 6t'

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

config switch_vlan
    option device 'switch1'
    option vlan '1'
    option ports '0 1 2 3 6t'

config device 'inic_dev'
    option name 'eth0.3'

config interface 'inic'
    option proto 'none'
    option ifname 'eth0.3'
    option ipv6 '0'

config switch_vlan
    option device 'switch0'
    option vlan '3'
    option vid '3'
    option fid '3'
    option ports '5 6t'

config device 'wlan_dev'
    option name 'eth0.66'
    option macaddr '9c:80:df:63:f9:d1'
    option ipv6 '0'

config switch_vlan
    option device 'switch0'
    option vlan '4'
    option vid '66'
    option fid '4'
    option ports '5t 6t'

config interface 'hilink'
    option proto 'dhcp'
    option ipv6 '0'
    option metric '10'
    option ifname 'eth1'
    option delegate '0'
    option auto '1'

config interface 'upcwifree'
    option proto 'dhcp'
    option ipv6 '0'
    option auto '1'

config interface 'wwan'
    option proto 'dhcp'
    option ifname 'usb0'
    option ipv6 '0'
    option auto '1'
    option metric '10'

config interface 'umts'
    option proto '3g'
    option device '/dev/ttyUSB0'
    option service 'umts'
    option apn 'internet'
    option dialnumber '*99***1#'
    option ipv6 '0'
    option auto '0'
    option metric '10'

config interface 'PPTP'
    option proto 'pptp'
    option keepalive '0'
    option ipv6 '0'
    option auto '0'
    option server 'pl02.vpnonline.eu'
    option username 'twoj login'
    option password 'twoje haslo'
    option metric '10'

config interface 'TUN'
    option ifname 'tun0'
    option proto 'none'
    option delegate '0'
    option auto '1'
    option metric '10'

config interface 'wg0'
    option proto 'wireguard'
    option listen_port '55055'
    list addresses '10.9.0.1/24'
    option private_key 'aNcfPPirZGQrgFDHw07dgRqoSnP/Knoo5ITneZlFFng='
    option ipv6 '0'
    option auto '0'

config wireguard_wg0
    option public_key 'Axn5g0cb0eYEc8utzM/2FXZ0vSdIE8AkkmUGfQBwzEY='
    option route_allowed_ips '1'
    list allowed_ips '10.9.0.3/32'
    option persistent_keepalive '25'
    option description 'android'
    option ipv6 '0'
    option auto '0'

config interface 'ipsec'
    option ifname 'ipsec0'
    option proto 'none'
    option defaultroute '0'
    option peerdns '0'
    option ipv6 '0'
    option auto '0'
    option metric '10'

config interface 'NCM'
    option proto 'ncm'
    option delegate '0'
    option device '/dev/ttyUSB0'
    option service 'preferlte'
    option pdptype 'IP'
    option apn 'internet'
    option ipv6 '0'
    option auto '0'
    option metric '10'

config interface 'habnet'
    option proto 'pppoe'
    option ifname 'dsl0'
    option username 'xxx@isp.de'
    option password 'xxxx'
    option ipv6 'auto'
    option ip6assign '56'

config device 'habnet_dev'
    option name 'dsl0'
    option mtu '1492'
    option mtu6 '1432'

config dsl 'dsl'
    option annex 'b'
    option xfer_mode 'ptm'
    option line_mode 'vdsl'
    option ds_snr_offset '0'
    option firmware '/lib/firmware/vr9-B-dsl_newest.bin'
    option tone 'bv'

config interface 'habnet6'
    option proto 'dhcpv6'
    option ifname '@habnet'
    option reqprefix 'auto'
    option reqaddress 'try'

root@EasyBOX: ~$