Public paste
Undefined
By: Guest | Date: Dec 3 2022 20:04 | Format: None | Expires: never | Size: 1.49 KB | Hits: 153

  1. root@freebnc:~# /sbin/ifconfig ens192:0 del
  2. Usage:
  3.   ifconfig [-a] [-v] [-s] <interface> [[<AF>] <address>]
  4.   [add <address>[/<prefixlen>]]
  5.   [del <address>[/<prefixlen>]]
  6.   [[-]broadcast [<address>]]  [[-]pointopoint [<address>]]
  7.   [netmask <address>]  [dstaddr <address>]  [tunnel <address>]
  8.   [outfill <NN>] [keepalive <NN>]
  9.   [hw <HW> <address>]  [mtu <NN>]
  10.   [[-]trailers]  [[-]arp]  [[-]allmulti]
  11.   [multicast]  [[-]promisc]
  12.   [mem_start <NN>]  [io_addr <NN>]  [irq <NN>]  [media <type>]
  13.   [txqueuelen <NN>]
  14.   [[-]dynamic]
  15.   [up|down] ...
  16.  
  17.   <HW>=Hardware Type.
  18.   List of possible hardware types:
  19.     loop (Local Loopback) slip (Serial Line IP) cslip (VJ Serial Line IP)
  20.     slip6 (6-bit Serial Line IP) cslip6 (VJ 6-bit Serial Line IP) adaptive (Adap        tive Serial Line IP)
  21.     ash (Ash) ether (Ethernet) ax25 (AMPR AX.25)
  22.     netrom (AMPR NET/ROM) rose (AMPR ROSE) tunnel (IPIP Tunnel)
  23.     ppp (Point-to-Point Protocol) hdlc ((Cisco)-HDLC) lapb (LAPB)
  24.     arcnet (ARCnet) dlci (Frame Relay DLCI) frad (Frame Relay Access Device)
  25.     sit (IPv6-in-IPv4) fddi (Fiber Distributed Data Interface) hippi (HIPPI)
  26.     irda (IrLAP) ec (Econet) x25 (generic X.25)
  27.     eui64 (Generic EUI-64)
  28.   <AF>=Address family. Default: inet
  29.   List of possible address families:
  30.     unix (UNIX Domain) inet (DARPA Internet) inet6 (IPv6)
  31.     ax25 (AMPR AX.25) netrom (AMPR NET/ROM) rose (AMPR ROSE)
  32.     ipx (Novell IPX) ddp (Appletalk DDP) ec (Econet)
  33.     ash (Ash) x25 (CCITT X.25)
  34. root@freebnc:~#
  35.