Hello,
I have a CIFS mounted Datastore from Hetzner, a Storage Box. It is mounted over a FQDN "XXX-sub1.your-storagebox.de"
Behind it there is 1 ipv4 and 1 ipv6 address:
It is mounted in fstab with the following entry:
Because it is hosted in the internet, I want to apply traffic rules, so the other users are not so slowed down, during the working day.
That's why I added a traffic rule with the fixed network address-range:
But somehow it doesn't apply the rule, but if I do:
at least some traffic is regulated.
1. Do you have an idea, why my first approach does not seem to work? Any ideas?
2. Hetzner is telling in it's documentation that the IP behind the storagebox FQDN XXX-sub1.your-storagebox.de might change from time to time. Do you know, if I also can configure the FQDN instead of the network IPs itself? I just received an answer by them, that they can't tell me the network-addressblock of the "Storage Box"-Service.
3. What is the difference between Rate in/out and Burst in/out? Couldn't find anything mentioned in the documentation about "Burst in/out".
Thank you!!
I have a CIFS mounted Datastore from Hetzner, a Storage Box. It is mounted over a FQDN "XXX-sub1.your-storagebox.de"
Behind it there is 1 ipv4 and 1 ipv6 address:
Code:
> $ host XXX-sub1.your-storagebox.de
XXX-sub1.your-storagebox.de has address 167.235.XXX.XXX
XXX-sub1.your-storagebox.de has IPv6 address 2a01:4f8:XXX:XXX::2
It is mounted in fstab with the following entry:
Code:
//XXX-sub1.your-storagebox.de/XXX-sub1 /mnt/hetzner-storagebox-cifs cifs seal,noperm,iocharset=utf8,rw,credentials=/etc/hetzner-storagebox-credentials.txt,file_mode=0660,dir_mode=0770 0 0
Because it is hosted in the internet, I want to apply traffic rules, so the other users are not so slowed down, during the working day.
That's why I added a traffic rule with the fixed network address-range:
Code:
167.235.XXX.XXX/32, 2a01:4f8:XXX:XXX::2/128
But somehow it doesn't apply the rule, but if I do:
Code:
0.0.0.0/0, ::/0
1. Do you have an idea, why my first approach does not seem to work? Any ideas?
2. Hetzner is telling in it's documentation that the IP behind the storagebox FQDN XXX-sub1.your-storagebox.de might change from time to time. Do you know, if I also can configure the FQDN instead of the network IPs itself? I just received an answer by them, that they can't tell me the network-addressblock of the "Storage Box"-Service.
3. What is the difference between Rate in/out and Burst in/out? Couldn't find anything mentioned in the documentation about "Burst in/out".
Thank you!!
Last edited: