Changes between Version 47 and Version 48 of GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning


Ignore:
Timestamp:
11/01/17 11:52:53 (6 years ago)
Author:
Nabeel Akhtar
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NFV/Ryu/HandlingIntrusionwithRyu-portscanning

    v47 v48  
    216216
    2172171. We need to first configure Snort so that we can use our rules, or snort’s build-in rules to detect the intrusion traffic.
    218 To configure Snort, in separate windows for VNF1 and VNF2, execute the following commands:
    219 
    220     - ''' cd ~ '''
    221     - ''' wget !https://raw.githubusercontent.com/akhtarnabeel/public/master/Snort/config_snort.sh '''
     218To configure Snort, in separate windows for VNF1 and VNF2, execute the following commands
     219
     220For VNF1:
     221    - ''' cd ~/VNF1/SnortSetup '''
     222    - ''' chmod 755 config_snort.sh '''
     223    - ''' ./config_snort.sh '''
     224
     225For VNF2:
     226    - ''' cd ~/VNF2/SnortSetup '''
    222227    - ''' chmod 755 config_snort.sh '''
    223228    - ''' ./config_snort.sh '''