将ikuai和openwrt整合进AIO服务器之后,需要修改一下网络配置,这里详细列出来
/etc/network/interfaces 修改管理口vmbr0的ip以及gateway
root@AIOserver-Pve:~# cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.168/24
gateway 192.168.1.2
bridge_ports eno1
bridge_stp off
bridge_fd 0
/etc/issue 修改终端提示
root@AIOserver-Pve:~# cat /etc/issue
------------------------------------------------------------------------------
Welcome to the Proxmox Virtual Environment. Please use your web browser to
configure this server - connect to:
https://192.168.1.168:8006/
------------------------------------------------------------------------------
/etc/hosts 修改hosts
root@AIOserver-Pve:~# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
192.168.1.168 AIOserver-Pve.example AIOserver-Pve
/etc/resolv.conf 修改dns
root@AIOserver-Pve:~# cat /etc/resolv.conf
search example
nameserver 192.168.1.2
nameserver 114.114.114.114


3万+

被折叠的 条评论
为什么被折叠?



