<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>Thema "Betreff: Bridge mode dhcp lease stopping every ~5-10mins" in Störungen im Kabel-Netz</title>
    <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765748#M434328</link>
    <description>&lt;P&gt;The DHCP client is on the RB5009 ether8 port, the switch is an asus GX-D1051 that I had lying around, it's for sure not a managed unit.&lt;/P&gt;</description>
    <pubDate>Thu, 04 Nov 2021 06:59:18 GMT</pubDate>
    <dc:creator>firenfoll</dc:creator>
    <dc:date>2021-11-04T06:59:18Z</dc:date>
    <item>
      <title>Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2763598#M433614</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sorry for the lack of german -&amp;nbsp; I can try but i'm not sure it's any good for anyone &lt;span class="lia-unicode-emoji" title=":grinsendes_Gesicht_mit_lächelnden_Augen:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a simple setup with the TG3442DE (MP3 hw version) vodafone kabel modem on the 1000mb/s plan. It is in bridge mode connected to a mikrotik rb5009. It works but I'm essentially getting constant interruptions that seem to be caused by the link going down all the time:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt; 21:26:34 interface,info ether8-wan link up (speed 1G, full duplex)
 21:26:35 dhcp,info dhcp-client on ether8-wan got IP address 188.194.166.XX
 21:29:00 interface,info ether8-wan link down
 21:29:00 dhcp,info dhcp-client on ether8-wan lost IP address 188.194.166.XX - lease stopped locally
 21:29:04 interface,info ether8-wan link up (speed 1G, full duplex)
 21:29:04 dhcp,info dhcp-client on ether8-wan got IP address 188.194.166.XX
 21:29:22 interface,info ether8-wan link down
 21:29:22 dhcp,info dhcp-client on ether8-wan lost IP address 188.194.166.XX - lease stopped locally
 21:29:24 interface,info ether8-wan link up (speed 1G, full duplex)
 21:29:24 dhcp,info dhcp-client on ether8-wan got IP address 188.194.166.XX
 21:32:31 interface,info ether8-wan link down
 21:32:31 dhcp,info dhcp-client on ether8-wan lost IP address 188.194.166.XX - lease stopped locally
 21:32:37 interface,info ether8-wan link up (speed 1G, full duplex)
 21:32:38 dhcp,info dhcp-client on ether8-wan got IP address 188.194.166.XX
 21:46:44 interface,info ether8-wan link down
 21:46:44 dhcp,info dhcp-client on ether8-wan lost IP address 188.194.166.XX - lease stopped locally
 21:46:50 interface,info ether8-wan link up (speed 1G, full duplex)
 21:46:51 dhcp,info dhcp-client on ether8-wan got IP address 188.194.166.XX&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed a few ideas:&lt;/P&gt;&lt;P&gt;1. &lt;A href="https://forum.vodafone.de/t5/St%C3%B6rungsmeldungen-Internet-TV/Interface-Flapping-nach-umstellung-auf-Bridgemode/td-p/2438027" target="_blank" rel="noopener"&gt;https://forum.vodafone.de/t5/St%C3%B6rungsmeldungen-Internet-TV/Interface-Flapping-nach-umstellung-auf-Bridgemode/td-p/2438027&lt;/A&gt; - but the rb5009 has only one switch chip and in any case cpu flow control is disabled and all devices are on 1000BASE-T on my network.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;[admin@hydrogen] /interface/ethernet/switch&amp;gt; export verbose 
# nov/01/2021 22:00:04 by RouterOS 7.1rc5
# software id = 9RE1-EXXX
#
# model = RB5009UG+S+
# serial number = XX
/interface ethernet switch
set 0 !cpu-flow-control l3-hw-offloading=no mirror-egress-target=none name=switch1
/interface ethernet switch port
set 0 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 1 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 2 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 3 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 4 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 5 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 6 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 7 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 8 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none
set 9 !egress-rate !ingress-rate mirror-egress=no mirror-ingress=no \
    mirror-ingress-target=none&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;2. I tried setting the dhcp client default route selection behaviour to yes and special-classless as defined here: &lt;A href="https://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Client" target="_blank" rel="noopener"&gt;https://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Client&lt;/A&gt;&lt;/P&gt;&lt;PRE&gt;[admin@hydrogen] /interface/ethernet/switch&amp;gt; /ip/dhcp-client/print 
Columns: INTERFACE, USE-PEER-DNS, ADD-DEFAULT-ROUTE, STATUS, ADDRESS
# INTERFACE   USE-PEER-DNS  ADD-DEFAULT-ROUTE  STATUS  ADDRESS          
;;; WAN iface from vodafone modem
0 ether8-wan  yes           special-classless  bound   188.194.166.XX/24&lt;/PRE&gt;&lt;P&gt;3. Tightened all the cables somewhere a little loose, condition all looks good and installer only did this 4 days ago. I admit that I didn't really test it properly and was just happy it was done so quick.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks to me very similar to &lt;A href="https://forum.vodafone.de/t5/Archiv-St%C3%B6rungsmeldungen/Verbindung-im-Bridge-Modus-bricht-t%C3%A4glich-mehrmals-ab/td-p/1125827" target="_blank" rel="noopener"&gt;https://forum.vodafone.de/t5/Archiv-St%C3%B6rungsmeldungen/Verbindung-im-Bridge-Modus-bricht-t%C3%A4glich-mehrmals-ab/td-p/1125827&lt;/A&gt; but I'm not getting explicit NAKs. I haven't taken a pcap trace yet but I guess that's the next step.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Nov 2021 21:13:37 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2763598#M433614</guid>
      <dc:creator>firenfoll</dc:creator>
      <dc:date>2021-11-01T21:13:37Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2763848#M433664</link>
      <description>&lt;P&gt;Previously I used the same WAN IP Range with my pfsense on igb0 like you have. As VF HW I have the same Modem with HW Version 1. I do not believe that there is something wrong with th VF HW.&lt;BR /&gt;According to your mentioned WAN IP, you might be from Rosenheim and hooked up in Bad Aibling?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Here my Log after a reboot of the VF Station. The HW NIC's on my pfsense are Intel I-211. -&amp;gt;igb&lt;/P&gt;&lt;P&gt;Works since years like a charm.&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;Nov 2 10:08:12	php-fpm	630	/rc.linkup: Accept router advertisements on interface igb0
Nov 2 10:08:12	php-fpm	630	/rc.linkup: calling interface_dhcpv6_configure.
Nov 2 10:08:12	php-fpm	630	/rc.linkup: The command '/sbin/dhclient -c /var/etc/dhclient_wan.conf igb0 &amp;gt; /tmp/igb0_output 2&amp;gt; /tmp/igb0_error_output' returned exit code '11', the output was ''
Nov 2 10:08:12	kernel		&lt;STRONG&gt;&lt;FONT color="#008000"&gt;pid 41803 (dhclient), jid 0, uid 65: exited on signal 11&lt;/FONT&gt;&lt;/STRONG&gt;
Nov 2 10:08:09	kernel		arpresolve: can't allocate llinfo for 178.26.168.xxx on igb0
Nov 2 10:08:07	kernel		arpresolve: can't allocate llinfo for 178.26.168.xxx on igb0
Nov 2 10:08:06	check_reload_status	668	Linkup starting igb0
Nov 2 10:08:06	kernel		igb0: link state changed to UP&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;What kind of NICs are used in your HW?&lt;/P&gt;&lt;P&gt;Of course you have &lt;A href="https://www.networkinghowtos.com/howto/fix-ethernet-port-flapping-on-mikrotik-rb3011/" target="_self"&gt;read&lt;/A&gt; this as well&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 09:58:23 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2763848#M433664</guid>
      <dc:creator>Kieferer</dc:creator>
      <dc:date>2021-11-02T09:58:23Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2763995#M433719</link>
      <description>&lt;P&gt;I'm using the RB5009 directly connected to the modem which is just a simple ipv4 NAT setup right now. As mentioned I checked the RB3011 post but dont think that applies since I have only one switch chip, everything is on 1000base-t and cpu offloading is turned off. On the network I have a netgear GS108, a mikrotik cap AC, a RB2011 and an i350 NIC, all of which where on my previous network with 1&amp;amp;1 with no issue, the RB5009 is new though, but I switched it with the RB2011 that I used for years (too slow to route ~1GB traffic) and have similar issues.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm in the Ulm area so other direction than Rosenheim. It was working horribly this morning and now for the last 5hrs it has been working perfectly &lt;span class="lia-unicode-emoji" title=":verwirrtes_Gesicht:"&gt;😕&lt;/span&gt; So it seems a little like the doscis connection is tempermental?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 12:09:18 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2763995#M433719</guid>
      <dc:creator>firenfoll</dc:creator>
      <dc:date>2021-11-02T12:09:18Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2764046#M433744</link>
      <description>&lt;P&gt;mhmm.&lt;/P&gt;&lt;P&gt;I gues your issue is more to microtik relatet.&lt;/P&gt;&lt;P&gt;All my used VF Modems - Hiltron, Compal and a various Series of VF Stations - draw flawless my WAN adresses. I'm using unbound and I'm also in Bridge Mode.&lt;/P&gt;&lt;P&gt;Here a example from my pfsense. Last reboot done at 8:00. Every 2700s this:&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;Nov 2 13:34:57	dhclient	86492	bound to 178.26.168.xxx -- renewal in 2700 seconds.
