Quote:
Originally Posted by ivegotkindle
Jailbroken, KUAL installed, I can even ssh into it. That error log is the content of BBB-LastAction.txt. The existence of that log file is a proof that the script itself was able to run but somehow its returning some error that I didn't understand.
--
My question is, if the fw-base content is 35.176.0.0/13 --> its gonna block ip from 35.176.0.1 to 35.183.255.254 right? Then, if I for example, want to whitelist one IP address 35.176.1.1: should I just make a new entry with that IP or should I change the whole IP range (just add that specific IP or edit 35.176.0.0/13)?
Or to rephrase the question: Can a rule override another (if placed after the whole ip range rules of course)?
--
Will that block 35.176.0.1 to 35.183.255.254 WHILE passing 35.176.1.1?
|
They are executed in order, top to bottom.
So reverse the order you just wrote them in.
I.E: In the order you wrote them in, *.1.1 would have been dropped before it got to the next rule to be accepted.