Skip to content

Commit

Permalink
fix(node/fl): manual net conf
Browse files Browse the repository at this point in the history
  • Loading branch information
AliMD committed Sep 23, 2023
1 parent 84467fd commit 614a642
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
19 changes: 19 additions & 0 deletions cloud/classic/prepare-node/config/fl/net.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Do not include interfaces.d directory by default
# source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eth0
# iface eth0 inet dhcp
iface eth0 inet static
address 95.217.15.28
netmask 255.255.255.255
gateway 172.31.1.1
dns-nameservers 185.12.64.1 8.8.8.8

# control-alias eth0
# iface eth0 inet6 static
# address 2a01:4f9:c010:c892::1/64
# dns-nameservers 2a01:4ff:ff00::add:1 2a01:4ff:ff00::add:2
# gateway fe80::1
3 changes: 2 additions & 1 deletion cloud/classic/prepare-node/config/fl/resolv.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
nameserver 185.12.64.1
nameserver 8.8.8.8
nameserver 2a01:4ff:ff00::add:2
nameserver 2a01:4ff:ff00::add:1
nameserver 185.12.64.1
1 change: 0 additions & 1 deletion cloud/classic/prepare-node/config/mci1/net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ auto lo
iface lo inet loopback

auto ens192

iface ens192 inet static
address 185.173.107.203
netmask 255.255.255.0
Expand Down
1 change: 0 additions & 1 deletion cloud/classic/prepare-node/config/mci2/net.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ auto lo
iface lo inet loopback

auto ens192

iface ens192 inet static
address 95.81.93.170
netmask 255.255.255.0
Expand Down

0 comments on commit 614a642

Please sign in to comment.