Difference between revisions of "Ip link"
Jump to navigation
Jump to search
(Redirected page to Ip) Tag: New redirect |
|||
(14 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | ||
+ | * <code>[[ip link]]</code> https://man7.org/linux/man-pages/man8/ip-link.8.html | ||
+ | |||
+ | |||
+ | |||
+ | * <code>[[ip link]]</code> | ||
+ | * <code>[[ip link show]]</code> or <code>[[ip link ls]]</code> | ||
+ | * <code>[[ip link add]]</code> | ||
+ | * <code>[[ip link delete]]</code> | ||
+ | * <code>[[ip link set]]</code> | ||
+ | |||
+ | |||
+ | == Examples == | ||
+ | * <code>[[ip link set]] dev eth0 [[mtu]] 9000</code> ([[Jumbo frames]]) | ||
+ | |||
+ | * <code>ip link delete dev wg0</code> | ||
+ | |||
+ | * <code>[[ip link delete]] [[tun0]]</code> | ||
+ | |||
+ | * <code>[[ip link add]] [[wg0]] type [[wireguard]]</code> | ||
+ | |||
+ | * <code>ip link set arp off dev eth0; ip link set arp on dev eth0</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{ip link}} | ||
+ | * {{ip}} | ||
+ | * {{Linux networking}} | ||
+ | |||
+ | |||
+ | [[Category:Networking]] |
Latest revision as of 13:52, 27 January 2022
Examples[edit]
ip link set dev eth0 mtu 9000
(Jumbo frames)
ip link delete dev wg0
ip link add wg0 type wireguard
ip link set arp off dev eth0; ip link set arp on dev eth0
See also[edit]
ip link
ip (command)
,ip link
,ip link show
,ip link add
,ip route
,ip link set
,ip address show
,public ip
- Linux networking: Consistent Network Device Naming (eth, ens), DPDK, Alias IP, bonding, Wlan0,
ip
[link, route]
,ifconfig
netstat
ss
lsof
ping
ethtool
mii-tool
arping
nmcli
(RHEL)route
networkctl
,netplan
,tc
Advertising: