|
To set up PVE on Debian, you need to configure the network settings in your system. You can use the command "ifconfig eth0 down" and then "ifconfig eth0 up" to disable and enable the interface respectively. To set up SSSR+, you can add the following line to your /etc/resolv.conf file: nameserver 192.168.1.10. Then, you can configure the DNS server using the command "sudo aptsources -add APT::Get::Server="192.168.1.10"". After that, you can configure the network settings by running the command "sudo ifup eth0", which will start the interface and make it accessible.
For other devices, they usually apply for static IP addresses, and the gateway and DNS servers are configured as before. The device will be able to access the internet through the configured IP address and DNS server. |
|