From 088438fe6643dce4195e52452fe995c2608b0a48 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Wed, 15 Aug 2018 18:59:14 +0200 Subject: p2p setup --- ip-switch/ipecamera0.sh | 7 +++++++ ip-switch/ipecamera3.sh | 11 +++++++++++ ip-switch/ipecamera4.sh | 11 +++++++++++ ip-switch/ipecamera5.sh | 9 +++++++++ ip-switch/ipecamera6.sh | 8 ++++++++ 5 files changed, 46 insertions(+) create mode 100755 ip-switch/ipecamera0.sh create mode 100755 ip-switch/ipecamera3.sh create mode 100755 ip-switch/ipecamera4.sh create mode 100755 ip-switch/ipecamera5.sh create mode 100755 ip-switch/ipecamera6.sh (limited to 'ip-switch') diff --git a/ip-switch/ipecamera0.sh b/ip-switch/ipecamera0.sh new file mode 100755 index 0000000..d714f93 --- /dev/null +++ b/ip-switch/ipecamera0.sh @@ -0,0 +1,7 @@ +. functions.sh + +mlxconf eth + +ipset enp4s0 192.168.2.80 +ipset enp8s0 #192.168.2.90 +ipset enp9s0 #192.168.2.100 diff --git a/ip-switch/ipecamera3.sh b/ip-switch/ipecamera3.sh new file mode 100755 index 0000000..556e47f --- /dev/null +++ b/ip-switch/ipecamera3.sh @@ -0,0 +1,11 @@ +. functions.sh + +mlxconf eth + +ipset ens1 192.168.36.83 +ipset ens1d1 192.168.2.83 +ipset ens11 192.168.34.83 +ipset ens11d1 192.168.35.83 + +ipset enp6s0f0 #192.168.2.93 +ipset enp7s0f0 #192.168.2.103 diff --git a/ip-switch/ipecamera4.sh b/ip-switch/ipecamera4.sh new file mode 100755 index 0000000..1df99fb --- /dev/null +++ b/ip-switch/ipecamera4.sh @@ -0,0 +1,11 @@ +. functions.sh + +mlxconf eth + +ipset ens1 192.168.34.84 +ipset ens1d1 192.168.2.84 +ipset ens11 192.168.46.84 +ipset ens11d1 192.168.45.84 +ipset enp6s0f0 #192.168.2.94 +ipset enp7s0f0 #192.168.2.104 + diff --git a/ip-switch/ipecamera5.sh b/ip-switch/ipecamera5.sh new file mode 100755 index 0000000..8666ae5 --- /dev/null +++ b/ip-switch/ipecamera5.sh @@ -0,0 +1,9 @@ +. functions.sh + +mlxconf eth + +ipset enp6s0 192.168.2.85 +ipset enp9s0 #192.168.2.95 +ipset enp9s0d1 192.168.35.85 +ipset enp10s0 #192.168.2.105 +ipset enp10s0d1 192.168.45.85 diff --git a/ip-switch/ipecamera6.sh b/ip-switch/ipecamera6.sh new file mode 100755 index 0000000..aab025d --- /dev/null +++ b/ip-switch/ipecamera6.sh @@ -0,0 +1,8 @@ +. functions.sh + +mlxconf eth + +ipset enp5s0 192.168.36.86 +ipset enp5s0d1 192.168.2.86 +ipset enp10s0 192.168.46.86 +ipset enp10s0d1 #192.168.2.96 -- cgit v1.2.3