You are not logged in.

#1 2016-09-20 21:51:18

polyzium
Member
Registered: 2016-09-20
Posts: 5

DHCP lease expires every 8 hours on RTL8101/2/6E

Hello, my computer is having an issue with dhcpcd. When it connects to the network, it works fine for 8 hours or so, then dhcpcd says "DHCP lease expired" and connection stops working.

сен 20 05:29:53 polyzium-server dhcpcd[348]: enp1s0: DHCP lease expired
сен 20 05:29:53 polyzium-server dhcpcd[348]: enp1s0: soliciting a DHCP lease
сен 20 05:30:00 polyzium-server dhcpcd[348]: enp1s0: no IPv6 Routers available

To make it work again, i need to reconnect the cable.

сен 20 15:19:04 polyzium-server dhcpcd[348]: enp1s0: carrier lost
сен 20 15:19:05 polyzium-server dhcpcd[348]: enp1s0: carrier acquired
сен 20 15:19:05 polyzium-server dhcpcd[348]: enp1s0: IAID 8f:d2:6f:04
сен 20 15:19:05 polyzium-server dhcpcd[348]: enp1s0: soliciting a DHCP lease
сен 20 15:19:05 polyzium-server dhcpcd[348]: enp1s0: soliciting an IPv6 router
сен 20 15:19:06 polyzium-server dhcpcd[348]: enp1s0: offered 192.168.0.102 from 192.168.0.1
сен 20 15:19:06 polyzium-server dhcpcd[348]: enp1s0: probing address 192.168.0.102/24
сен 20 15:19:11 polyzium-server dhcpcd[348]: enp1s0: leased 192.168.0.102 for infinity
сен 20 15:19:11 polyzium-server dhcpcd[348]: enp1s0: adding route to 192.168.0.0/24
сен 20 15:19:11 polyzium-server dhcpcd[348]: enp1s0: adding default route via 192.168.0.1
сен 20 15:19:17 polyzium-server dhcpcd[348]: enp1s0: no IPv6 Routers available

I am using RTL8101/2/6E ethernet controller, How to fix this issue?
Thanks.

Offline

#2 2016-09-21 13:21:35

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

You got the lease for an infinite amount of time ...... but it expired? Was there any dhcpcd log entries before that which may give a clue?
Can you enable dhcpcd debugging and get more output? Also, what dhcpcd version are you using?

Offline

#3 2016-09-21 18:19:42

polyzium
Member
Registered: 2016-09-20
Posts: 5

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

rsmarples wrote:

Was there any dhcpcd log entries before that which may give a clue?

сен 19 20:07:57 polyzium-server dhcpcd[348]: enp1s0: carrier acquired
сен 19 20:07:58 polyzium-server dhcpcd[348]: enp1s0: IAID 8f:d2:6f:04
сен 19 20:07:58 polyzium-server dhcpcd[348]: enp1s0: soliciting a DHCP lease
сен 19 20:07:58 polyzium-server dhcpcd[348]: enp1s0: soliciting an IPv6 router
сен 19 20:07:59 polyzium-server dhcpcd[348]: enp1s0: offered 192.168.0.102 from 192.168.0.1
сен 19 20:07:59 polyzium-server dhcpcd[348]: enp1s0: probing address 192.168.0.102/24
сен 19 20:08:04 polyzium-server dhcpcd[348]: enp1s0: leased 192.168.0.102 for infinity
сен 19 20:08:04 polyzium-server dhcpcd[348]: enp1s0: adding route to 192.168.0.0/24
сен 19 20:08:04 polyzium-server dhcpcd[348]: enp1s0: adding default route via 192.168.0.1
сен 19 20:08:10 polyzium-server dhcpcd[348]: enp1s0: no IPv6 Routers available
сен 20 05:29:45 polyzium-server dhcpcd[348]: enp1s0: carrier lost
сен 20 05:29:46 polyzium-server dhcpcd[348]: enp1s0: deleting route to 192.168.0.0/24
сен 20 05:29:46 polyzium-server dhcpcd[348]: enp1s0: deleting default route via 192.168.0.1
сен 20 05:29:47 polyzium-server dhcpcd[348]: enp1s0: carrier acquired
сен 20 05:29:47 polyzium-server dhcpcd[348]: enp1s0: IAID 8f:d2:6f:04
сен 20 05:29:48 polyzium-server dhcpcd[348]: enp1s0: rebinding lease of 192.168.0.102
сен 20 05:29:48 polyzium-server dhcpcd[348]: enp1s0: soliciting an IPv6 router
сен 20 05:29:53 polyzium-server dhcpcd[348]: enp1s0: DHCP lease expired
сен 20 05:29:53 polyzium-server dhcpcd[348]: enp1s0: soliciting a DHCP lease
сен 20 05:30:00 polyzium-server dhcpcd[348]: enp1s0: no IPv6 Routers available

