Home | History | Annotate | Download | only in doc

Lines Matching refs:eth0

179 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent
180 to {\tt ip link ls dev eth0}.
387 kuznet@alisa:~ $ ip link ls eth0
388 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
402 (\verb|eth0|, \verb|sit0| etc.). The interface name is also
521 kuznet@alisa:~ $ ip -s link ls eth0
522 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
563 kuznet@alisa:~ $ ip -s -s link ls eth0
564 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
677 \item \verb|ip addr add 10.0.0.1/24 brd + dev eth0 label eth0:Alias|
680 \verb|255.255.255.0|), standard broadcast and label \verb|eth0:Alias|
681 to the interface \verb|eth0|.
700 \item Disable IP on the interface \verb|eth0|:
702 while ip -f inet addr del dev eth0; do
763 kuznet@alisa:~ $ ip addr ls eth0
764 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
766 inet 193.233.7.90/24 brd 193.233.7.255 scope global eth0
847 3: eth0 inet 10.10.7.7/16 brd 10.10.255.255 scope global eth0
935 \item \verb|ip neigh add 10.0.0.3 lladdr 0:0:0:0:0:1 dev eth0 nud perm|
937 --- add a permanent ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
939 \item \verb|ip neigh chg 10.0.0.3 dev eth0 nud reachable|
957 \item \verb|ip neigh del 10.0.0.3 dev eth0|
959 --- invalidate an ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
1014 fe80::200:cff:fe76:3f85 dev eth0 lladdr 00:00:0c:76:3f:85 router \
1017 193.233.7.254 dev eth0 lladdr 00:00:0c:76:3f:85 nud reachable
1018 193.233.7.85 dev eth0 lladdr 00:e0:1e:63:39:00 nud stale
1061 193.233.7.254 dev eth0 lladdr 00:00:0c:76:3f:85 ref 5 used 12/13/20 \
1098 193.233.7.254 dev eth0 lladdr 00:00:0c:76:3f:85 ref 5 used 12/13/20 \
1637 193.233.7.0/24 dev eth0 proto gated/conn scope link \
1647 193.233.7.82 from 193.233.7.82 dev eth0 src 193.233.7.65 \
1649 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1650 193.233.7.82 dev eth0 src 193.233.7.65 realms inr.ac
1796 dev eth0 metric 0
1799 dev eth0 metric 0
1802 dev eth0 metric 0
1894 193.233.7.82 dev eth0 src 193.233.7.65 realms inr.ac
1899 \item Find a route to forward packets arriving on \verb|eth0|
1902 kuznet@amber:~ $ ip r g 193.233.7.82 from 193.233.7.82 iif eth0
1903 193.233.7.82 from 193.233.7.82 dev eth0 src 193.233.7.65 \
1905 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1915 \item Find a multicast route for packets arriving on \verb|eth0|
1920 kuznet@amber:~ $ ip r g 224.2.127.254 from 193.233.7.82 iif eth0
1923 cache <mc> iif eth0 Oifs: eth1 pimreg
1942 193.233.7.98 via 193.233.7.254 dev eth0 src 193.233.7.90
1969 193.233.7.98 dev eth0 src 193.233.7.90
2434 (193.233.7.65, 224.66.66.66) Iif: eth0 Oifs: pimreg
2454 (193.233.7.65, 224.66.66.66) Iif: eth0 Oifs: pimreg
3068 \# \$2 --- Device name. If it is missing, \verb|eth0| is asssumed.\\
3073 : ${dev:=eth0}
3231 \# F.e. \verb|ifcfg eth0 193.233.7.90/24|