Keresés

Hirdetés

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

  • pacza

    csendes tag

    válasz vargalex #52388 üzenetére

    hello,

    Ha beállítom DHCP-re a LAN-t akkor megy a TM
    De ha statikusra állítom a LAN ip-t és ez van az etc/config/network fájlban akkor nem meg a TM

    Van valami ötletetek hogy mit rontok el vagy nem állítok be ?

    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 type 'bridge'
    option proto 'static'
    option netmask '255.255.255.0'
    option ipaddr '192.168.0.3'
    option gateway '192.168.0.1'
    option dns '192.168.0.1'
    option _orig_ifname 'eth0.1 wlan0'
    option _orig_bridge 'true'
    option ifname 'eth0.1'

    config interface 'wan'
    option ifname 'eth0.2'
    option proto 'dhcp'

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

    config switch_vlan
    option device 'rtl8366rb'
    option vlan '1'
    option ports '1 2 3 4 5t'

    config switch_vlan
    option device 'rtl8366rb'
    option vlan '2'
    option ports '0 5t'

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