Accessing a Linux Server via SSH
-
Not a big deal but for some reason instead of eth0, which is what I am used to, my NIC is showing as eno16777984. Why would that be?
-
Also, what is the reasoning behind doing away with ifconfig in favor of ip addr?
-
@wrx7m said:
Not a big deal but for some reason instead of eth0, which is what I am used to, my NIC is showing as eno16777984. Why would that be?
That's pretty weird. What platform are you on?
-
@scottalanmiller Using VMware/ESXi 6
-
@wrx7m said:
@scottalanmiller Using VMware/ESXi 6
VMware isn't Linux based (anymore.)
Also, CentOS7/RedHat have changed the naming scheme on network adapters. @scottalanmiller is keeping to basics in this series for now tho, so I don't think we want to cause all sorts of confusion (yet.)
-
@travisdh1 said:
@wrx7m said:
@scottalanmiller Using VMware/ESXi 6
VMware isn't Linux based (anymore.)
That has nothing to do with the guest OS directly. It is more about which virtual adapter type you pick when setting up the VM.
Also, CentOS7/RedHat have changed the naming scheme on network adapters.
All of my Hyper-V ones are
eth0
, while my VMWare 5.5 ones areensXX
-
@JaredBusch said:
@travisdh1 said:
@wrx7m said:
@scottalanmiller Using VMware/ESXi 6
VMware isn't Linux based (anymore.)
That has nothing to do with the guest OS directly. It is more about which virtual adapter type you pick when setting up the VM.
Also, CentOS7/RedHat have changed the naming scheme on network adapters.
All of my Hyper-V ones are
eth0
, while my VMWare 5.5 ones areensXX
I have two on XenServer one is eth0 and one is ensXX. Not sure what that would be.
-
Is there any reason that my VM is not providing an ip on the 2nd option? I see in your screenshot the lo and eth0 but when my VM is showing the info after inputting ip addr I get only the lo information. There is no ip address showing up for me to work with.
-
Do you have a network adapter? Is it enabled?
-
It would appear so. Sorry but I'm a little new to this stuff. I see the connect network adapter choice in the network menu and it is selected. That being said any of the options (NAT, Bridged Adapter, etc.) I choose don't seem to connect.
-
@rfindley Is this CentOS? I think you forget to enabled the adapter. It's a common mistake
-
Yes it is. I certainly may have missed that
-
-
Did that get you up and running?
-
Boy once I reconfigured the right click in PUTTY it was so much easier to use.
-
@BRRABill said in Accessing a Linux Server via SSH:
Boy once I reconfigured the right click in PUTTY it was so much easier to use.
if you use it all of the time, I think that the default behaviour is really nice. It is So fast.
-
@scottalanmiller said
if you use it all of the time, I think that the default behaviour is really nice. It is So fast.
But I am constantly copying stuff, and the default is to copy and paste and hit return.
-
@BRRABill said in Accessing a Linux Server via SSH:
@scottalanmiller said
if you use it all of the time, I think that the default behaviour is really nice. It is So fast.
But I am constantly copying stuff, and the default is to copy and paste and hit return.
The default of what is to copy, paste and hit return?
-
@scottalanmiller said
The default of what is to copy, paste and hit return?
PUTTY.
Be default when you right click something to copy, it copies it and pastes it and then hits return.
I guess perhaps just highlighting it copies it? I like the Windows method.
-
@BRRABill said in Accessing a Linux Server via SSH:
@scottalanmiller said
The default of what is to copy, paste and hit return?
PUTTY.
Be default when you right click something to copy, it copies it and pastes it and then hits return.
I guess perhaps just highlighting it copies it? I like the Windows method.
When using Linux/UNIX, if what you have copied includes a carriage return, it will paste in the carriage return. Can be annoying to get exactly what you want to copy at times, which is why you should learn to hold shift and arrow keys to get just what you want.
I got so used to the middle mouse button copying what was highlighted, I was kinda lost for the years between using IRIX everyday and the clickable scroll wheel appearing.