Also, what dhcpcd version are you using?

polyzium@polyzium-server ~ % pacman -Qv dhcpcd
Root      : /
Conf File : /etc/pacman.conf
DB Path   : /var/lib/pacman/
Cache Dirs: /var/cache/pacman/pkg/
Hook Dirs : /usr/share/libalpm/hooks/  /etc/pacman.d/hooks/
Lock File : /var/lib/pacman/db.lck
Log File  : /var/log/pacman.log
GPG Dir   : /etc/pacman.d/gnupg/
Targets   : dhcpcd
dhcpcd 6.11.3-1

Can you enable dhcpcd debugging and get more output?

Sry, i don't know how to enable it

Last edited by polyzium (2016-09-21 18:20:12)

Offline

#4 2016-09-21 18:22:10

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

Add the word debug on a line by itself in /etc/dhcpcd.conf

Offline

#5 2016-09-21 18:33:24

polyzium
Member
Registered: 2016-09-20
Posts: 5

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

rsmarples wrote:

Add the word debug on a line by itself in /etc/dhcpcd.conf

Added and restarted dhcpcd service, here's what it said

сен 21 21:30:50 polyzium-server systemd[1]: Starting dhcpcd on enp1s0...
сен 21 21:30:50 polyzium-server dhcpcd[3327]: dhcpcd-6.11.3 starting
сен 21 21:30:50 polyzium-server dhcpcd[3327]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' PREINIT
сен 21 21:30:51 polyzium-server dhcpcd[3327]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 21 21:30:52 polyzium-server dhcpcd[3327]: DUID 00:01:00:01:1f:14:1e:ba:78:92:9c:53:f1:ba
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: IAID 8f:d2:6f:04
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: delaying IPv6 router solicitation for 0.4 seconds
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: delaying IPv4 for 0.2 seconds
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: reading lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: rebinding lease of 192.168.0.102
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: sending REQUEST (xid 0xc5e37ed0), next in 3.3 seconds
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: acknowledged 192.168.0.102 from 192.168.0.1
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: leased 192.168.0.102 for infinity
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: writing lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: IP address 192.168.0.102/24 already exists
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: changing route to 192.168.0.0/24
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: changing default route via 192.168.0.1
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: ARP announcing 192.168.0.102 (1 of 2), next in 2.0 seconds
сен 21 21:30:52 polyzium-server dhcpcd[3327]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' BOUND
сен 21 21:30:52 polyzium-server dhcpcd[3327]: forking to background
сен 21 21:30:52 polyzium-server systemd[1]: Started dhcpcd on enp1s0.
сен 21 21:30:52 polyzium-server dhcpcd[3345]: enp1s0: soliciting an IPv6 router
сен 21 21:30:52 polyzium-server dhcpcd[3345]: enp1s0: sending Router Solicitation
сен 21 21:30:54 polyzium-server dhcpcd[3345]: enp1s0: ARP announcing 192.168.0.102 (2 of 2)
сен 21 21:30:56 polyzium-server dhcpcd[3345]: enp1s0: sending Router Solicitation
сен 21 21:31:00 polyzium-server dhcpcd[3345]: enp1s0: sending Router Solicitation
сен 21 21:31:04 polyzium-server dhcpcd[3345]: enp1s0: sending Router Solicitation
сен 21 21:31:04 polyzium-server dhcpcd[3345]: enp1s0: no IPv6 Routers available

Now waiting for connection fail...

Last edited by polyzium (2016-09-21 18:34:35)

Offline

#6 2016-09-29 04:47:49

polyzium
Member
Registered: 2016-09-20
Posts: 5

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

There we go, it's down again.

сен 29 06:47:29 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 06:47:29 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 06:47:29 polyzium-server dhcpcd[861]: enp1s0: deleting route to 192.168.0.0/24
сен 29 06:47:29 polyzium-server dhcpcd[861]: enp1s0: deleting default route via 192.168.0.1
сен 29 06:47:29 polyzium-server dhcpcd[861]: enp1s0: deleting IP address 192.168.0.102/24
сен 29 06:47:29 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.6 seconds
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.7 seconds
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: reading lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: rebinding lease of 192.168.0.102
сен 29 06:47:31 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0x23534b88), next in 4.6 seconds
сен 29 06:47:35 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 06:47:36 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0x23534b88), next in 7.2 seconds
сен 29 06:47:36 polyzium-server dhcpcd[861]: enp1s0: DHCP lease expired
сен 29 06:47:36 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 06:47:36 polyzium-server dhcpcd[861]: enp1s0: soliciting a DHCP lease
сен 29 06:47:36 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 3.3 seconds
сен 29 06:47:39 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 06:47:40 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 7.8 seconds
сен 29 06:47:43 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 06:47:43 polyzium-server dhcpcd[861]: enp1s0: no IPv6 Routers available
сен 29 06:47:48 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 16.7 seconds
сен 29 06:48:04 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 31.5 seconds
сен 29 06:48:36 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.6 seconds
сен 29 06:49:39 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.5 seconds
сен 29 06:50:43 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.4 seconds
сен 29 06:51:46 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.3 seconds
сен 29 06:52:51 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 06:53:55 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.2 seconds
сен 29 06:54:58 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.9 seconds
сен 29 06:56:02 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.2 seconds
сен 29 06:57:05 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.3 seconds
сен 29 06:58:09 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.7 seconds
сен 29 06:59:14 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.4 seconds
сен 29 07:00:19 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.3 seconds
сен 29 07:01:22 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:02:26 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:03:30 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.8 seconds
сен 29 07:04:35 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.5 seconds
сен 29 07:05:39 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.3 seconds
сен 29 07:06:44 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.7 seconds
сен 29 07:07:48 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.7 seconds
сен 29 07:08:53 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.1 seconds
сен 29 07:09:57 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.6 seconds
сен 29 07:11:01 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.7 seconds
сен 29 07:12:05 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.3 seconds
сен 29 07:13:08 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:14:12 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.1 seconds
сен 29 07:15:16 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.9 seconds
сен 29 07:16:20 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.5 seconds
сен 29 07:17:25 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:18:29 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.8 seconds
сен 29 07:19:33 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.1 seconds
сен 29 07:20:36 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:21:40 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.3 seconds
сен 29 07:22:44 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.8 seconds
сен 29 07:23:48 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.2 seconds
сен 29 07:24:51 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.2 seconds
сен 29 07:25:56 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:27:00 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.5 seconds
сен 29 07:28:03 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.1 seconds
сен 29 07:29:07 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.7 seconds
сен 29 07:30:12 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:31:16 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.7 seconds
сен 29 07:32:21 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.5 seconds
сен 29 07:33:24 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.0 seconds
сен 29 07:34:28 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.3 seconds
сен 29 07:35:32 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 63.5 seconds
сен 29 07:36:35 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.5 seconds
сен 29 07:37:40 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x84fe7dc9), next in 64.5 seconds

Offline

#7 2016-09-29 08:15:06

rsmarples
Member
Registered: 2009-05-12
Posts: 287

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

OK.

So we can see that dhcpcd gained an infinte lease, applied it, detected carrier was lost, expired the lease, detected carrier up and then starts sending DISCOVER messages which are then not answered.

Let us try replicating it. Ensure that dhcpcd is running normally then issue these commands

ifconfig enp1s0 down
ifconfig enp1s0 up

Then also this test.
Ensure that dhcpcd is running normally then unplug the network cable and plug it back in.

