LinHES Forums
http://forums.linhes.org/

Router Advertisement from ...
http://forums.linhes.org/viewtopic.php?f=24&t=24366
Page 1 of 1

Author:  thekingofspain [ Tue Jun 14, 2016 9:26 pm ]
Post subject:  Router Advertisement from ...

Are you message logs filled with similar entries every 5 seconds?
Code:
dhcpcd[813]: eth0: Router Advertisement from fe80::7a54:2eff:fe4a:234

Turn these off by adding the following to line to the end of your /etc/dhcpcd.conf
Code:
noarp

See https://wiki.archlinux.org/index.php/dh ... RP_probing for more info

Author:  nicom [ Thu Jul 06, 2017 12:16 am ]
Post subject:  Re: Router Advertisement from ...

Sorry to drag out an old post but I get the Router Advertisement about every 20 seconds. I have tried adding noarp to /etc/dhcpcd.conf but it had no effect. Here is the contents of my /etc/dhcpcd.conf
Code:
$ cat /etc/dhcpcd.conf
# A sample configuration for dhcpcd.
# See dhcpcd.conf(5) for details.

# Allow users of this group to interact with dhcpcd via the control socket.
#controlgroup wheel

# Inform the DHCP server of our hostname for DDNS.
hostname

# Use the hardware address of the interface for the Client ID.
#clientid
# or
# Use the same DUID + IAID as set in DHCPv6 for DHCPv4 ClientID as per RFC4361.
# Some non-RFC compliant DHCP servers do not reply with this set.
# In this case, comment out duid and enable clientid above.
duid

# Persist interface configuration when dhcpcd exits.
persistent

# Rapid commit support.
# Safe to enable by default because it requires the equivalent option set
# on the server to actually work.
option rapid_commit

# A list of options to request from the DHCP server.
option domain_name_servers, domain_name, domain_search, host_name
option classless_static_routes
# Most distributions have NTP support.
option ntp_servers
# Respect the network MTU.
# Some interface drivers reset when changing the MTU so disabled by default.
#option interface_mtu

# A ServerID is required by RFC2131.
require dhcp_server_identifier

# Generate Stable Private IPv6 Addresses instead of hardware based ones
slaac private

# A hook script is provided to lookup the hostname if not set by the DHCP
# server, but it should not be run by default.
nohook lookup-hostname
noipv4ll
noarp
Am I missing something?

Author:  thekingofspain [ Sat Sep 16, 2017 1:45 pm ]
Post subject:  Re: Router Advertisement from ...

try the following instead
Code:
noipv6rs

Author:  nicom [ Sun Sep 17, 2017 1:32 am ]
Post subject:  Re: Router Advertisement from ...

Thanks thekingofspain.

That seems to have stopped it although I will keep monitoring it over the next couple of days.

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/