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-p2p/ipecamera3.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-p2p/ipecamera3.sh')
-rwxr-xr-x | ip-p2p/ipecamera3.sh | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ip-p2p/ipecamera3.sh b/ip-p2p/ipecamera3.sh new file mode 100755 index 0000000..7a6baaa --- /dev/null +++ b/ip-p2p/ipecamera3.sh @@ -0,0 +1,11 @@ +. functions.sh + +mlxconf eth + +ipset ens1 192.168.36.83 +ipset ens1d1 192.168.3.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 |