HP Xw460c Remote Graphics Software 4.2.0 User Guide - Page 128

Use Traceroute or

Page 128 highlights

HP Remote Graphics 4.2.0 User's Guide On Linux systems, there are two tools that can be used (mii-tool & ethtool) to configure networking. If the mii-tool does not work for a particular system, use ethtool. Do the following to get and set the network characteristics on Linux: To get the LAN characteristics for interface 0, as root, type: $ /sbin/mii-tool eth0 or $ /usr/local/sbin/ethtool eth0 To set the LAN characteristics for a 100 Mbit connection running fullduplex mode, as root, type: $ /sbin/mii-tool -F 100baseTx-FD or $ /usr/local/sbin/ethtool -s eth0 speed 100 duplex full autoneg off o Configuring the NIC on HP-UX On HP-UX systems, do the following to get and set the network characteristics: To get the LAN characteristics type: $ /usr/sbin/lanadmin -x 0 To set the LAN characteristics for a 100 Mbit connection running in fullduplex mode, as root type: $ /usr/sbin/lanadmin -X 100FD 0 Remote Graphics Software depends on low network latency and reasonably fast network bandwidth. There are several methods to test and measure the network bandwidth, latency, and the number of hops between Sender and Receiver computers: • Use the ping command to measure network latency. From a command prompt on Windows or a terminal window on UNIX, execute ping hostname. This will report the network latency. Note: Be sure the ping protocol (ICMP) is not blocked by a firewall. Windows can also be setup with IPSec filters - be sure there is no IPSec filter policy disabling ICMP traffic. • Use Traceroute or tracert to measure the network latency between two systems. Traceroute will report the number of hops it takes to get to a system in addition to the network latency. (Traceroute is available on Unix systems; tracert is available on Windows systems.) • Use ttcp to measure the network bandwidth. ttcp should be available here: http://www.pcausa.com/Utilities/pcattcp.htm 120

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155

HP Remote Graphics 4.2.0 User's Guide
120
On Linux systems, there are two tools that can be used (
mii-tool
&
ethtool
) to configure networking. If the
mii-tool
does not work for a
particular system, use
ethtool
. Do the following to get and set the
network characteristics on Linux:
To get the LAN characteristics for interface 0, as root, type:
$ /sbin/mii-tool eth0
or
$ /usr/local/sbin/ethtool eth0
To set the LAN characteristics for a 100
Mbit
connection running full-
duplex mode, as root, type:
$ /sbin/mii-tool -F 100baseTx-FD
or
$ /usr/local/sbin/ethtool -s eth0 speed 100 duplex
full autoneg off
o
Configuring the NIC on HP-UX
On HP-UX systems, do the following to get and set the network
characteristics:
To get the LAN characteristics type:
$ /usr/sbin/lanadmin -x 0
To set the LAN characteristics for a 100 Mbit connection running in full-
duplex mode, as root type:
$ /usr/sbin/lanadmin -X 100FD 0
Remote Graphics Software depends on low network latency and reasonably
fast network bandwidth.
There are several methods to test and measure the network bandwidth,
latency, and the number of hops between Sender and Receiver computers:
Use the
ping
command to measure network latency. From a command
prompt on Windows or a terminal window on UNIX, execute
ping
hostname
. This will report the network latency.
Note
: Be sure the ping protocol (ICMP) is not blocked by a firewall.
Windows can also be setup with IPSec filters - be sure there is no IPSec
filter policy disabling ICMP traffic.
Use Traceroute or
tracert
to measure the network latency between two
systems. Traceroute will report the number of hops it takes to get to a
system in addition to the network latency. (Traceroute is available on
Unix systems; tracert is available on Windows systems.)
Use
ttcp
to measure the network bandwidth. ttcp should be available
here: