Search Results
| Search type | Search syntax |
|---|---|
| Tags | [tag] |
| Exact | "words here" |
| Author |
user:1234 user:me (yours) |
| Score |
score:3 (3+) score:0 (none) |
| Answers |
answers:3 (3+) answers:0 (none) isaccepted:yes hasaccepted:no inquestion:1234 |
| Views | views:250 |
| Code | code:"if (foo != bar)" |
| Sections |
title:apples body:"apples oranges" |
| URL | url:"*.example.com" |
| Saves | in:saves |
| Status |
closed:yes duplicate:no migrated:no wiki:no |
| Types |
is:question is:answer |
| Exclude |
-[tag] -apples |
| For more details on advanced search visit our help page | |
Results tagged with ip
Search options not deleted
user 1217495
The IP (internet protocol) is a protocol for transmitting data over packets ("datagrams"). It is the primary protocol of the Internet. "IP" may also refer to an IP address, the numerical address assigned to an IP-capable device.
0
votes
1
answer
115
views
Use ip command for the first time and the result is disastrous: Temporary failure in name re...
I have installed the packages ifupdown, iproute2 and macchanger
I consulted the below posts before I ask for help here:
iproute2 command to enable a IPv4 address
ip link set not assigning IP Address but … /bin/bash
sudo macchanger -r enxfe5953ed38a0
sudo cp /etc/network/script/home-lan /etc/network/interfaces.d
#sudo ifup enxfe5953ed38a0
sudo ip link set dev enxfe5953ed38a0 up
sudo ip address add 192.168.1.50 …
1
vote
Accepted
Why am I getting this message with USB-to-Ethernet adapter inside USB-C Hub: Temporary failu...
Thanks for your time and effort in trying to help me solve my issue.
I have managed to pinpoint the exact root cause.
The root cause is the package macchanger
Said package conflicts with my Ugreen's U …
2
votes
2
answers
99
views
Why am I getting this message with USB-to-Ethernet adapter inside USB-C Hub: Temporary failu...
In a terminal, I type:
ip a s
And Debian 12.11 is able to recognise the USB-to-Ethernet adapter inside the USB-C hub. … To confirm that the network interface, enx1234567, has been brought up, I type again:
ip a s
It said that the interface is up and running. …