I'm not very good in networking, perhaps someone can guide me thru. So this how I started.
I can SSH and login to Proxmox, but I can't update, I open shell and typed ping google.com and its unreachable.
Next step.
As you see, I don't see any IP on any device, so my next step to type in Option A: ```ip addr add 38.189.78.27/24 dev eno1np0``` or Option:B ```ip addr add 38.189.78.27/24 dev vmbr0```
So option A or B? or I'm wrong?
Code:
root@UniMatrix001:~# ip -br -c a
lo UNKNOWN 127.0.0.1/8 ::1/128
eno1np0 UP
eno2np1 UP
enp129s0f0 DOWN
enp129s0f1 DOWN
enx42d0f00f737b DOWN
vmbr0 UP 38.189.78.27/24 fe80::aaa1:59ff:fec2:7858/64
vmbr1 UP 38.189.78.26/24 fe80::aaa1:59ff:fec2:7859/64
tap100i0 UNKNOWN
I can SSH and login to Proxmox, but I can't update, I open shell and typed ping google.com and its unreachable.
Next step.
Code:
root@UniMatrix001:~# ip -c link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eno1np0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr0 state UP mode DEFAULT group default qlen 1000
link/ether a8:a1:59:c2:78:58 brd ff:ff:ff:ff:ff:ff
altname enp66s0f0np0
3: eno2np1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master vmbr1 state UP mode DEFAULT group default qlen 1000
link/ether a8:a1:59:c2:78:59 brd ff:ff:ff:ff:ff:ff
altname enp66s0f1np1
4: enp129s0f0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:25:90:3a:99:3e brd ff:ff:ff:ff:ff:ff
5: enp129s0f1: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 00:25:90:3a:99:3f brd ff:ff:ff:ff:ff:ff
6: enx42d0f00f737b: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN mode DEFAULT group default qlen 1000
link/ether 42:d0:f0:0f:73:7b brd ff:ff:ff:ff:ff:ff
7: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether a8:a1:59:c2:78:58 brd ff:ff:ff:ff:ff:ff
8: vmbr1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether a8:a1:59:c2:78:59 brd ff:ff:ff:ff:ff:ff
11: tap100i0: <BROADCAST,MULTICAST,PROMISC,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr1 state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 02:2e:4f:24:44:0d brd ff:ff:ff:ff:ff:ff
As you see, I don't see any IP on any device, so my next step to type in Option A: ```ip addr add 38.189.78.27/24 dev eno1np0``` or Option:B ```ip addr add 38.189.78.27/24 dev vmbr0```
So option A or B? or I'm wrong?