Skip to content
Snippets Groups Projects
Unverified Commit 6aeee742 authored by David Beniamine's avatar David Beniamine
Browse files

Add auto eth0

parent 4d450ef0
No related branches found
No related tags found
No related merge requests found
...@@ -101,3 +101,7 @@ systemctl restart fail2ban ...@@ -101,3 +101,7 @@ systemctl restart fail2ban
#Ssh #Ssh
cp ./etc/ssh/* /etc/ssh cp ./etc/ssh/* /etc/ssh
systemctl restart ssh systemctl restart ssh
#eth0
echo -e "auto eth0\nallow-hotplug eth0\niface eth0 inet dhcp" \
>> /etc/network/interface
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment