Setting Up and Configuring FakeNet in REMnux
bashCopy codeip addr showbashCopy codesudo renew-dhcp
bashCopy codesudo systemctl stop systemd-resolved sudo systemctl disable systemd-resolved
bashCopy codesudo nano /etc/NetworkManager/NetworkManager.confbashCopy codedns=default
bashCopy codesudo rm /etc/resolv.confbashCopy codesudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
bashCopy codesudo systemctl restart NetworkManager
bashCopy codesudo fakenet
Last updated