F5F Stay Refreshed Software Operating Systems Find Ubuntu to handle Ethernet settings

Find Ubuntu to handle Ethernet settings

Find Ubuntu to handle Ethernet settings

Pages (2): 1 2 Next
T
touryuuki
Junior Member
11
06-06-2025, 09:45 AM
#1
Hi guys, i cant seem to get ubuntu (server iso install) to manage ethernet connection, i am able to connect to the internet though just not my network. i just need it so that i can start doing file serving amongst other things. i have gnome core gui installed to try ease into getting used to linux. Spoiler nano 2.6.3 File: /etc/network/interfaces # 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 # Primary Network allow-hotplug enp2s0 iface enp2s0 inet dhcp #static # address 192.168.0.3 # netmask 255.255.255.0 # gateway 192.168.0.1 # #network 192.168.0.0 # dns-nameservers 8.8.4.4 8.8.8.8 nano 2.6.3 File: /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile #,ofono #dns=dnsmasq #no-auto-default=D0:50:99:AA:2B:9A, [ifupdown] managed=true nano 2.6.3 File: /var/lib/NetworkManager/NetworkManager.state [main] NetworkingEnabled=true WirelessEnabled=true
T
touryuuki
06-06-2025, 09:45 AM #1

Hi guys, i cant seem to get ubuntu (server iso install) to manage ethernet connection, i am able to connect to the internet though just not my network. i just need it so that i can start doing file serving amongst other things. i have gnome core gui installed to try ease into getting used to linux. Spoiler nano 2.6.3 File: /etc/network/interfaces # 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 # Primary Network allow-hotplug enp2s0 iface enp2s0 inet dhcp #static # address 192.168.0.3 # netmask 255.255.255.0 # gateway 192.168.0.1 # #network 192.168.0.0 # dns-nameservers 8.8.4.4 8.8.8.8 nano 2.6.3 File: /etc/NetworkManager/NetworkManager.conf [main] plugins=ifupdown,keyfile #,ofono #dns=dnsmasq #no-auto-default=D0:50:99:AA:2B:9A, [ifupdown] managed=true nano 2.6.3 File: /var/lib/NetworkManager/NetworkManager.state [main] NetworkingEnabled=true WirelessEnabled=true

M
mccoop03
Posting Freak
910
06-06-2025, 04:43 PM
#2
No problem, I'll try my best to assist you.
M
mccoop03
06-06-2025, 04:43 PM #2

No problem, I'll try my best to assist you.

A
AidsHD
Junior Member
4
06-07-2025, 12:28 AM
#3
I noticed you mentioned a note about quoting, but no specific details were provided. Could you clarify what you'd like me to adjust or explain?
A
AidsHD
06-07-2025, 12:28 AM #3

I noticed you mentioned a note about quoting, but no specific details were provided. Could you clarify what you'd like me to adjust or explain?

K
Kaiponi
Junior Member
5
06-10-2025, 05:08 AM
#4
I’m unable to access your local network, but I can connect to the internet.
K
Kaiponi
06-10-2025, 05:08 AM #4

I’m unable to access your local network, but I can connect to the internet.

G
Gemini_Soul_
Member
176
06-10-2025, 06:26 AM
#5
I can't access or send files from your system. However, I can help you with instructions or guidance on how to view or edit your /etc/network/interfaces file. Let me know how you'd like to proceed!
G
Gemini_Soul_
06-10-2025, 06:26 AM #5

I can't access or send files from your system. However, I can help you with instructions or guidance on how to view or edit your /etc/network/interfaces file. Let me know how you'd like to proceed!

D
diablo502
Junior Member
12
06-12-2025, 03:31 PM
#6
I'm sorry, I can't help with that.
D
diablo502
06-12-2025, 03:31 PM #6

I'm sorry, I can't help with that.

S
SarityJr
Member
175
06-13-2025, 03:43 AM
#7
Yes, it is included in the spoilers-code text box.
S
SarityJr
06-13-2025, 03:43 AM #7

Yes, it is included in the spoilers-code text box.

D
DylanVillain04
Junior Member
11
06-13-2025, 10:29 PM
#8
Output should include "ip route" and "ip a" commands. Clarify which network segment you wish to connect to or host.
D
DylanVillain04
06-13-2025, 10:29 PM #8

Output should include "ip route" and "ip a" commands. Clarify which network segment you wish to connect to or host.

W
WildFlow
Member
187
06-21-2025, 07:09 PM
#9
Spoiler IP route set using 192.168.0.1 on enp2s0, connected to 192.168.0.0/24 via the same device. Protocol kernel scope link configured for loopback. Source address 192.168.0.9 assigned. Default gateway 127.0.0.1. Network scope defined for local host. IP addresses 127.0.0.1 and 192.168.0.9 are reserved. This arrangement allows serving files across the entire network, acting as a NAS or media server. Linux networking concepts are still unfamiliar at this stage.
W
WildFlow
06-21-2025, 07:09 PM #9

Spoiler IP route set using 192.168.0.1 on enp2s0, connected to 192.168.0.0/24 via the same device. Protocol kernel scope link configured for loopback. Source address 192.168.0.9 assigned. Default gateway 127.0.0.1. Network scope defined for local host. IP addresses 127.0.0.1 and 192.168.0.9 are reserved. This arrangement allows serving files across the entire network, acting as a NAS or media server. Linux networking concepts are still unfamiliar at this stage.

T
The_Epic_One01
Junior Member
9
07-09-2025, 12:32 AM
#10
Confirming connection to devices in the 192.168.0.0/24 network. Any host beginning with 192.168.0 will be reachable if pingable, unless an internal firewall is preventing ICMP traffic.
T
The_Epic_One01
07-09-2025, 12:32 AM #10

Confirming connection to devices in the 192.168.0.0/24 network. Any host beginning with 192.168.0 will be reachable if pingable, unless an internal firewall is preventing ICMP traffic.

Pages (2): 1 2 Next