View Issue Details

IDProjectCategoryView StatusLast Update
0004379NetworksOpenWRTpublic2023-01-19 17:39
ReporterDigitalMy 
PrioritynormalSeverityminorReproducibilityhave not tried
Status assignedResolutionopen 
Summary0004379: Got errors in OpenWRT log
Descriptiondaemon.err odhcp6c[2068]: Failed to send DHCPV6 message to ff02::1:2 (Permission denied)
TagsNo tags attached.

Activities

DigitalMy

2021-12-05 13:40

administrator   ~0007111

Last edited: 2021-12-09 23:41

View 3 revisions

daemon.err odhcp6c[2070]: Failed to send DHCPV6 message to ff02::1:2 (Permission denied) often shown in log

opkg remove ddns-scripts
opkg remove ddns-scripts_no-ip_com
opkg remove xl2tpd

deleted v6 interface in Luci - Network - Interfaces tab

mcedit /etc/config/network
checked that no v6 settings are left

DigitalMy

2021-12-05 13:47

administrator   ~0007112

Last edited: 2021-12-05 13:54

View 2 revisions

opkg update
opkg list-upgradable | cut -f 1 -d ' ' | xargs -r opkg upgrade
Collected errors:
 * resolve_conffiles: Existing conffile /etc/config/firewall is different from the conffile in the new package. The new conffile will be placed at /etc/config/firewall-opkg.
 * resolve_conffiles: Existing conffile /etc/xl2tpd/xl2tpd.conf is different from the conffile in the new package. The new conffile will be placed at /etc/xl2tpd/xl2tpd.conf-opkg.
 * resolve_conffiles: Existing conffile /etc/xl2tpd/xl2tp-secrets is different from the conffile in the new package. The new conffile will be placed at /etc/xl2tpd/xl2tp-secrets-opkg.
 * resolve_conffiles: Existing conffile /etc/ppp/options.xl2tpd is different from the conffile in the new package. The new conffile will be placed at /etc/ppp/options.xl2tpd-opkg.
 * resolve_conffiles: Existing conffile /etc/ppp/chap-secrets is different from the conffile in the new package. The new conffile will be placed at /etc/ppp/chap-secrets-opkg.
 * resolve_conffiles: Existing conffile /etc/config/luci is different from the conffile in the new package. The new conffile will be placed at

DigitalMy

2021-12-05 15:32

administrator   ~0007113

Last edited: 2021-12-09 23:32

View 2 revisions

daemon.warn dnsmasq-dhcp[20097]: no address range available for DHCP request via wlan2
this is repeated
daemon.warn dnsmasq-dhcp[20097]: no address range available for DHCP request via wlan2

1. deleted unused interfaces from Luci

DigitalMy

2021-12-05 16:03

administrator   ~0007114

opkg install nmap

DigitalMy

2023-01-19 17:13

administrator   ~0009206

Last edited: 2023-01-19 17:39

View 2 revisions

Add SSH to VPN interface:
/etc/init.d/dropbear reload
interface has no physdev or physdev has no suitable ip

Solution:
remove line
    option Interface 'vpn'
from /etc/config/dropbear