当前位置:网站首页>VNC Timed out waiting for a response from the computer
VNC Timed out waiting for a response from the computer
2022-07-28 07:05:00 【ithicker】
Recently in Tencent cloud server ECS The graphic interface and VNC Server, Reference resources :Ubuntu18.0 Install the remote desktop server software VNC Server
But when connecting, it prompts :VNC Timed out waiting for a response from the computer
First try to set up a security group on the website to open the port
First, the security group is created , Reference resources : Cloud server ECS> Security > Security group > Create security groups 
Not after trying , Still not connected ;
terms of settlement
sudo /sbin/iptables -I INPUT 1 -p TCP --dport 5901:5910 -j ACCEPT
# Or modify the file directly /etc/sysconfig/iptables file , Add a row :
-A INPUT -p tcp -m state --state NEW -m tcp --dport 5901:5910 -j ACCEPT
# restart iptables service :
service iptables restart
# without iptables.service file , Use yum Install it. :yum install iptables-services
---------------------
author : Diligent man
source :CSDN
original text :https://blog.csdn.net/jisuanji_wjfioj/article/details/78257729
Copyright notice : This article is an original blog article , Please attach a link to the blog post !
So I executed the following instructions , The firewall doesn't need to be restarted , I didn't do it flush privileges, Reuse VNC Client one connection , Found a connection .
sudo /sbin/iptables -I INPUT 1 -p TCP --dport 5901:5910 -j ACCEPT
边栏推荐
- Create, traverse and search nodes as required for single linked list
- Custom component -- data listener
- 在转化词向量之前先转化为AST再转化为词向量的实现方法
- MySQL common commands
- MOOC翁恺C语言第八周:指针与字符串:1.指针2.字符类型3.字符串4.字符串计算
- Uni app double click event simulation
- Custom component -- communication between parent and child components
- Use powercli to create a custom esxi ISO image
- DNS domain name resolution
- Es6--- > arrow function, class, modularization
猜你喜欢

Common models in software development

shell脚本——“三剑客”之awk命令

MOOC Weng Kai C language week 7: array operation: 1. array operation 2. Search 3. preliminary sorting

Iptables firewall

Svg understanding and drawing application

MOOC翁恺C语言 第四周:进一步的判断与循环:3.多路分支4.循环的例子5.判断和循环常见的错误

shell脚本——正则表达式

YUM仓库的搭建

Applet creation component

DNS域名解析
随机推荐
Shell script - regular expression
MOOC翁恺C语言 第四周:进一步的判断与循环:1.逻辑类型与运算2.级联和嵌套的判断
JS data type detection and modification detection
Canvas drawing 1
Vmware workstation configuration net mode
Results fill in the blanks carelessly (violent solution)
MOOC Weng Kai C language week 3: judgment and circulation: 2. circulation
Svg understanding and drawing application
Custom component -- communication between parent and child components
Tcp/ip five layer model
SySeVR环境配置:joern-0.3.1、Neo4j-2.1.5、py2neo2.0
As a result, fill in the birthday candles
Asynchronous programming promise
三层交换和VRRP
DOM -- event chain, event bubble and capture, event proxy
Detailed explanation of LNMP construction process
Esxi community network card driver updated in March 2022
Wechat applet custom compilation mode
Monotonic queue, Luogu p1886 sliding window
Icc2 analysis timing artifact analyze_ design_ violations