Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/OpenFlowNetworkDevices/NAT


Ignore:
Timestamp:
09/19/15 06:53:24 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/OpenFlowNetworkDevices/NAT

    v3 v4  
    118118c. On `outside`, use `tcpdump` to check the packets it receives.
    119119{{{
    120 outside:~$ sudo tcpdump -i eth1
     120outside:~$ sudo tcpdump -i eth1 -n icmp
    121121}}}
    122122
    123 You should see it's receiving two groups of icmp packets, differentiated by icmp_id.
     123You should see it's receiving two groups of icmp packets, differentiated by id.
    124124
    125125= [.. Return to the main page] =