that one returns command not found the other version on the link returns the ~
When testing the equipment, I was using Windows and assigned static IP addresses to both my desktop and the device that now runs TrueNAS. This setup allowed me to achieve 10G speeds. Iām not very familiar with Linux, which is partly why I am trying this; I would like to learn. However, when testing equipment I purchased on eBay, I relied on what I already knew. So I know the hardware is capable itās just the configuration
okay let me figure out how to enable ssh on the server and try that way
Ahh ā¦ OOPZ
You were supposed to click on that url in the browser
Shows the comands for detecting the speed in linux.
BTW:
You should put sudo in front of that command
sudo ethtool <server nic name> | grep -i speed
I did
$ ethtool ens2f1 | less
returns ~
many many lines of ~ then (END)
and ethtool ens2f1 | grep -i speed
returns ZSH: command not found : ethtool
SSH I turned on and using putty
and logging in with my admin account returns No support authentication methods available (server sent: publickey)
1:
Use sudo in front of ethtool
2:
You have to allow password login for the user you are using for ssh.
3:
You can get a shell (command line) from GUI via
System Settings ā Shell
Thanks Im in through ssh
Speed: 1000Mb/s
Naughty linux ā¦ Thatās 1Gb
Try
sudo ethtool -s ens2f1 autoneg on speed 10000 duplex full
But remember if it FSCKās up ā¦ Youāll lose the net conn to the box.
Verify speed , by running the previous command (speed command)
No big deal this is a throwaway config just to get it right
nothing on here currently
yep not responsive anymore and the splash page is no longer present
What happens if you just āPull out the ether cableā wait 10 sec , and inserts
Does network come back ?
let me try the same thing happened when I tried directly in the GUI had to reset the network settings directly to get it back
Yeah didnāt come back and just reset the network interface and still
I think I need to reboot
I really appreciate your time Bingo600 thank you so much but Iām running out of time for today
When it comes up
What is the full output of
sudo ethtool ens2f1
And how are the quality of the ethernet cables ??
You could try to swap the cables on the Win & Server , to see if the 1GB follows the cable/switch-port
well it doesnāt work from the truenas cli shell and I canāt get back in via ssh
or the browser
Strange ā¦
That command should not affect the setup permanently ā¦
AKA ā¦ Reboot should clear it all.
Is your switch confused ā¦ Maybe Power reset it
the router might be but the switch is a dumb switch
okay I got the splash screen back