Hirdetés

Új hozzászólás Aktív témák

  • pityu8

    tag

    válasz vargalex #38091 üzenetére

    Ezek ismétlődnek:

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

    config interface 'lan'
    option ifname 'eth0'
    option type 'bridge'
    option proto 'static'
    option netmask '255.255.255.0'
    option ipaddr '192.168.2.1'

    config interface 'wan'
    option ifname 'eth1'
    option _orig_ifname 'eth1'
    option _orig_bridge 'false'
    option proto 'pppoe'
    option username 'user@szolg.hu'
    option password 'pass'

    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 3 4'

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

    config interface 'lan'
    option ifname 'eth0'
    option type 'bridge'
    option proto 'static'
    option netmask '255.255.255.0'
    option ipaddr '192.168.2.1'

    config interface 'wan'
    option ifname 'eth1'
    option _orig_ifname 'eth1'
    option _orig_bridge 'false'
    option proto 'pppoe'
    option username 'user@szolg.hu'
    option password 'pass'

    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 3 4'

    sys log:
    Sep 8 19:20:39 OpenWrt daemon.info pppd[17574]: Exit.
    Sep 8 19:20:39 OpenWrt daemon.notice netifd: Interface 'wan' is now down
    Sep 8 19:20:39 OpenWrt kern.info kernel: [ 5833.560000] eth1: link down
    Sep 8 19:20:39 OpenWrt kern.info kernel: [ 5833.580000] eth1: link up (100Mbps/Full duplex)
    Sep 8 19:20:40 OpenWrt daemon.info pppd[17591]: Plugin rp-pppoe.so loaded.
    Sep 8 19:20:40 OpenWrt daemon.info pppd[17591]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    Sep 8 19:20:40 OpenWrt daemon.notice pppd[17591]: pppd 2.4.5 started by root, uid 0
    Sep 8 19:20:55 OpenWrt daemon.warn pppd[17591]: Timeout waiting for PADO packets
    Sep 8 19:20:55 OpenWrt daemon.err pppd[17591]: Unable to complete PPPoE Discovery
    Sep 8 19:20:55 OpenWrt daemon.info pppd[17591]: Exit.
    Sep 8 19:20:55 OpenWrt daemon.notice netifd: Interface 'wan' is now down
    Sep 8 19:20:55 OpenWrt kern.info kernel: [ 5849.000000] eth1: link down
    Sep 8 19:20:55 OpenWrt daemon.info pppd[17613]: Plugin rp-pppoe.so loaded.
    Sep 8 19:20:55 OpenWrt daemon.info pppd[17613]: RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5
    Sep 8 19:20:55 OpenWrt daemon.notice pppd[17613]: pppd 2.4.5 started by root, uid 0
    Sep 8 19:20:55 OpenWrt kern.info kernel: [ 5849.580000] eth1: link up (100Mbps/Full duplex)


    kernel log:
    [ 6064.580000] eth1: link up (100Mbps/Full duplex)
    [ 6074.580000] eth1: link down
    [ 6076.580000] eth1: link up (100Mbps/Full duplex)
    [ 6079.320000] eth1: link down
    [ 6079.580000] eth1: link up (100Mbps/Full duplex)
    [ 6094.750000] eth1: link down
    [ 6095.580000] eth1: link up (100Mbps/Full duplex)

    [ Szerkesztve ]

Új hozzászólás Aktív témák