91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Linux常用命令筆記---網絡管理

發布時間:2020-03-23 21:27:18 來源:網絡 閱讀:399 作者:s910501 欄目:網絡管理

 [root@szm X11]# cat /etc/sysconfig/network-scripts/ifcfg-eth0 

DEVICE=eth0
HWADDR=00:0c:29:1e:5e:57
NM_CONTROLLED=yes
ONBOOT=yes
BOOTPROTO=dhcp
TYPE=Ethernet
USERCTL=no
PEERDNS=yes
IPV6INIT=no
 IPADDR    NETMASK    HWADDR    TYPE(指定網絡類型)

 

 

[root@szm X11]# ifconfig --help

Usage:

  ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>]

  [add <address>[/<prefixlen>]]

  [del <address>[/<prefixlen>]]

  [[-]broadcast [<address>]]  [[-]pointopoint [<address>]]

  [netmask <address>]  [dstaddr <address>]  [tunnel <address>]

  [outfill <NN>] [keepalive <NN>]

  [hw <HW> <address>]  [metric <NN>]  [mtu <NN>]

  [[-]trailers]  [[-]arp]  [[-]allmulti]

  [multicast]  [[-]promisc]

  [mem_start <NN>]  [io_addr <NN>]  [irq <NN>]  [media <type>]

  [txqueuelen <NN>]

  [[-]dynamic]

  [up|down] ...

 

  <HW>=Hardware Type.

  List of possible hardware types:

    loop (Local Loopback) slip (Serial Line IP) cslip (VJ Serial Line IP) 

    slip6 (6-bit Serial Line IP) cslip6 (VJ 6-bit Serial Line IP) adaptive (Adaptive Serial Line IP) 

    strip (Metricom Starmode IP) ash (Ash) ether (Ethernet) 

    tr (16/4 Mbps Token Ring) tr (16/4 Mbps Token Ring (New)) ax25 (AMPR AX.25) 

    netrom (AMPR NET/ROM) rose (AMPR ROSE) tunnel (IPIP Tunnel) 

    ppp (Point-to-Point Protocol) hdlc ((Cisco)-HDLC) lapb (LAPB) 

    arcnet (ARCnet) dlci (Frame Relay DLCI) frad (Frame Relay Access Device) 

    sit (IPv6-in-IPv4) fddi (Fiber Distributed Data Interface) hippi (HIPPI) 

    irda (IrLAP) ec (Econet) x25 (generic X.25) 

    infiniband (InfiniBand) 

  <AF>=Address family. Default: inet

  List of possible address families:

    unix (UNIX Domain) inet (DARPA Internet) inet6 (IPv6) 

    ax25 (AMPR AX.25) netrom (AMPR NET/ROM) rose (AMPR ROSE) 

    ipx (Novell IPX) ddp (Appletalk DDP) ec (Econet) 

    ash (Ash) x25 (CCITT X.25) 

[root@szm X11]# 

[root@szm X11]# 

[root@szm X11]# ifdown eth0

Device state: 3 (disconnected)

[root@szm X11]# ifup eth0

Active connection state: activating

Active connection path: /org/freedesktop/NetworkManager/ActiveConnection/1

state: activated

Connection activated

 

[root@szm X11]# ip --help

Usage: ip [ OPTIONS ] OBJECT { COMMAND | help }

       ip [ -force ] -batch filename

where  OBJECT := { link | addr | addrlabel | route | rule | neigh | ntable |

                   tunnel | maddr | mroute | mrule | monitor | xfrm }

       OPTIONS := { -V[ersion] | -s[tatistics](詳細) | -d[etails] | -r[esolve] |

                    -f[amily](特定協議信息) { inet | inet6 | ipx | dnet | link } |

                    -o[neline] | -t[imestamp] | -b[atch] [filename] |

                    -rc[vbuf] [size]}

[root@szm X11]# 

[root@szm X11]# ethtool --help
 
-i  -driver   查看網卡驅動程序
-s  -change   調整網卡的功能,后面接網卡的工作模式
 
[root@szm X11]# ifconfig -a
eth0      Link encap:Ethernet  HWaddr 00:0C:29:1E:5E:57  
          inet addr:192.168.179.136  Bcast:192.168.179.255  Mask:255.255.255.0
          inet6 addr: fe80::20c:29ff:fe1e:5e57/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:9171 errors:0 dropped:0 overruns:0 frame:0
          TX packets:5585 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:12058919 (11.5 MiB)  TX bytes:381322 (372.3 KiB)
          Interrupt:18 Base address:0x2024 
 
lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:216 errors:0 dropped:0 overruns:0 frame:0
          TX packets:216 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:33535 (32.7 KiB)  TX bytes:33535 (32.7 KiB)
 
virbr0    Link encap:Ethernet  HWaddr 52:54:00:99:86:A0  
          inet addr:192.168.122.1  Bcast:192.168.122.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:27 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:0 (0.0 b)  TX bytes:3785 (3.6 KiB)
 
