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/ipecamera6.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/ipecamera6.sh')
-rwxr-xr-x | ip-p2p/ipecamera6.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ip-p2p/ipecamera6.sh b/ip-p2p/ipecamera6.sh new file mode 100755 index 0000000..4dfd521 --- /dev/null +++ b/ip-p2p/ipecamera6.sh @@ -0,0 +1,8 @@ +. functions.sh + +mlxconf eth + +ipset enp5s0 192.168.36.86 +ipset enp5s0d1 192.168.6.86 +ipset enp10s0 192.168.46.86 +ipset enp10s0d1 192.168.56.86 |