F5F Stay Refreshed Software Operating Systems Not found in the system.

Not found in the system.

Not found in the system.

C
CrazyBessyCat
Posting Freak
912
07-22-2025, 08:10 PM
#1
Today I started my R710 with Ubuntu Server and had to adjust the ports for my Gmod server. I used the ifconfig command but it didn’t show up at all. I’m really confused and a bit anxious. Thanks, Liam.
C
CrazyBessyCat
07-22-2025, 08:10 PM #1

Today I started my R710 with Ubuntu Server and had to adjust the ports for my Gmod server. I used the ifconfig command but it didn’t show up at all. I’m really confused and a bit anxious. Thanks, Liam.

D
DeanIsGod
Member
62
07-24-2025, 07:16 AM
#2
It shows the current IP address configuration for your system.
D
DeanIsGod
07-24-2025, 07:16 AM #2

It shows the current IP address configuration for your system.

J
Jok
Junior Member
9
07-31-2025, 05:33 AM
#3
The issue isn't just about missing IPv4; it's about lacking other network connections. You only have a loopback interface, which is necessary but insufficient. Ensure the adapters are enabled in the BIOS and that cables are correctly connected—usually you should see lights near the port if the connection is active. @koen__2000 This won't help if there aren't any network interfaces available.
J
Jok
07-31-2025, 05:33 AM #3

The issue isn't just about missing IPv4; it's about lacking other network connections. You only have a loopback interface, which is necessary but insufficient. Ensure the adapters are enabled in the BIOS and that cables are correctly connected—usually you should see lights near the port if the connection is active. @koen__2000 This won't help if there aren't any network interfaces available.

O
oliseli123
Member
59
07-31-2025, 07:21 AM
#4
I made an error with the interfaces file, but there might be a way to revert it to its original state.
O
oliseli123
07-31-2025, 07:21 AM #4

I made an error with the interfaces file, but there might be a way to revert it to its original state.

G
gvn12345678
Member
242
07-31-2025, 01:45 PM
#5
Identify the interface names next, then confirm. I don’t have Ubuntu systems nearby, but using "ifconfig -a" or "cat /proc/net/dev" could assist in locating them. # The loopback network interface is set to auto lo eth0 and it’s labeled as inet loopback. # The main network interface is eth0 with dhcp assigned. This configuration is defined in /etc/network/interfaces. Swap eth0 with any interfaces you have.
G
gvn12345678
07-31-2025, 01:45 PM #5

Identify the interface names next, then confirm. I don’t have Ubuntu systems nearby, but using "ifconfig -a" or "cat /proc/net/dev" could assist in locating them. # The loopback network interface is set to auto lo eth0 and it’s labeled as inet loopback. # The main network interface is eth0 with dhcp assigned. This configuration is defined in /etc/network/interfaces. Swap eth0 with any interfaces you have.

C
Cakeblastermax
Junior Member
15
08-02-2025, 03:51 AM
#6
You have four network interfaces: eno1 through eno4. You're considering setting up DHCP for each one. The commands you mentioned would configure them individually using DHCP interfaces.
C
Cakeblastermax
08-02-2025, 03:51 AM #6

You have four network interfaces: eno1 through eno4. You're considering setting up DHCP for each one. The commands you mentioned would configure them individually using DHCP interfaces.

O
ooMrHappyoo
Junior Member
1
08-03-2025, 10:34 PM
#7
Fixed it.
O
ooMrHappyoo
08-03-2025, 10:34 PM #7

Fixed it.

P
PiggSpawner
Member
113
08-05-2025, 12:42 PM
#8
They missed the IP address in between, but thank you for correcting it.
P
PiggSpawner
08-05-2025, 12:42 PM #8

They missed the IP address in between, but thank you for correcting it.