OpenWrt - WAN side udhcp Vendor Class obfuscation

I've been running Wireshark to monitor OpenWrt router's chatter on the WAN side and noticed that as part of DHCP discover OpenWrt sends "udhcp 1.25.1" as part of Vendor Class Identifier. This is known behavior and documented in https://openwrt.org/docs/techref/busybox. Question is how can I remove/obfuscate this info (as it makes identifying router OS/Services and discovering potential vulnerabilities that much easier for an adversary)?

uci set network.wan.vendorid='fishandchips'
uci commit network
4 Likes

See also:
https://openwrt.org/docs/guide-user/network/ipv4/start?s=vendorid#protocol_dhcp

2 Likes

Much appreciated!

Useful pointer. Thanks!

1 Like

This topic was automatically closed 0 minutes after the last reply. New replies are no longer allowed.