Hello all,
I recently changed routers, I lost my connection to Promox (via SSH or the Web UI). From my research, I think I understand what changes I need to make but I'd like to double-check with you before I take action as I'm nervous I'll completely lose access (I can still plug my old router in to access it currently).
Not sure you'll need all this but here is the output from
And then restart the network services by rebooting or running
Many thanks for taking the time to answer such a basic question. I rarely need to touch the inner workings of my setup so I'm rusty, and had limited knowledge to begin with! Let me know if I can provide any more information.
I recently changed routers, I lost my connection to Promox (via SSH or the Web UI). From my research, I think I understand what changes I need to make but I'd like to double-check with you before I take action as I'm nervous I'll completely lose access (I can still plug my old router in to access it currently).
Here is my original network setup
(I need to plug all this back in, to access Proxmox)
Code:
Subnet mask: 255.255.255.0
Router: 192.168.1.1
Here is my new network setup
It's an Eero 6+ mesh router. It has IPv6 enabled (The default setup).
Code:
Subnet mask: 255.255.252.0
Router: 192.168.4.1
This is the output of nano etc/network/interfaces
Code:
auto lo
iface lo inet loopback
iface enp4s0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.115
netmask 255.255.255.0
gateway 192.168.1.1
bridge_ports enp4s0
bridge_stp off
bridge_fd 0
iface eno2 inet manual
This is the output of nano etc/hosts
Code:
127.0.0.1 localhost.localdomain localhost
192.168.1.115 mb1.local mb1
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Setup info
Not sure you'll need all this but here is the output from
pveversion -v
Code:
proxmox-ve: 6.2-2 (running kernel: 5.4.65-1-pve)
pve-manager: 6.2-12 (running version: 6.2-12/b287dd27)
pve-kernel-5.4: 6.2-7
pve-kernel-helper: 6.2-7
pve-kernel-5.4.65-1-pve: 5.4.65-1
pve-kernel-5.4.34-1-pve: 5.4.34-2
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.4-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown: 0.8.35+pve1
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.16-pve1
libproxmox-acme-perl: 1.0.5
libpve-access-control: 6.1-3
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.2-2
libpve-guest-common-perl: 3.1-3
libpve-http-server-perl: 3.0-6
libpve-storage-perl: 6.2-8
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.3-1
lxcfs: 4.0.3-pve3
novnc-pve: 1.1.0-1
proxmox-backup-client: 0.9.0-2
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.3-1
pve-cluster: 6.2-1
pve-container: 3.2-2
pve-docs: 6.2-6
pve-edk2-firmware: 2.202002-1
pve-firewall: 4.1-3
pve-firmware: 3.1-3
pve-ha-manager: 3.1-1
pve-i18n: 2.2-1
pve-qemu-kvm: 5.1.0-3
pve-xtermjs: 4.7.0-2
qemu-server: 6.2-15
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-2
zfsutils-linux: 0.8.4-pve2
Next steps
Assuming I don't need to change the IP address I currently use to access Proxmox (192.168.1.115) do I just need to change the netmask and gateway inetc/network/interfaces
to this?
Code:
netmask 255.255.252.0
gateway 192.168.4.1
And then restart the network services by rebooting or running
systemctl restart networking
?Question
If I make this change (I'll certainly be waiting for the communities feedback before proceeding) and it doesn't work and I lose access to Proxmox. What are my options?Many thanks for taking the time to answer such a basic question. I rarely need to touch the inner workings of my setup so I'm rusty, and had limited knowledge to begin with! Let me know if I can provide any more information.