Hopefully you can tell me the result of both of the above tests smile

Offline

#8 2016-09-29 09:24:58

polyzium
Member
Registered: 2016-09-20
Posts: 5

Re: DHCP lease expires every 8 hours on RTL8101/2/6E

When i executed

# ifconfig enp1s0 down && ifconfig enp1s0 up

it gave me this

сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: deleting address fe80::e99a:9b98:8bb7:fe63
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: deleting route to 192.168.0.0/24
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: deleting default route via 192.168.0.1
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: deleting IP address 192.168.0.102/24
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: adding address fe80::e99a:9b98:8bb7:fe63
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: pltime infinity, vltime infinity
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.4 seconds
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.4 seconds
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:06:02 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:06:03 polyzium-server dhcpcd[861]: enp1s0: deleting address fe80::e99a:9b98:8bb7:fe63
сен 29 12:06:03 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: adding address fe80::e99a:9b98:8bb7:fe63
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: pltime infinity, vltime infinity
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.2 seconds
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.8 seconds
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 12:06:04 polyzium-server dhcpcd[861]: enp1s0: delaying Router Solicitation for LL address
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: reading lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: rebinding lease of 192.168.0.102
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0xcbb0541d), next in 4.2 seconds
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: deleting address fe80::e99a:9b98:8bb7:fe63
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: deleting IP address 192.168.0.102/24
сен 29 12:06:05 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: adding address fe80::e99a:9b98:8bb7:fe63
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: pltime infinity, vltime infinity
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.8 seconds
сен 29 12:06:06 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.7 seconds
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: reading lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: rebinding lease of 192.168.0.102
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0x2f2db5ee), next in 3.4 seconds
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: delaying Router Solicitation for LL address
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: acknowledged 192.168.0.102 from 192.168.0.1
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: leased 192.168.0.102 for infinity
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: writing lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: IP address 192.168.0.102/24 already exists
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: adding route to 192.168.0.0/24
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: adding default route via 192.168.0.1
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: ARP announcing 192.168.0.102 (1 of 2), next in 2.0 seconds
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' BOUND
сен 29 12:06:07 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:06:09 polyzium-server dhcpcd[861]: enp1s0: ARP announcing 192.168.0.102 (2 of 2)
сен 29 12:06:11 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation

When i reconnected the cable at the machine it gave me this

сен 29 12:10:18 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:10:18 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:10:19 polyzium-server dhcpcd[861]: enp1s0: deleting address fe80::e99a:9b98:8bb7:fe63
сен 29 12:10:19 polyzium-server dhcpcd[861]: enp1s0: deleting route to 192.168.0.0/24
сен 29 12:10:19 polyzium-server dhcpcd[861]: enp1s0: deleting default route via 192.168.0.1
сен 29 12:10:19 polyzium-server dhcpcd[861]: enp1s0: deleting IP address 192.168.0.102/24
сен 29 12:10:19 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: adding address fe80::e99a:9b98:8bb7:fe63
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: pltime infinity, vltime infinity
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.5 seconds
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.5 seconds
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: delaying Router Solicitation for LL address
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: reading lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: rebinding lease of 192.168.0.102
сен 29 12:10:21 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0x26ad4b30), next in 4.8 seconds
сен 29 12:10:22 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:10:26 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:10:26 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0x26ad4b30), next in 8.1 seconds
сен 29 12:10:26 polyzium-server dhcpcd[861]: enp1s0: DHCP lease expired
сен 29 12:10:26 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:10:26 polyzium-server dhcpcd[861]: enp1s0: soliciting a DHCP lease
сен 29 12:10:26 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x86072d3d), next in 4.8 seconds
сен 29 12:10:30 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:10:31 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x86072d3d), next in 7.4 seconds
сен 29 12:10:34 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:10:34 polyzium-server dhcpcd[861]: enp1s0: no IPv6 Routers available
сен 29 12:10:39 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x86072d3d), next in 16.4 seconds
сен 29 12:10:55 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x86072d3d), next in 32.5 seconds
сен 29 12:11:28 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x86072d3d), next in 64.8 seconds

