diff options
-rwxr-xr-x | ip/ipecamera3.sh | 15 | ||||
-rwxr-xr-x | ip/ipecamera4.sh | 10 | ||||
-rwxr-xr-x | ip/ipecamera5.sh | 9 | ||||
-rwxr-xr-x | ip/ipecamera6.sh | 6 |
4 files changed, 24 insertions, 16 deletions
diff --git a/ip/ipecamera3.sh b/ip/ipecamera3.sh index ceb78b6..070d496 100755 --- a/ip/ipecamera3.sh +++ b/ip/ipecamera3.sh @@ -2,11 +2,10 @@ mlxconf eth -ipset ens1 #192.168.61.83 -ipset ens1d1 #192.168.2.93 -ipset ens11 192.168.41.83 -ipset ens11d1 192.168.2.83 -ipset enp6s0 #192.168.62.83 -ipset enp6s0d1 #192.168.2.103 -ipset enp7s0 #192.168.42.83 -ipset enp7s0d1 #192.168.2.113 +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 enp6s0 #192.168.2.93 +ipset enp7s0 #192.168.2.103 diff --git a/ip/ipecamera4.sh b/ip/ipecamera4.sh index a0d2d7e..81b1e18 100755 --- a/ip/ipecamera4.sh +++ b/ip/ipecamera4.sh @@ -2,10 +2,10 @@ mlxconf eth -ipset ens1 192.168.41.84 +ipset ens1 192.168.34.84 ipset ens1d1 192.168.2.84 -ipset ens11 192.168.42.84 -ipset ens11d1 192.168.46.84 -ipset enp6s0f0 #192.168.2.104 -ipset enp7s0f0 #192.168.2.114 +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/ipecamera5.sh b/ip/ipecamera5.sh new file mode 100755 index 0000000..f6660de --- /dev/null +++ b/ip/ipecamera5.sh @@ -0,0 +1,9 @@ +. ip/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/ipecamera6.sh b/ip/ipecamera6.sh index f31ea21..dd41e1b 100755 --- a/ip/ipecamera6.sh +++ b/ip/ipecamera6.sh @@ -2,7 +2,7 @@ mlxconf eth -ipset enp5s0 192.168.61.86 +ipset enp5s0 192.168.36.86 ipset enp5s0d1 192.168.2.86 -ipset enp10s0 192.168.62.86 -ipset enp10s0d1 192.168.46.86 +ipset enp10s0 192.168.46.86 +ipset enp10s0d1 #192.168.2.96 |