Mesa connection issue
10 Jul 2020 03:21 #174182
by KaleD
Replied by KaleD on topic Mesa connection issue
Here are the files
Please Log in or Create an account to join the conversation.
10 Jul 2020 04:09 #174183
by PCW
Replied by PCW on topic Mesa connection issue
Try this:
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.10.10.100
netmask 255.255.255.0
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.10.10.100
netmask 255.255.255.0
Please Log in or Create an account to join the conversation.
10 Jul 2020 04:29 #174184
by KaleD
Replied by KaleD on topic Mesa connection issue
It's still giving the unreachable error
Attachments:
Please Log in or Create an account to join the conversation.
10 Jul 2020 05:03 #174186
by PCW
Replied by PCW on topic Mesa connection issue
looks like there's still an error in your interfaces file
What's in it now?
What's in it now?
Please Log in or Create an account to join the conversation.
10 Jul 2020 13:58 - 10 Jul 2020 14:01 #174207
by KaleD
Replied by KaleD on topic Mesa connection issue
Attachments:
Last edit: 10 Jul 2020 14:01 by KaleD.
Please Log in or Create an account to join the conversation.
10 Jul 2020 14:04 #174208
by PCW
Replied by PCW on topic Mesa connection issue
Maybe you forgot to edit it as root (with sudo)
(since that's your previous file edit)
(since that's your previous file edit)
Please Log in or Create an account to join the conversation.
10 Jul 2020 14:24 #174209
by KaleD
Replied by KaleD on topic Mesa connection issue
Ok, the /etc/network/interfaces.d/setup is edited as you instructed. But, I mistakenly edited the /etc/network/interfaces file. What should that file look like?
Still get the unreachable error.
Still get the unreachable error.
Please Log in or Create an account to join the conversation.
10 Jul 2020 14:36 - 10 Jul 2020 14:37 #174210
by PCW
Replied by PCW on topic Mesa connection issue
I dont think the setup file should be changed, its the interfaces file that should be changed
Here is my interfaces file:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 10.10.10.100
hardware-irq-coalesce-rx-usecs 0
Note that your Ethenet device name is eth0 not eno1 and you probably don't need the coalesce settings
so you should have something like:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.10.10.100
Here is my interfaces file:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet static
address 10.10.10.100
hardware-irq-coalesce-rx-usecs 0
Note that your Ethenet device name is eth0 not eno1 and you probably don't need the coalesce settings
so you should have something like:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.10.10.100
Last edit: 10 Jul 2020 14:37 by PCW.
Please Log in or Create an account to join the conversation.
10 Jul 2020 14:48 #174211
by KaleD
I have the same thing in the interface file. But,
netmask 255.255.255.0
at the bottom.
What should my setup file be?
Replied by KaleD on topic Mesa connection issue
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.10.10.100
I have the same thing in the interface file. But,
netmask 255.255.255.0
at the bottom.
What should my setup file be?
Please Log in or Create an account to join the conversation.
10 Jul 2020 14:54 #174214
by PCW
Replied by PCW on topic Mesa connection issue
On my system, the interfaces.d/ directory is empty
Can you copy your interfaces file here again? It may have a typo
Also note that the interfaces file only gets read when the link goes up or down
Can you copy your interfaces file here again? It may have a typo
Also note that the interfaces file only gets read when the link goes up or down
Please Log in or Create an account to join the conversation.
Moderators: cmorley
Time to create page: 0.131 seconds