Find Ubuntu to handle Ethernet settings
Find Ubuntu to handle Ethernet settings
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
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!
Output should include "ip route" and "ip a" commands. Clarify which network segment you wish to connect to or host.
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.
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.