diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2018-08-06 02:51:23 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2018-08-06 02:51:23 +0200 |
commit | 8b62b3faa7d115cf43245089ff02af48f7d6571c (patch) | |
tree | 8bd347338bf70967f0d32899566c63c7755d14c0 /ip/ipecamera5.sh | |
parent | 2cfb78e3f8807568635142e8b85091828943fe51 (diff) | |
download | mlx-8b62b3faa7d115cf43245089ff02af48f7d6571c.tar.gz mlx-8b62b3faa7d115cf43245089ff02af48f7d6571c.tar.bz2 mlx-8b62b3faa7d115cf43245089ff02af48f7d6571c.tar.xz mlx-8b62b3faa7d115cf43245089ff02af48f7d6571c.zip |
ipecamera5
Diffstat (limited to 'ip/ipecamera5.sh')
-rwxr-xr-x | ip/ipecamera5.sh | 9 |
1 files changed, 9 insertions, 0 deletions
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 |