DHCPDISCOVER(br0) - DHCPOFFER(br0) (Extender in bridge mode)

Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.)
Author Message
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 229

PostPosted: Mon Feb 26, 2024 15:21    Post subject: DHCPDISCOVER(br0) - DHCPOFFER(br0) (Extender in bridge mode) Reply with quote
hi,

in syslog I have many messages of this type only on my extender in bridge mode, is it possible to disable? or do I need to set some configuration?
Sponsor
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 229

PostPosted: Thu Feb 29, 2024 6:03    Post subject: Reply with quote
no solution? 🤔
Alozaros
DD-WRT Guru


Joined: 16 Nov 2015
Posts: 6447
Location: UK, London, just across the river..

PostPosted: Thu Feb 29, 2024 9:19    Post subject: Reply with quote
hmm this looks like a normal syslog output..to me and cannot be reduced/removed, unless you use some script like:

Code:

#!/bin/sh

[ -f /tmp/cron.d/clean-syslog ] || echo "*/3 * * * * root $0" > /tmp/cron.d/clean-syslog

DELETE_TEXT="httpd | (anything else you want deleted)"
sed -Ei "/(${DELETE_TEXT})/d" /var/log/messages

exit 0


add this into your start up script...

replace anything else you want deleted with whatever is bothering you..
you may need to fiddle a bit, until you get the best results...

first line, will delete syslog time based...next 2 and 3rd lines are only specific for the text you need to delete only..so you can use the second bit only...

_________________
Atheros
TP-Link WR740Nv1 ---DD-WRT 55630 WAP
TP-Link WR1043NDv2 -DD-WRT 55723 Gateway/DoT,Forced DNS,Ad-Block,Firewall,x4VLAN,VPN
TP-Link WR1043NDv2 -Gargoyle OS 1.15.x AP,DNS,QoS,Quotas
Qualcomm-Atheros
Netgear XR500 --DD-WRT 55779 Gateway/DoH,Forced DNS,AP Isolation,4VLAN,Ad-Block,Firewall,Vanilla
Netgear R7800 --DD-WRT 55819 Gateway/DoT,AD-Block,Forced DNS,AP&Net Isolation,x3VLAN,Firewall,Vanilla
Netgear R9000 --DD-WRT 55779 Gateway/DoT,AD-Block,AP Isolation,Firewall,Forced DNS,x2VLAN,Vanilla
Broadcom
Netgear R7000 --DD-WRT 55460 Gateway/SmartDNS/DoH,AD-Block,Firewall,Forced DNS,x3VLAN,VPN
NOT USING 5Ghz ANYWHERE
------------------------------------------------------
Stubby DNS over TLS I DNSCrypt v2 by mac913
marcus83
DD-WRT User


Joined: 04 Jan 2024
Posts: 229

PostPosted: Thu Feb 29, 2024 14:29    Post subject: Reply with quote
In the end I solved it by changing the extender mode, from bridge to normal repeater, Now everything is ok in the syslog.

thanks for your answer man!
Display posts from previous:    Page 1 of 1
Post new topic   Reply to topic    DD-WRT Forum Index -> Marvell MVEBU based Hardware (WRT1900AC etc.) All times are GMT

Navigation

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You cannot download files in this forum