Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
pim_dm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
pim_dm
Commits
c04581c3
Commit
c04581c3
authored
Feb 06, 2018
by
Pedro Oliveira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
netkit filesystem now includes python3 and python3-pip
parent
0e03b567
Changes
12
Hide whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
12 additions
and
12 deletions
+12
-12
emulation/client0.startup
emulation/client0.startup
+1
-1
emulation/client1.startup
emulation/client1.startup
+1
-1
emulation/client2.startup
emulation/client2.startup
+1
-1
emulation/router1.startup
emulation/router1.startup
+1
-1
emulation/router2.startup
emulation/router2.startup
+1
-1
emulation/router3.startup
emulation/router3.startup
+1
-1
emulation/router4.startup
emulation/router4.startup
+1
-1
emulation/router5.startup
emulation/router5.startup
+1
-1
emulation/router6.startup
emulation/router6.startup
+1
-1
emulation/source.startup
emulation/source.startup
+1
-1
emulation/switch1.startup
emulation/switch1.startup
+1
-1
script.sh
script.sh
+1
-1
No files found.
emulation/client0.startup
View file @
c04581c3
...
...
@@ -4,6 +4,6 @@ ip link set dev eth0 up
#default route para obter conectividade internet
ip route add 0.0.0.0/0 via 10.6.6.5
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/client1.startup
View file @
c04581c3
...
...
@@ -4,6 +4,6 @@ ip link set dev eth0 up
#default route para obter conectividade internet
ip route add 0.0.0.0/0 via 10.7.7.6
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/client2.startup
View file @
c04581c3
...
...
@@ -4,6 +4,6 @@ ip link set dev eth0 up
#default route para obter conectividade internet
ip route add 0.0.0.0/0 via 10.5.5.2
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/router1.startup
View file @
c04581c3
...
...
@@ -14,6 +14,6 @@ iptables -t nat -A POSTROUTING -s 0.0.0.0/0 -o eth4 -j MASQUERADE
# Zebra and OSPF
/etc/init.d/quagga restart
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/router2.startup
View file @
c04581c3
...
...
@@ -18,5 +18,5 @@ done
# install python
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/router3.startup
View file @
c04581c3
...
...
@@ -18,5 +18,5 @@ done
# install python
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/router4.startup
View file @
c04581c3
...
...
@@ -19,5 +19,5 @@ done
# install python
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/router5.startup
View file @
c04581c3
...
...
@@ -18,5 +18,5 @@ done
# install python
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/router6.startup
View file @
c04581c3
...
...
@@ -18,5 +18,5 @@ done
# install python
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/source.startup
View file @
c04581c3
...
...
@@ -4,6 +4,6 @@ ip link set dev eth0 up
#default route para obter conectividade internet
ip route add 0.0.0.0/0 via 10.1.1.1
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
emulation/switch1.startup
View file @
c04581c3
...
...
@@ -18,7 +18,7 @@ ip addr add dev br0 10.5.5.7/24
ip route add 0.0.0.0/0 via 10.5.5.2
# install python
apt-get update && apt-get --assume-yes install python3 python3-pip
#
apt-get update && apt-get --assume-yes install python3 python3-pip
# identify ports with routers (they need to receive all multicast traffic!)
echo "2" > /sys/devices/virtual/net/br0/brif/eth0/multicast_router
...
...
script.sh
View file @
c04581c3
...
...
@@ -3,7 +3,7 @@
if
[
!
-d
"netkit-ng"
]
;
then
# se pasta netkit-ng nao existir descomprimir ficheiros
wget
-nc
https://github.com/netkit-ng/netkit-ng-core/releases/download/3.0.4/netkit-ng-core-32-3.0.4.tar.bz2
wget
-nc
https://
github.com/netkit-ng/netkit-ng-build/releases/download/0.1.3
/netkit-ng-filesystem-i386-F7.0-0.1.3.tar.bz2
wget
-nc
https://
web.ist.utl.pt/~ist177956/netkit
/netkit-ng-filesystem-i386-F7.0-0.1.3.tar.bz2
wget
-nc
https://github.com/netkit-ng/netkit-ng-build/releases/download/0.1.3/netkit-ng-kernel-i386-K3.2-0.1.3.tar.bz2
tar
-xjSf
netkit-ng-core-32-3.0.4.tar.bz2
tar
-xjSf
netkit-ng-filesystem-i386-F7.0-0.1.3.tar.bz2
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment