Display GeoIP information.
Description
Display status of GeoIP database and perform manual lookups.Usage
geoipDisplay statistics.
geoip -filters [-num=<n>]Display filter information.
geoip -statusDisplay statistics.
geoip -query <IPAddress>Lookup IP address to GeoIP location.
Options
Ping host.
Description
Sends one or more ICMP ECHO, TCP SYN or UDP datagrams to the specified IP address of a host. All datagrams are sent preloaded-style (all at once).The data size -length given is the ICMP or UDP data size.
1472 bytes of ICMP data results in a 1500-byte IP datagram (1514 bytes ethernet).
Usage
ping [<String>] [-srcif=<interface>] [-srcip=<ip address>]
[-pbr=<table>] [-count=<1...10>] [-length=<2...8192>]
[-port=<0...65535>] [-srcport=<0...65535>] [-udp] [-tcp]
[-tos=<0...255>] [-verbose] [-6]
Options
Trace route.
Description
Print the route packets take to a network host.Usage
traceroute <host> [-starthop=<1...255>] [-maxhops=<1...255>]
[-timeout=<1...60000>] [-count=<1...10>]
[-size=<0...32768>] [-pbr=<table>] [-srcip=<ip address>]
[-noresolve] [-nodelay] [-6] Trace using ICMP.traceroute -tcp <host> [-port=<1...65535>] [-starthop=<1...255>]
[-maxhops=<1...255>] [-timeout=<1...60000>]
[-count=<1...10>] [-pbr=<table>] [-srcip=<ip address>]
[-noresolve] [-nodelay] [-6] Trace using TCP.traceroute -udp <host> [-port=<1...65535>] [-starthop=<1...255>]
[-maxhops=<1...255>] [-timeout=<1...60000>]
[-count=<1...10>] [-size=<0...32768>] [-pbr=<table>]
[-srcip=<ip address>] [-noresolve] [-nodelay] [-6] Trace using UDP.traceroute -stopStop trace.
Options