Jump to content

Ethernet not working

Chris stanfield

My Ubuntu ssh server won't let me use a wired connection I have a dell optiplex 7040 sff running a minecraft sever with cash os and crafty controller. It lets me use wireless but I would like to use the wired connection.

Link to comment
Share on other sites

Link to post
Share on other sites

Are you connecting to the right IP address? IP addresses are per network adapter, not computer.

Link to comment
Share on other sites

Link to post
Share on other sites

4 hours ago, whispous said:

IP addresses are per network adapter, not computer

Add the ethernet IP address to your whitelist SSH

The answer to PC cooling is aircon. RGB sucks. Have you tried turning it off and on again

Adv Dip Computer Engineering  |  CCNA  |  ITIL  |  macOS Support Essentials  |  Security + |  Internal Cabling License  |  SAA-C03  |  RHCSA (studying)

 Level 2 Support full admin AD  |  IBM Server Build Technician  |  Various IT consulting work

The Hermit Build

Link to comment
Share on other sites

Link to post
Share on other sites

how do i do that i am new to linux

18 hours ago, Nuzicx said:

Add the ethernet IP address to your whitelist SSH

 

Link to comment
Share on other sites

Link to post
Share on other sites

Can you paste your results from command
ifconfig

 

Part of the output will tell you the IP address assigned to both your Wireless interface, and your Ethernet interface. Obviously, you'll want to be using the ethernet IP address.

Link to comment
Share on other sites

Link to post
Share on other sites

15 minutes ago, theeprohobo said:

Can you paste your results from command
ifconfig

 

Part of the output will tell you the IP address assigned to both your Wireless interface, and your Ethernet interface. Obviously, you'll want to be using the ethernet IP address.

is there a guide i can use

Link to comment
Share on other sites

Link to post
Share on other sites

2 hours ago, Chris stanfield said:

is there a guide i can use

You said you could SSH into the Ubuntu server, right? Run the command "ifconfig" on the server (without the quotes). You should be able to see the IP address assigned to both the ethernet interface and the wireless interface.

Link to comment
Share on other sites

Link to post
Share on other sites

this is what i see

flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet ---.---.--.--  netmask ---.---.---.-  broadcast ---.---.--.---
        inet6 fe80::e6b3:18ff:fe17:e7f1  prefixlen 64  scopeid 0x20<link>
        ether e4:b3:18:17:e7:f1  txqueuelen 1000  (Ethernet)
        RX packets 2405968  bytes 2073918405 (2.0 GB)
        RX errors 0  dropped 28347  overruns 0  frame 0
        TX packets 1272225  bytes 888495937 (888.4 MB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
 

Link to comment
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×