[SOLVED] No internet?

DoJo_Mast3r

New Member
Apr 5, 2022
1
0
1
I am very new to linux in general here, so this will likely come across armature hour lol

After hours of bashing my head I finally got the proxmox install working, I can connect with the local ip of 192.168.1.25:8006
However, when I try apt update or ping google.ca in the putty via root I dont have internet.

These are the results of cat /etc/network/interfaces:
auto lo iface lo inet loopback auto enp0s31f6 iface enp0s31f6 inet manual auto vmbr0 iface vmbr0 inet static address 192.168.1.25/24 gateway 192.168.1.1 bridge-ports enp0s31f6 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094

And doing IP a shows this:
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp0s31f6: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master vmbr0 state UP group default qlen 1000 link/ether 34:97:f6:85:9d:89 brd ff:ff:ff:ff:ff:ff 4: vmbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000 link/ether 34:97:f6:85:9d:89 brd ff:ff:ff:ff:ff:ff inet 192.168.1.25/24 scope global vmbr0 valid_lft forever preferred_lft forever inet6 fe80::3697:f6ff:fe85:9d89/64 scope link valid_lft forever preferred_lft forever

Im trying really hard to understand what the issue is, I can connect to the server via putty but in my router settings I dont see the proxmox server showing up, reading through the forms I think it might have something todo with needing to setup a mac address? Im basically just a script kitty so all of this is way over my head.

EDIT: Solved, I switched the dns from 127.0.0.1 to 8.8.8.8 and ping works now!
 
Last edited: