Static IP

kamilo1409

Member
Aug 26, 2020
4
0
6
34
Hi, i have proxmox on my computer + Home Assistant. I need static IP thise device. I have problem because my router dont see this computer. Ip to proxmox working, and ip to Ha too working.
 
If the computer can't connect to the router, this could be a problem with the default gateway. Could you post the output of cat /etc/network/interfaces?
Do you also have proxmox running inside a vm, or is it the host operating system?
 
That is my address:

auto lo
iface lo inet loopback

iface eno1 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.1.140
netmask 255.255.255.0
gateway 192.168.100.1
bridge_ports eno1
bridge_stp off
bridge_fd 0

Router dont see computer
 
Just to make sure I understand correctly, you can ping other devices within your local network, however the computer won't connect to the internet? Are you sure that you have set the router ip as gateway?
Could you post the output of ip a, ip r and ip neigh?