Difference between ‘ifconfig’ and ‘ip’ commands
I read some articles/tutorials on ‘ifconfig’ command, most of them included a common statement –
I read some articles/tutorials on ‘ifconfig’ command, most of them included a common statement –
I have a fully encrypted server running Debian 7 and have set up dropbear and busybox to unlock the LUKS container via SSH (as described in this tutorial and in this U&L answer).
I use the ‘tap’ net device with KVM to get my vm connect to the Internet. But I have to be root, or use ‘sudo’, which is inconvenient. I think I can put my user account into some group so I can access the net device without root privilege. I tried the netdev group, but does not work. My account is already in the kvm group.
I would like to do 2 things:
My situation is that I want all my outgoing connections from my Debian server to pass through a commercial VPN service I’ve subscribed to, but I still want to run public-accessible services on this server, and not have them pass through the VPN.
I’m using Linux CentOS 7 Server and I already installed OpenVPN and NordVPN servers which I use to connect my Linux to.
I was reading about RHEL 8, and this statement is made:
Using Fedora or Ubuntu for the host with firewalls turned off on each side (vbox guest&host), what do I have to do to reach the guest machine using a NAT interface just like it would be with a bridged interface? (Only from the vbox host!)
I have a list of hosts in the network providing shares via SAMBA. How can I determine either IP address or the host name of one particular host, e.g. the one with the name “SASAK02”.
In Linux, is there any difference between after-ip link down-condition and real link absence (e.g. the switch’s port burned down, or someone tripped over a wire).
By difference I mean some signs in the system that can be used to distinguish these two conditions.
E.g. will routing table be identical in these two cases? Will ethtool or something else show the same things? Is there some tool/utility which can distinguish these conditions?