Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

Unblock IP restriction on port 8083 through SSH

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
4 posts • Page 1 of 1
shanjie
Posts: 37
Joined: Thu Jan 14, 2016 12:02 pm

Unblock IP restriction on port 8083 through SSH
  • Quote

Post by shanjie » Thu Dec 01, 2016 1:49 am

How can I do that through SSH?
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Unblock IP restriction on port 8083 through SSH
  • Quote

Post by skurudo » Tue Mar 07, 2017 11:17 am

I think - /usr/local/vesta/bin/v-delete-firewall-ban
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: Unblock IP restriction on port 8083 through SSH
  • Quote

Post by skurudo » Tue Mar 07, 2017 11:19 am

Commands for firewall:

Code: Select all

/usr/local/vesta/bin/v-add-firewall-ban    
/usr/local/vesta/bin/v-change-firewall-rule   
/usr/local/vesta/bin/v-add-firewall-chain  
/usr/local/vesta/bin/v-delete-firewall-ban   
/usr/local/vesta/bin/v-list-firewall        
/usr/local/vesta/bin/v-suspend-firewall-rule
/usr/local/vesta/bin/v-add-firewall-rule   
/usr/local/vesta/bin/v-delete-firewall-chain  
/usr/local/vesta/bin/v-delete-firewall-rule 
/usr/local/vesta/bin/v-list-firewall-ban    
/usr/local/vesta/bin/v-unsuspend-firewall-rule
/usr/local/vesta/bin/v-list-firewall-rule   
/usr/local/vesta/bin/v-update-firewall

Code: Select all

/usr/local/vesta/bin/v-add-sys-firewall    
/usr/local/vesta/bin/v-delete-sys-firewall  
/usr/local/vesta/bin/v-stop-firewall
Top

mlopez
Posts: 21
Joined: Mon Nov 05, 2018 7:26 am
Contact:
Contact mlopez
Website Twitter

Os: CentOS 6x
Web: apache + nginx
Re: Unblock IP restriction on port 8083 through SSH
  • Quote

Post by mlopez » Tue Jul 02, 2019 8:15 pm

You should check the banned IPs using v-list-firewall-ban

Code: Select all

v-list-firewall-ban
IP               CHAIN  TIME      DATE
--               -----  ----      ----
185.137.111.129  INPUT  12:04:36  2019-06-18
185.137.111.125  INPUT  12:05:30  2019-06-18
14.231.90.13     MAIL   04:44:24  2019-06-30
45.13.39.23      MAIL   17:26:33  2019-07-01
Look at the CHAIN string and unban the IP using v-delete-firewall-ban [IP] [CHAIN]. In this example you could unban the IP 14.231.90.13 for the MAIL chain like this:

Code: Select all

v-delete-firewall-ban 14.231.90.13 MAIL
Then you can check again, looking for the "unbanned" IP:

Code: Select all

v-list-firewall-ban
IP               CHAIN  TIME      DATE
--               -----  ----      ----
185.137.111.129  INPUT  12:04:36  2019-06-18
185.137.111.125  INPUT  12:05:30  2019-06-18
45.13.39.23      MAIL   17:26:33  2019-07-01
Top


Post Reply
  • Print view

4 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password