virbr0-nic Link encap:Ethernet  HWaddr 52:54:00:99:86:A0  
          BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:500 
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
 
[root@szm ~]# ifconfig eth0:2 192.168.179.222 netmask 255.255.255.0 up
[root@szm ~]# ifconfig eth0:2
eth0:2    Link encap:Ethernet  HWaddr 00:0C:29:1E:5E:57  
          inet addr:192.168.179.222  Bcast:192.168.179.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:18 Base address:0x2024 
 
[root@szm ~]# ping 192.168.179.222 -c1
PING 192.168.179.222 (192.168.179.222) 56(84) bytes of data.
64 bytes from 192.168.179.222: icmp_seq=1 ttl=64 time=1.86 ms
 
--- 192.168.179.222 ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 2ms
rtt min/avg/max/mdev = 1.863/1.863/1.863/0.000 ms
 
 
[root@szm ~]# ip addr show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN 
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host 
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 1000
    link/ether 00:0c:29:1e:5e:57 brd ff:ff:ff:ff:ff:ff
    inet 192.168.179.136/24 brd 192.168.179.255 scope global eth0
    inet 192.168.179.222/24 brd 192.168.179.255 scope global secondary eth0:2
    inet6 fe80::20c:29ff:fe1e:5e57/64 scope link 
       valid_lft forever preferred_lft forever
3: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN 
    link/ether 52:54:00:99:86:a0 brd ff:ff:ff:ff:ff:ff
    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0
4: virbr0-nic: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 500
    link/ether 52:54:00:99:86:a0 brd ff:ff:ff:ff:ff:ff
 
[root@szm ~]# ethtool eth0
Settings for eth0:
Supported ports: [ TP ]
Supported link modes:   1000baseT/Full 
Supported pause frame use: No
Supports auto-negotiation: No
Advertised link modes:  Not reported
Advertised pause frame use: No
Advertised auto-negotiation: No
Speed: 1000Mb/s
Duplex: Full
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
Auto-negotiation: off
MDI-X: Unknown
Link detected: yes
 
[root@szm network-scripts]# route --helo
route: unrecognized option '--helo'
Usage: route [-nNvee] [-FC] [<AF>]           List kernel routing tables
       route [-v] [-FC] {add|del|flush} ...  Modify routing table for AF.
 
       route {-h|--help} [<AF>]              Detailed usage syntax for specified AF.
       route {-V|--version}                  Display version/author and exit.
 
        -v, --verbose            be verbose
        -n, --numeric            don't resolve names
        -e, --extend             display other/more information
        -F, --fib                display Forwarding Information Base (default)
        -C, --cache              display routing cache instead of FIB
 
  <AF>=Use '-A <af>' or '--<af>'; default: inet
  List of possible address families (which support routing):
    inet (DARPA Internet) inet6 (IPv6) ax25 (AMPR AX.25) 
    netrom (AMPR NET/ROM) ipx (Novell IPX) ddp (Appletalk DDP) 
    x25 (CCITT X.25) 
 
