You are not logged in.

#1 2020-04-13 16:05:55

50l3r
Member
Registered: 2020-04-13
Posts: 3

No internet after fresh install

Hi guys,

I read a lot about this problem but i cant configure my network adapter. I use proxmox.

This is my addresses:

9b736b5c918f7d485f0b1d277282e5a6.png

I dont have installed NetworkManager, netctl or similar.

I cant set dhcpd to my adapter:

a2b8d2aef6f1bf0e9183d543c603a1da.png

I dont have sudo command.

Offline

#2 2020-04-13 16:28:41

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 77,860

Re: No internet after fresh install

a) please replace the oversized images w/ links (200x200 image max)
b) don't post images of text, post text
c) Can you just start dhcpcd?

type dhcpcd; pacman -Qi dhcpcd

d) *cough*

I use proxmox.

Offline

#3 2020-04-13 16:30:55

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 9,003
Website

Re: No internet after fresh install

So did you install the dhcpcd package with pacstrap or while you were in the chroot environment when installing the system? The error message suggests not.

If not then you can load up the Arch ISO image, mount your partition(s) and use the pacstrap command to install it, just as you did when installing the base metapackage. Or use the ip command to assign static addresses instead.

EDIT: too slow...

Last edited by Head_on_a_Stick (2020-04-13 16:31:21)


Jin, Jîyan, Azadî

Offline

#4 2020-04-13 16:36:59

50l3r
Member
Registered: 2020-04-13
Posts: 3

Re: No internet after fresh install

seth wrote:

a) please replace the oversized images w/ links (200x200 image max)
b) don't post images of text, post text
c) Can you just start dhcpcd?

type dhcpcd; pacman -Qi dhcpcd

d) *cough*

I use proxmox.

Sorry, but i cant copy all console output connected to vnc console and i dont have ssh access.

type dhcpcd; pacman -Qi dhcpcd

Output:

-bash: type: dhcpd: not found
error: package 'dhcpd' not found

I use my VM Proxmox server for test Archlinux. This is my first install and i testing in a controlled environment.

I'l try to boot from iso, mount /dev/sda and install

Offline

#5 2020-04-13 17:09:55

50l3r
Member
Registered: 2020-04-13
Posts: 3

Re: No internet after fresh install

Head_on_a_Stick wrote:

So did you install the dhcpcd package with pacstrap or while you were in the chroot environment when installing the system? The error message suggests not.

If not then you can load up the Arch ISO image, mount your partition(s) and use the pacstrap command to install it, just as you did when installing the base metapackage. Or use the ip command to assign static addresses instead.

EDIT: too slow...

Post my solution:

As you say @Head_on_a_Stick  i loaded the iso file and...

- mount /dev/sda1 /mnt
- pacstrap /mnt networkmanager
- exit
- reboot

Change the boot priority, boot from hdd and enable networkmanager with

systemctl enable NetworkManager && systemctl start NetworkManager

I executed

nmtui

and configured the connection. All systems online ^^

Much thanks for your help @seth & @Head_on_a_Stick

Offline

Board footer

Powered by FluxBB