Keresés

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

  • tacsk0

    aktív tag

    válasz krealon #5140 üzenetére

    Szia!

    Itt a gyari konfig:

    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 'fdaa:b766:3aac::/48'

    config interface 'lan'
    option ifname 'eth1'
    option force_link '1'
    option type 'bridge'
    option proto 'static'
    option ipaddr '192.168.1.1'
    option netmask '255.255.255.0'
    option ip6assign '60'

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

    config interface 'wan6'
    option ifname '@wan'
    option proto 'dhcpv6'

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

    config switch_vlan
    option device 'switch0'
    option vlan '1'
    option ports '0 1 2 3 4'

    config switch_vlan
    option device 'switch0'
    option vlan '2'
    option ports '5 6'

    idioty

    VALN1-bol probalok csatlakozni a routerre ott viszont kell hogy kapjon ip-t dhcpvel... Viszont ami erdekes ha gyari konfigon csak annyi modositok, hogy a vlan 1-en az option ports '0t 1 2 3 4' allitom at mar lefagy.
    (vlan 1 ben a cpu port cimkez a tobbi meg nem)

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