Tx-Ruben Posted September 22, 2012 Report Share Posted September 22, 2012 Hi, I changed some faulty hardware in my home office network and was assigned a new IP from my ISP. I have my blacklist set to 10080 minutes (the max) and my sip phone tried to register enough times to get my new IP blacklisted. Now I can't SSH or register from my home office IP. Any suggestions? If I do get SSH access, is there a command line way to add/delete from the access list? Link to comment Share on other sites More sharing options...
Vodia PBX Posted September 22, 2012 Report Share Posted September 22, 2012 For SSH, you can delete the table entry on the file system in the access directory. However that requires a restart. I think the easiest is to work from another IP and use the web interface to delete the entry or even whitelist it. For example, if you have a cell phone with a web browser, you could use that. Link to comment Share on other sites More sharing options...
Tx-Ruben Posted September 22, 2012 Author Report Share Posted September 22, 2012 Thanks, I tried that, and for some reason not getting a response. Not to SSH or HTTPS/HTTP, I'm stuck. Link to comment Share on other sites More sharing options...
Vodia PBX Posted September 22, 2012 Report Share Posted September 22, 2012 SSH is not controlled by the PBX. If you cannot login with SSH, you have another problem. Maybe the whole host is gone or your Internet access... Link to comment Share on other sites More sharing options...
Tx-Ruben Posted September 22, 2012 Author Report Share Posted September 22, 2012 Oh ok, cool, its running on a VM, I'll restart it. Link to comment Share on other sites More sharing options...
Tx-Ruben Posted February 14, 2014 Author Report Share Posted February 14, 2014 Help.... its me again, same issue. What is the proper syntax for manually creating an allow xml entry for the access list? I mistakenly deleted the one I created the last time I was blacklisted. I think it looked like this. will this work? <?xml version="1.0" encoding="utf-8"?> <row><adr>MY IP ADDRESS</adr><expires></expires><mask>32</mask><reason></reason><type>Allow</type></row> Or <?xml version="1.0" encoding="utf-8"?> <row><adr>MY IP ADDRESS</adr><expires></expires><mask>32</mask><reason></reason><type>true</type></row> thanks in advance! Link to comment Share on other sites More sharing options...
Vodia support Posted February 15, 2014 Report Share Posted February 15, 2014 Here is an example. <?xml version="1.0" encoding="utf-8"?> <row><adr>192.168.0.0</adr><mask>16</mask><type>true</type></row> If it's the 1st entry name then save as 1 Link to comment Share on other sites More sharing options...
Recommended Posts