SQL, Unlocking a IP Range (Class C)
mysql>[INSERT INTO account (name,STATUS, minilogin_ip) VALUES
('NameHere',250,'127.0.0.0/24');]
the SQL command as shown above isnt working im guessing its due to using the ['127.0.0.0/24'] is there a way of unblocking a Class C IP Range or do i need to add 265 IP's to the database?
|