Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FS#1336 - netfid: wan6 is starting odhcp6c in a loop indefinite #6262

Closed
openwrt-bot opened this issue Feb 8, 2018 · 1 comment
Closed
Labels

Comments

@openwrt-bot
Copy link

lynxis:

Device: ar71xx_tiny tl-wr841n-v8
OpenWrt version: master r6015-30d3435

Install OpenWrt with sysupgrade -n <> from downloads..
After the reboot it's running in a loop.

Thu Feb 8 16:28:19 2018 daemon.notice netifd: Interface 'wan6' is now down Thu Feb 8 16:28:19 2018 daemon.notice netifd: Interface 'wan6' is setting up now Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Usage: odhcp6c [options] Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Feature options: Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -S Wait at least sec for a DHCP-server (0) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -N Mode for requesting addresses [try|force|none] Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -P Request IPv6-Prefix (0 = auto) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -F Force IPv6-Prefix Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -V Set vendor-class option (base-16 encoded) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -u Set user-class option string Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -x : Add option opt (with value val) in sent packets (cumulative) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Examples of IPv6 address, string and base-16 encoded options: Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -x dns:2001:2001::1,2001:2001::2 - option 23 Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -x 15:office - option 15 (userclass) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -x 0x1f4:ABBA - option 500 Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -c Override client-ID (base-16 encoded 16-bit type + value) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -i Use a custom interface identifier for RA handling Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -r Options to be requested (comma-separated) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -R Do not request any options except those specified with -r Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -s <script> Status update script (/usr/sbin/odhcp6c-update) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -a Don't send Accept Reconfigure option Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -f Don't send Client FQDN option Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -k Don't send a RELEASE when stopping Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -t Maximum timeout for DHCPv6-SOLICIT (120) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -m Minimum time between accepting RA updates (3) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -L Ignore default lifetime for RDNSS records Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Invocation options: Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -p Set pidfile (/var/run/odhcp6c.pid) Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -d Daemonize Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -e Write logmessages to stderr Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -v Increase logging verbosity Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): -h Show this help Thu Feb 8 16:28:19 2018 daemon.notice netifd: wan6 (14851): Thu Feb 8 16:28:19 2018 daemon.notice netifd: Interface 'wan6' is now down
@openwrt-bot
Copy link
Author

lynxis:

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 'fdf1:e48d:468c::/48'

config interface 'lan'
option type 'bridge'
option ifname 'eth1.1'
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 'eth0'
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 '1 2 3 4 0t'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant