Home | History | Annotate | Download | only in doc

Lines Matching refs:eth0

144 for the {\tt ip link} command, so {\tt ip link ls eth0} is equivalent
145 to {\tt ip link ls dev eth0}.
352 kuznet@alisa:~ $ ip link ls eth0
353 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
367 (\verb|eth0|, \verb|sit0| etc.). The interface name is also
486 kuznet@alisa:~ $ ip -s link ls eth0
487 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
528 kuznet@alisa:~ $ ip -s -s link ls eth0
529 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
642 \item \verb|ip addr add 10.0.0.1/24 brd + dev eth0 label eth0:Alias|
645 \verb|255.255.255.0|), standard broadcast and label \verb|eth0:Alias|
646 to the interface \verb|eth0|.
665 \item Disable IP on the interface \verb|eth0|:
667 while ip -f inet addr del dev eth0; do
728 kuznet@alisa:~ $ ip addr ls eth0
729 3: eth0: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc cbq qlen 100
731 inet 193.233.7.90/24 brd 193.233.7.255 scope global eth0
812 3: eth0 inet 10.10.7.7/16 brd 10.10.255.255 scope global eth0
900 \item \verb|ip neigh add 10.0.0.3 lladdr 0:0:0:0:0:1 dev eth0 nud perm|
902 --- add a permanent ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
904 \item \verb|ip neigh chg 10.0.0.3 dev eth0 nud reachable|
922 \item \verb|ip neigh del 10.0.0.3 dev eth0|
924 --- invalidate an ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
979 fe80::200:cff:fe76:3f85 dev eth0 lladdr 00:00:0c:76:3f:85 router \
982 193.233.7.254 dev eth0 lladdr 00:00:0c:76:3f:85 nud reachable
983 193.233.7.85 dev eth0 lladdr 00:e0:1e:63:39:00 nud stale
1026 193.233.7.254 dev eth0 lladdr 00:00:0c:76:3f:85 ref 5 used 12/13/20 \
1063 193.233.7.254 dev eth0 lladdr 00:00:0c:76:3f:85 ref 5 used 12/13/20 \
1591 193.233.7.0/24 dev eth0 proto gated/conn scope link \
1601 193.233.7.82 from 193.233.7.82 dev eth0 src 193.233.7.65 \
1603 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1604 193.233.7.82 dev eth0 src 193.233.7.65 realms inr.ac
1715 dev eth0 metric 0
1718 dev eth0 metric 0
1721 dev eth0 metric 0
1813 193.233.7.82 dev eth0 src 193.233.7.65 realms inr.ac
1818 \item Find a route to forward packets arriving on \verb|eth0|
1821 kuznet@amber:~ $ ip r g 193.233.7.82 from 193.233.7.82 iif eth0
1822 193.233.7.82 from 193.233.7.82 dev eth0 src 193.233.7.65 \
1824 cache <src-direct,redirect> mtu 1500 rtt 300 iif eth0
1834 \item Find a multicast route for packets arriving on \verb|eth0|
1839 kuznet@amber:~ $ ip r g 224.2.127.254 from 193.233.7.82 iif eth0
1842 cache <mc> iif eth0 Oifs: eth1 pimreg
1861 193.233.7.98 via 193.233.7.254 dev eth0 src 193.233.7.90
1888 193.233.7.98 dev eth0 src 193.233.7.90
2317 (193.233.7.65, 224.66.66.66) Iif: eth0 Oifs: pimreg
2337 (193.233.7.65, 224.66.66.66) Iif: eth0 Oifs: pimreg
2949 \# \$2 --- Device name. If it is missing, \verb|eth0| is asssumed.\\
2954 : ${dev:=eth0}
3112 \# F.e. \verb|ifcfg eth0 193.233.7.90/24|