Αναζήτηση:

Type: Posts; Χρήστης: Eskymák; Λέξη(εις) Κλειδιά:

Αναζήτηση: Η αναζήτηση ολοκληρώθηκε σε 0,50 δευτερόλεπτα

  1. Μηνύματα
    6
    Εμφανίσεις
    8.379

    Απάντηση: How to configure IPv6 with ZTE H108NS in Bridge mode on OpenWrt router behind?

    I reflashed whole system to the latest availiable version for my device, which is same as before, thanks to automatic updates. I had more reasons to do that, like changing file system from JFFS2 to UBIFS, updating recovery system and so. Part of this process was factory reset which maybe would solved issues itself.

    Basically I just entered PPPoE credentials and it got IPv6 working.

    Someone could find configuration helpfull.

    /etc/config/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 ****:****:****::/48'

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

    config interface 'wan'
    option ifname 'eth2'
    option proto 'pppoe'
    option username '*****@otenet.gr'
    option password '******'
    option ipv6 '1'

    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'


    /etc/config/dhcp

    config dnsmasq
    option domainneeded '1'
    option boguspriv '1'
    option filterwin2k '0'
    option localise_queries '1'
    option rebind_protection '1'
    option rebind_localhost '1'
    option local '/lan/'
    option domain 'lan'
    option expandhosts '1'
    option nonegcache '0'
    option authoritative '1'
    option readethers '1'
    option leasefile '/tmp/dhcp.leases'
    option resolvfile '/tmp/resolv.conf.auto'
    option port '0'

    config dhcp 'lan'
    option interface 'lan'
    option start '100'
    option limit '150'
    option leasetime '12h'
    option dhcpv6 'server'
    option ra 'server'
    option ignore '0'
    list dhcp_option '6,192.168.20.1'

    config dhcp 'wan'
    option interface 'wan'
    option ignore '1'

    config odhcpd 'odhcpd'
    option maindhcp '0'
    option leasefile '/tmp/hosts/odhcpd'
    option leasetrigger '/usr/sbin/odhcpd-update'
  2. Μηνύματα
    6
    Εμφανίσεις
    8.379

    Απάντηση: How to configure IPv6 with ZTE H108NS in Bridge mode on OpenWrt router behind?

    So I decided to completely reflash my router and restore factory settings. After that, IPv6 started working as it should, just with "option ipv6 '1". :-)

    In modem interface, I still can see under IPv6:
    Status:Not Connected
    Who cares, there are more options there, which probably doesnt work and have on effect in Bridge mode...

    It will take few days to configure everything again, because I want to avoid of importing backup. I am actually very happy with this solution, much better than fight with issue in modem or at OTE side... :-)

    Thanks
  3. Μηνύματα
    6
    Εμφανίσεις
    8.379

    Απάντηση: How to configure IPv6 with ZTE H108NS in Bridge mode on OpenWrt router behind?

    Hello,

    I already did what you say, it is part of the official guide from OTE and also in other guides. No progress. Any ideas? :-)

    /etc/config/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 'auto'

    config interface 'lan'
    option type 'bridge'
    option proto 'static'
    option netmask '255.255.255.0'
    option dns '8.8.8.8 8.8.4.4'
    option ipaddr '192.168.20.1'
    option _orig_ifname 'eth0 eth1 wlan1'
    option _orig_bridge 'true'
    option ifname 'eth0 eth1 tap0'
    option ip6assign '64'

    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'

    config interface 'WAN'
    option proto 'pppoe'
    option ifname 'eth2'
    option password '*****'
    option ipv6 '1'
    option mtu '1492'
    option username '****@otenet.gr'
    #this makes no difference:
    #option username '****@ipv6ote.gr'
  4. Μηνύματα
    6
    Εμφανίσεις
    8.379

    How to configure IPv6 with ZTE H108NS in Bridge mode on OpenWrt router behind?

    Hello,

    I have ADSL from OTE with ZTE H108NS modem and my own OpenWrt (14.07) based router. I have modem in Bridge mode and I would like to setup IPv6, but IPv6 in modem web interface says "Not connected" while IPv4 says "Connected". When I use modem in PPPoE mode (not as bridge), it gets IPv6 address without problem and this address is then passed to OpenWrt LAN interface - I have modem connected both LAN and WAN with two cables - WAN for PPPoE and LAN in order to access web interface of modem from LAN.

    I tried to use configuration from article (and comment) from following site, but I cannot get it working. Article is also quite old.
    http://ipv6.ote.gr/?page_id=522

    Can someone help me get it working?

    Thank you in advance.
Εμφάνιση 1-4 από 4