Changes between Version 8 and Version 9 of NikySandbox/TridentCommTut


Ignore:
Timestamp:
04/19/12 08:40:30 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NikySandbox/TridentCommTut

    v8 v9  
    290290}}}
    291291
    292 
    293 == 3b. Ping Server ==
     292== 3b. Run Layer 2 Ping ==
     293From VMUT try to ping PCUT. First we will need to figure out the MAC address of PCUT. We can find the MAC address the same way as the IP addresses byt checking the information on the link.
     294You will need to use the ethernet type that is given in your account slip.
     295Run :
     296{{{
     297cd pingPlus
     298sudo ./pingPlus <MAC_ADDRESS> <INTERFACE_NAME> <ETH_TYPE>
     299}}}
     300
     301The result should look like :
     302{{{
     303[inki@VMUT ~/pingPlus]$ sudo ./pingPlus 00:24:E8:7A:97:DD eth419 10000
     304audit_log_user_command(): Connection refused
     305RQ:'9561+2063' to 0:24:e8:7a:97:dd.
     306RL:9561+2063=11624 from 0:24:e8:7a:97:dd.
     307}}}
     308
    294309== 3c. Enable Layer 2 forwarding at PC@Utah ==
    295310