Skip to content

Commit

Permalink
few updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shreyakupadhyay committed Dec 5, 2017
1 parent 52ba8d4 commit 28edf29
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,15 @@ Deploying a Software defined network(SDN) on a physical hardware consisting rasp
1. Deploy SDN network on hardware using 6 host(3 raspberry pi and 3 ubuntu complaint system), neatgear L2 switch and SDN software components. This is [task 1](https://github.com/shreyakupadhyay/SDN-Project/blob/master/tasks/task1/NetworkSetup.md).
2. Performing network slicing using OpenVirtex and mininet. This is [task 2](https://github.com/shreyakupadhyay/SDN-Project/blob/master/tasks/task2/NetworkSlicing.md).
3. Deploying SDN virtual network according to the description provided above.
4. Installing various network functions such as Firewall as a Service(FWaaS) on the above sliced network inside mininet.
4. Installing various network functions such as Firewall as a Service(FWaaS) on the above sliced network inside mininet. This is [task 3](https://github.com/shreyakupadhyay/SDN-Datacenter/tree/master/tasks/task3).

### Project Documentation:

1. [Network topology](https://github.com/shreyakupadhyay/SDN-Project/blob/master/tasks/task1/Topology.md) deployed using SDN on physical hardware.
2. Procedure followed for various tasks:</br >
a. For [task 1](https://github.com/shreyakupadhyay/SDN-Project/blob/master/tasks/task1/NetworkSetup.md). </br >
b. For [task 2](https://github.com/shreyakupadhyay/SDN-Project/blob/master/tasks/task2/NetworkSlicing.md). </br >
c. For [task 3](https://github.com/shreyakupadhyay/SDN-Datacenter/tree/master/tasks/task3). </br >


### Few references to working VM images for SDN softwares:
Expand Down
4 changes: 2 additions & 2 deletions tasks/task3/firewall.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ To run the firewall as a service some requirements needs to be satisfied.
$ sudo pip install requests
```

To run the script use [firewall_as_service.py]
To run the script use [step3_firewall_as_service.py](https://github.com/shreyakupadhyay/SDN-Datacenter/blob/master/scripts/step3_firewall_as_service.py)
```
$ python firewall_as_service.py
$ python step3_firewall_as_service.py
```

0 comments on commit 28edf29

Please sign in to comment.