Attempt to deconfigure ipv4 after deployment

This commit is contained in:
S David 2023-01-28 07:01:32 +00:00
parent 3cf36a469d
commit 1f93e5845e
2 changed files with 5 additions and 2 deletions

View File

@ -10,5 +10,8 @@ RENDER /etc/ssh/sshd_config
PKG git vim mosh
CMD ssh-keygen -A
SERVICE routing stop
SERVICE netif restart
SERVICE routing restart
SERVICE sshd restart
CMD passwd root

View File

@ -1,6 +1,6 @@
ifconfig_vnet0="inet ${IP4_ADDR} -tso -rxcsum"
ifconfig_vnet0_ipv6="inet6 auto_linklocal accept_rtadv -tso6 -rxcsum6"
ifconfig_vnet0="down"
ifconfig_vnet0_ipv6="inet6 auto_linklocal accept_rtadv -tso6 -rxcsum6 up"
sshd_enable="YES"
firewall_enable="NO"