diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-08-15 18:59:14 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-08-15 18:59:14 +0200 |
commit | 088438fe6643dce4195e52452fe995c2608b0a48 (patch) | |
tree | 8b6df730d9f7c3bd683bcfdd38c6f4433a2339c4 /ip-switch/ipecamera4.sh | |
parent | 4c5aa0e4c6ca4d537aa66b2c07eeee1c360a906d (diff) | |
download | mlx-088438fe6643dce4195e52452fe995c2608b0a48.tar.gz mlx-088438fe6643dce4195e52452fe995c2608b0a48.tar.bz2 mlx-088438fe6643dce4195e52452fe995c2608b0a48.tar.xz mlx-088438fe6643dce4195e52452fe995c2608b0a48.zip |
p2p setup
Diffstat (limited to 'ip-switch/ipecamera4.sh')
-rwxr-xr-x | ip-switch/ipecamera4.sh | 11 |
1 files changed, 11 insertions, 0 deletions
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 + |