Network in Arch linux

More
18 May 2022 17:34 #243286 by isaac85
Hello guys.
Sorry i cannot get solution to my problem.
I have all software ready in my arch linux, but i cannot connect my mesa board 7i95.
i configured:
/etc/systemd/network/20-wired.network

[Match]
Name=en*

[Network]
Address=10.10.10.255/24
Gateway=10.10.10.1

But it is not working.
When i do a ping 10.10.10.1 not work, i tried 10.10.10.10 too, and 192.168.1.121
What i am doing bad?
Someone can help to me?

Thank you.

Please Log in or Create an account to join the conversation.

More
18 May 2022 18:16 #243289 by tommylight
Replied by tommylight on topic Network in Arch linux


[Network]
Address=10.10.10.255/24
Gateway=10.10.10.1

Address can not be 255.
It can be anything from 2 to 254, but NOT 10, and not 1 as it is used for gateways although it does work.

Please Log in or Create an account to join the conversation.

More
19 May 2022 16:31 #243349 by isaac85
Replied by isaac85 on topic Network in Arch linux
Thank's for repy!
I Get a solution and i want share it because someone can need this help.
I am trying run my linuxcnc in archlinux with mesa 7i95 board.

for get my connection with mesa board:

I have installed NetworkManager and net-tools

~ sudo pacman -S networkmanager net-tools

next you can use nmcli for see the devices that you have and the status.

~ nmcli device

In my case it will show my device eno2, type ethernet, state connecting (not connected)
so for connect it i need configure the ip

~ ip address add 10.10.10.10/24 dev eno2

next you can execute a ping for see it work now.

~ ping 10.10.10.10

I hope it help someone!!

Hugs!
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

More
20 May 2022 02:08 #243382 by rodw
Replied by rodw on topic Network in Arch linux
Looks like you are pinging the interface on your PC, NOT the Mesa card. Read what Tommy said...
The following user(s) said Thank You: tommylight

Please Log in or Create an account to join the conversation.

Time to create page: 0.125 seconds
Powered by Kunena Forum