Nov 2 13:34:57	dhclient	8219	Creating resolv.conf
Nov 2 13:34:57	dhclient	7865	RENEW
Nov 2 13:34:57	dhclient	86492	DHCPACK from 83.169.184.130
Nov 2 13:34:57	dhclient	86492	DHCPREQUEST on igb0 to 83.169.184.130 port 67&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;Can you find someting similar in your logs?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;67 – UDP &lt;A title="Bootstrap Protocol" href="https://de.wikipedia.org/wiki/Bootstrap_Protocol" target="_blank" rel="noopener"&gt;Bootstrap Protocol&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;(BOOTP) Server; auch genutzt von&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A title="Dynamic Host Configuration Protocol" href="https://de.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol" target="_blank" rel="noopener"&gt;DHCP&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only thing what I have added in my loader.conf was intel relatet stuff, more cosmetic nature&lt;/P&gt;&lt;LI-SPOILER&gt;&lt;PRE&gt;kern.cam.boot_delay=10000
kern.ipc.nmbclusters="1000000"
kern.ipc.nmbjumbop="524288"
kern.ipc.nmbjumbo9="524288"
legal.intel_iwi.license_ack=1
legal.intel_ipw.license_ack=1
opensolaris_load="YES"
zfs_load="YES"
kern.geom.label.disk_ident.enable="0"
kern.geom.label.gptid.enable="0"
opensolaris_load="YES"
zfs_load="YES"
kern.ipc.semopm=100
kern.ipc.semmni=128
kern.ipc.semmns=32000
kern.ipc.shmmni=4096
boot_multicons="YES"
boot_serial="YES"
console="comconsole,vidconsole"
comconsole_speed="115200"
autoboot_delay="3"
net.link.ifqmaxlen="128"&lt;/PRE&gt;&lt;/LI-SPOILER&gt;&lt;P&gt;But I gues, this won't solve your issue.&lt;/P&gt;&lt;P&gt;Also I have read that Fritzbox users are also complaining.&lt;/P&gt;&lt;P&gt;Did find such VF DHCP WAN issues in the microtik forum?&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 12:54:50 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2764046#M433744</guid>
      <dc:creator>Kieferer</dc:creator>
      <dc:date>2021-11-02T12:54:50Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2764464#M433881</link>
      <description>&lt;P&gt;I took a pcap trace of the dhcp when the interface goes down but seems all normal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;0.000000 0.0.0.0 255.255.255.255 DHCP 342 DHCP Discover - Transaction ID 0x5fb96bfd
0.028581 88.134.229.xxx 255.255.255.255 DHCP 342 DHCP Offer - Transaction ID 0x5fb96bfd
0.028753 0.0.0.0 255.255.255.255 DHCP 342 DHCP Request - Transaction ID 0x5fb96A
0.050977 88.134.229.130 255.255.255.255 DHCP 342 DHCP ACK - Transaction ID 0x5fb96bfd.&lt;/PRE&gt;&lt;P&gt;I changed the cables, the modem port etc, all also seems good. Guess I can also change the mikrotik port, but i'm a bit out of ideas at this point.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Nov 2021 18:59:34 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2764464#M433881</guid>
      <dc:creator>firenfoll</dc:creator>
      <dc:date>2021-11-02T18:59:34Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765476#M434241</link>
      <description>&lt;P&gt;Out of desperation I put a cheap gigabit switch between the two devices and seems its now working fine. I have really no idea why a random switch in between would help but somehow it does.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It does seem like more of a mirkotik port flapping issue than the vodafone modem, so I opened a support ticket with them - let's see &lt;span class="lia-unicode-emoji" title=":verwirrtes_Gesicht:"&gt;😕&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 18:31:31 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765476#M434241</guid>
      <dc:creator>firenfoll</dc:creator>
      <dc:date>2021-11-03T18:31:31Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765504#M434251</link>
      <description>&lt;P&gt;Which DHCP server is active?&lt;/P&gt;&lt;P&gt;Microtik or the switch. Some switches have a build in DHCP server. I.e Netgear GS108eV3.&lt;/P&gt;</description>
      <pubDate>Wed, 03 Nov 2021 18:49:09 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765504#M434251</guid>
      <dc:creator>Kieferer</dc:creator>
      <dc:date>2021-11-03T18:49:09Z</dc:date>
    </item>
    <item>
      <title>Betreff: Bridge mode dhcp lease stopping every ~5-10mins</title>
      <link>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765748#M434328</link>
      <description>&lt;P&gt;The DHCP client is on the RB5009 ether8 port, the switch is an asus GX-D1051 that I had lying around, it's for sure not a managed unit.&lt;/P&gt;</description>
      <pubDate>Thu, 04 Nov 2021 06:59:18 GMT</pubDate>
      <guid>https://forum.vodafone.de/t5/St%C3%B6rungen-im-Kabel-Netz/Bridge-mode-dhcp-lease-stopping-every-5-10mins/m-p/2765748#M434328</guid>
      <dc:creator>firenfoll</dc:creator>
      <dc:date>2021-11-04T06:59:18Z</dc:date>
    </item>
  </channel>
</rss>

