Still trying to understand the IP slash notation.
I am configuring my OSX laptop to connect to the Internet behind the corporate proxy. For the loopback address to work on my local machine after setting the proxy IP and port, I set up 127.255/8 as an exception (that is, I suppose: addresses my computer will contact directly without using the proxy). What I want to do is to exclude the entire range from 127.0.0.1 to 127.255.255.255 from being looked up through the proxy.
I've tried to put 127/8 but this notation does not work, I guess because there could be ambiguity in a text field where I can put unresolved addresses (google.com) as well.
The question is: has that "255" some relevance? Could I put anything between 0 to 255 after the dot? Or should I put a dummy address (127.255.255.255/8) just to fill in the groups?