From 2f30196609c9ef1c7e0b03fc0f6a7a60c0c5526e Mon Sep 17 00:00:00 2001 From: Silvino Silva Date: Sun, 25 Sep 2016 01:03:53 +0100 Subject: network revision --- tools/network.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tools/network.html (limited to 'tools/network.html') diff --git a/tools/network.html b/tools/network.html new file mode 100644 index 0000000..5e4a481 --- /dev/null +++ b/tools/network.html @@ -0,0 +1,46 @@ + + + + + Network Tools + + + + Tools Index + +

Network Tools

+ +

Bridges

+ +

See /etc/rc.d/blan on + how to create interfaces at startup or as source to do it + in automatic way;

+ +
+        DEV="br0"
+        PHY="enp8s0"
+        
+ +
+        # ip link add name ${DEV} type bridge
+        # ip link set dev ${DEV} up
+        
+
+        # ip route flush dev ${PHY}
+        # ip addr flush dev ${PHY}
+        # ip link set dev ${PHY} master ${DEV}
+        
+ +
+        # ip addr add ${ADDR}/${MASK} dev ${DEV} broadcast +
+        
+ + Tools Index +

This is part of the c9 Manual. + Copyright (C) 2016 + c9 team. + See the file Gnu Free Documentation License + for copying conditions.

+ + + -- cgit 1.4.1-2-gfad0