Regel für speicher hinzugefügt
ip 193.96.224.237
This commit is contained in:
parent
cf30c70749
commit
f7b2cf2397
|
@ -5,6 +5,7 @@ CLOUD_IPV4=/lib/gluon/ebtables/109-local-forward-allow-cloud
|
|||
if [ ! -f $CLOUD_IPV4 ]; then
|
||||
echo "Installing cloud IPv4 rule"
|
||||
echo "rule('LOCAL_FORWARD -p IPv4 --ip-src 193.96.224.238/32 -j RETURN')" > $CLOUD_IPV4
|
||||
echo "rule('LOCAL_FORWARD -p IPv4 --ip-src 193.96.224.237/32 -j RETURN')" >> $CLOUD_IPV4
|
||||
/etc/init.d/gluon-ebtables start $CLOUD_IPV4
|
||||
else
|
||||
echo "Cloud IPv4 rule already exists"
|
||||
|
|
Loading…
Reference in a new issue