find /etc -type f | xargs grep "172.29.129"
which gave me
/etc/udhcpd.conf:start 172.29.129.1 #default: 192.168.0.20
/etc/udhcpd.conf:end 172.29.129.253 #default: 192.168.0.254
/etc/udhcpd.conf:opt router 172.29.129.254
so now I know that the process is called udhcpd. Then did a
systemctl restart udhcpd
and now I'm getting an IP.
No comments:
Post a Comment