Hey there
First off, I'm a complete beginner, and everything I’ve done so far is thanks to YouTube and ChatGPT.
I have a problem connecting to my Proxmox server (an old laptop of mine). Pasting the IP address and port into Chrome doesn’t load.
I can ping my main PC from the server, but not the other way around.
I had a connection working before, but I don’t know what caused it to stop, and I lost it afterward.
When I ping from the server to the PC, I get a connection, but as soon as I stop pinging, the connection drops.
The current /etc/network/interfaces looks like this:
"
auto lo
iface lo inet loopback
iface nic0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.165/24
gateway 192.168.10.1
bridge-ports nic0
bridge-stp off
bridge-fd 0
"
Please ask if you need more information, as I’m not sure what’s important for pinpointing the problem.
First off, I'm a complete beginner, and everything I’ve done so far is thanks to YouTube and ChatGPT.
I have a problem connecting to my Proxmox server (an old laptop of mine). Pasting the IP address and port into Chrome doesn’t load.
I can ping my main PC from the server, but not the other way around.
I had a connection working before, but I don’t know what caused it to stop, and I lost it afterward.
When I ping from the server to the PC, I get a connection, but as soon as I stop pinging, the connection drops.
The current /etc/network/interfaces looks like this:
"
auto lo
iface lo inet loopback
iface nic0 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.165/24
gateway 192.168.10.1
bridge-ports nic0
bridge-stp off
bridge-fd 0
"
Please ask if you need more information, as I’m not sure what’s important for pinpointing the problem.