When i reconnected the cable at the LAN2 port of the router it gave me this

сен 29 12:12:00 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:12:00 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:12:00 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: disabling kernel IPv6 RA support
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.4 seconds
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.1 seconds
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: soliciting a DHCP lease
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x660358a7), next in 3.1 seconds
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 12:12:04 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:05 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:12:05 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:12:05 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 1.0 seconds
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.3 seconds
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: soliciting a DHCP lease
сен 29 12:12:06 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x3cdd4e3d), next in 3.9 seconds
сен 29 12:12:07 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 12:12:07 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:10 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x3cdd4e3d), next in 8.7 seconds
сен 29 12:12:11 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:15 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:19 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x3cdd4e3d), next in 15.3 seconds
сен 29 12:12:19 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:19 polyzium-server dhcpcd[861]: enp1s0: no IPv6 Routers available
сен 29 12:12:25 polyzium-server dhcpcd[861]: enp1s0: carrier lost
сен 29 12:12:25 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' NOCARRIER
сен 29 12:12:25 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: carrier acquired
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' CARRIER
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: IAID 8f:d2:6f:04
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: delaying IPv6 router solicitation for 0.6 seconds
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: delaying IPv4 for 0.5 seconds
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: soliciting a DHCP lease
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: sending DISCOVER (xid 0x930543e1), next in 3.9 seconds
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: soliciting an IPv6 router
сен 29 12:12:27 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:28 polyzium-server dhcpcd[861]: enp1s0: offered 192.168.0.102 from 192.168.0.1
сен 29 12:12:28 polyzium-server dhcpcd[861]: enp1s0: sending REQUEST (xid 0x930543e1), next in 4.1 seconds
сен 29 12:12:28 polyzium-server dhcpcd[861]: enp1s0: acknowledged 192.168.0.102 from 192.168.0.1
сен 29 12:12:28 polyzium-server dhcpcd[861]: enp1s0: probing address 192.168.0.102/24
сен 29 12:12:28 polyzium-server dhcpcd[861]: enp1s0: probing for 192.168.0.102
сен 29 12:12:28 polyzium-server dhcpcd[861]: enp1s0: ARP probing 192.168.0.102 (1 of 3), next in 1.7 seconds
сен 29 12:12:30 polyzium-server dhcpcd[861]: enp1s0: ARP probing 192.168.0.102 (2 of 3), next in 1.3 seconds
сен 29 12:12:31 polyzium-server dhcpcd[861]: enp1s0: ARP probing 192.168.0.102 (3 of 3), next in 2.0 seconds
сен 29 12:12:31 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: DAD completed for 192.168.0.102
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: leased 192.168.0.102 for infinity
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: writing lease `/var/lib/dhcpcd/dhcpcd-enp1s0.lease'
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: adding IP address 192.168.0.102/24 broadcast 192.168.0.255
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: adding route to 192.168.0.0/24
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: adding default route via 192.168.0.1
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: ARP announcing 192.168.0.102 (1 of 2), next in 2.0 seconds
сен 29 12:12:33 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' BOUND
сен 29 12:12:35 polyzium-server dhcpcd[861]: enp1s0: ARP announcing 192.168.0.102 (2 of 2)
сен 29 12:12:35 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:37 polyzium-server dhcpcd[861]: enp1s0: deleted route to 192.168.0.0/24
сен 29 12:12:37 polyzium-server dhcpcd[861]: enp1s0: deleted IP address 192.168.0.102/24
сен 29 12:12:37 polyzium-server dhcpcd[861]: enp1s0: deleting default route via 192.168.0.1
сен 29 12:12:37 polyzium-server dhcpcd[861]: enp1s0: deleting IP address 192.168.0.102/24
сен 29 12:12:37 polyzium-server dhcpcd[861]: enp1s0: executing `/usr/lib/dhcpcd/dhcpcd-run-hooks' EXPIRE
сен 29 12:12:39 polyzium-server dhcpcd[861]: enp1s0: sending Router Solicitation
сен 29 12:12:39 polyzium-server dhcpcd[861]: enp1s0: no IPv6 Routers available

Offline

Board footer

Powered by FluxBB