[root@szm network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.179.0   0.0.0.0         255.255.255.0   U     1      0        0 eth0
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
0.0.0.0         192.168.179.2   0.0.0.0         UG    0      0        0 eth0
 
添加路由:
[root@szm network-scripts]# route add -net 192.168.179.0 netmask 255.255.255.0 gw 192.168.179.2
[root@szm network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.179.0   192.168.179.2   255.255.255.0   UG    0      0        0 eth0
192.168.179.0   0.0.0.0         255.255.255.0   U     1      0        0 eth0
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
0.0.0.0         192.168.179.2   0.0.0.0         UG    0      0        0 eth0
 
刪除默認網關:
[root@szm network-scripts]# route del default
[root@szm network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.179.0   192.168.179.2   255.255.255.0   UG    0      0        0 eth0
192.168.179.0   0.0.0.0         255.255.255.0   U     1      0        0 eth0
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
 
添加默認網關:
[root@szm network-scripts]# route add default gw 192.168.179.2
[root@szm network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.179.0   192.168.179.2   255.255.255.0   UG    0      0        0 eth0
192.168.179.0   0.0.0.0         255.255.255.0   U     1      0        0 eth0
192.168.122.0   0.0.0.0         255.255.255.0   U     0      0        0 virbr0
0.0.0.0         192.168.179.2   0.0.0.0         UG    0      0        0 eth0
 
DNS:
[root@szm network-scripts]# cat /etc/hosts
127.0.0.1 localhost.localdomain localhost
::1 szm localhost6.localdomain6 localhost6
 
[root@szm network-scripts]# hostname --help
Usage: hostname [-v] {hostname|-F file}      set hostname (from file)
       domainname [-v] {nisdomain|-F file}   set NIS domainname (from file)
       hostname [-v] [-d|-f|-s|-a|-i|-y|-A|-I]  display formatted name
       hostname [-v]                         display hostname
 
       hostname -V|--version|-h|--help       print info and exit
 
    dnsdomainname=hostname -d, {yp,nis,}domainname=hostname -y
 
    -s, --short           short host name
    -a, --alias           alias names
    -i, --ip-address      addresses for the hostname
    -I, --all-ip-addresses all addresses for the host
    -f, --fqdn, --long    long host name (FQDN)
    -A, --all-fqdns        all long host names (FQDNs)
    -d, --domain          DNS domain name
    -y, --yp, --nis       NIS/YP domainname
    -F, --file            read hostname or NIS domainname from given file
 
   This command can read or set the hostname or the NIS domainname. You can
   also read the DNS domain or the FQDN (fully qualified domain name).
   Unless you are using bind or NIS for host lookups you can change the
   FQDN (Fully Qualified Domain Name) and the DNS domain name (which is
   part of the FQDN) in the /etc/hosts file.
 
 
[root@szm network-scripts]# hostname -f
szm
[root@szm network-scripts]# hostname -s
szm
[root@szm network-scripts]# hostname -a
localhost6.localdomain6 localhost6
 
修改主機名:
[root@szm network-scripts]# hostname www.szmtest.com(一次修改)
[root@szm network-scripts]# hostname 
www.szmtest.com
 
[root@szm network-scripts]# cat /etc/sysconfig/network(永久生效)
HOSTNAME=szm
NETWORKING=yes
NISDOMAIN=qq
 
DNS解析服務器
[root@szm network-scripts]# cat /etc/resolv.conf 
# Generated by NetworkManager
domain localdomain
search localdomain-----------自動使用參數后面提供域名將主機別名補全為FQDN
nameserver 192.168.179.2-----最多可以指定三臺DNS服務器
 
驗證DNS工具:gethostip    host    dig   nslookup
[root@szm network-scripts]# gethostip localhost(配置文件/etc/nsswitch.conf)
會去查詢:/etc/hosts     /etc/resov.conf
localhost.localdomain 127.0.0.1 7F000001
 
[root@szm network-scripts]# host localhost
localhost.localdomain has address 127.0.0.1
 
[root@szm network-scripts]# host 192.168.179.132
132.179.168.192.in-addr.arpa domain name pointer bogon.
 
dig與nslookup命令只會查詢/etc/resolv.conf不會查詢/etc/hosts
 
[root@szm network-scripts]# nslookup www.baidu.com
Server: 192.168.179.2
Address: 192.168.179.2#53
 
Non-authoritative answer:
www.baidu.com canonical name = www.a.shifen.com.
Name: www.a.shifen.com
Address: 61.135.169.105
Name: www.a.shifen.com
Address: 61.135.169.125
 
網絡監控工具:tcpdump    netstat     wireshark
 
[root@szm network-scripts]# ping --help
ping: invalid option -- '-'
Usage: ping [-LRUbdfnqrvVaA] [-c count] [-i interval](時間間隔) [-w deadline]
            [-p pattern] [-s packetsize](大小) [-t ttl] [-I interface or address]
            [-M mtu discovery hint] [-S sndbuf]
            [ -T timestamp option ] [ -Q tos ] [hop1 ...] destination
 f:洪水***,以最快的速度發出回應請求,每個請求顯示一個“.”
[root@szm network-scripts]# tcpdump --help
tcpdump version 4.1-PRE-CVS_2012_03_26
libpcap version 1.0.0
Usage: tcpdump [-aAdDefIKlLnNOpqRStuUvxX] [ -B size ] [ -c count ]
[ -C file_size ] [ -E algo:secret ] [ -F file ] [ -G seconds ]
[ -i interface ] [ -M secret ] [ -r file ]
[ -s snaplen ] [ -T type ] [ -w file ] [ -W filecount ]
[ -y datalinktype ] [ -z command ] [ -Z user ]
[ expression ]

-e:顯示數據鏈接的包頭信息

-n:顯示主機的IP地址

-s:查看數據包的第一個Packetlen字節的信息

-v -vv -vvv:詳細、非常詳細地顯示數據包信息

-w:將過濾結果用進進制方式存儲在指定的文件內

-r:查看使用-w參數搜索過濾結果

 
[root@szm network-scripts]# authconfig-tui 
[root@szm network-scripts]# system-config-authentication
 
 
 
 
 
 
 
 
 

 

 

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

拉孜县| 图木舒克市| 宁河县| 突泉县| 南通市| 鄂尔多斯市| 大新县| 灌南县| 本溪市| 紫金县| 溧水县| 河间市| 德昌县| 五原县| 堆龙德庆县| 二手房| 奉节县| 昆山市| 东平县| 临洮县| 松原市| 五指山市| 井冈山市| 吐鲁番市| 体育| 宜君县| 皋兰县| 吉林市| 景德镇市| 浏阳市| 遂宁市| 米泉市| 若羌县| 隆化县| 定西市| 莆田市| 如皋市| 得荣县| 马尔康县| 云霄县| 临沧市|