Skip to content

Track net-tools command implementations #3

@nadzyah

Description

@nadzyah

This issue tracks the progress of reimplementing net-tools commands in Rust

  • hostname - Set or show the system's hostname (Add hostname command implemenation #1)
    • Basic get/set hostname
    • -d, --domain - DNS domain name
    • -F, --file - read hostname from file
    • -i, --ip-address - addresses for the hostname
    • -I, --all-ip-addresses - all IP addresses
    • -s, --short - short host name
    • -y, --yp, --nis - NIS/YP domainname
    • -v, --verbose - verbose output
    • -a, --alias - alias names (requires DNS lookup)
    • -f, --fqdn, --long - long host name (FQDN)
    • -b, --boot - set default hostname if none available
    • A, --all-fqdns - all long host names (FQDNs)
  • nameif - Rename network interfaces based on MAC addresses (nameif: add command implementation #2)
    • Basic functionality (config file and command-line pairs)
    • -c, --config-file - specify config file
    • -s, --syslog - use syslog for error messages
  • ifconfig - Configure network interface parameters
  • route - Show/manipulate the IP routing table
  • netstat - Print network connections, routing tables, interface statistics
  • arp - Manipulate the system ARP cache
  • ipmaddr - Add/delete/show multicast addresses
  • iptunnel - Add/change/delete/show IP tunnels
  • mii-tool - View/manipulate media-independent interface status
  • plipconfig - Configure PLIP device parameters
  • rarp - Manipulate the system RARP table
  • slattach - Attach network interface to serial line
  • dnsdomainname - Show DNS domain name (symlink to hostname)
  • domainname - Show/set NIS/YP domain name (symlink to hostname)
  • nisdomainname - Show/set NIS/YP domain name (symlink to hostname)
  • ypdomainname - Show/set NIS/YP domain name (symlink to hostname)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions