`
dmhorse
  • 浏览: 24559 次
  • 来自: ...
最近访客 更多访客>>
社区版块
存档分类
最新评论

Open port 80

J# 
阅读更多

vi /etc/sysconfig/iptables

 

CMD line iptables -I INPUT -p tcp --dport 80 -j ACCEPT

 

 

 

Append following line

 

-I INPUT -p tcp --dport 80 -j ACCEPT

 

 

Restart service

#service iptables restart

 


分享到:
评论

相关推荐

    openport2.exe

    openport2.exe openport2.exe openport2.exe openport2.exe openport2.exe

    前端开源库-openport

    "前端开源库-openport"是一个专注于网络端口检测的工具,它可以帮助开发者在编写前端应用时,有效地管理和检测开放的网络端口。这个库的名称"openport"直观地表达了其核心功能——查找并确认哪些端口处于开启状态。 ...

    python-j2534:python的j2534接口,使用openport dll进行测试

    他们假定一个带有dll的openport位于:“ C:/ Program Files(x86)/ OpenECU / OpenPort 2.0 / drivers / openport 2.0 /” 而且它们现在仅适用于32位python版本。 我要尝试的大部分内容是tactrix cpp示例代码的...

    Windows TCP检测工具

    Probing 157.148.69.80:80/tcp - Port is open - time=7.374ms Probing 157.148.69.80:80/tcp - Port is open - time=7.898ms Probing 157.148.69.80:80/tcp - Port is open - time=7.906ms Probing 157.148.69.80:...

    Serial Port Server with sample code

    Serial Port/Auto Open : Auto open the serial port when it is comming ;; Serial Port/Debug : Shows serial port debug msg such as open/close etc. ;; Serial Port/Hex : Shows data in hex format ;; Serial...

    open_port

    open_port

    openport-logcfg:从 RomRaider 日志配置文件生成 logcfg.txt 的简单在线工具

    斯巴鲁 OpenPort LogCfg 生成器 这是位于的工具的公共存储库。 该服务托管在,因此具有相当奇怪的结构,潜在的部署挂钩位于 .openshift 目录中。 如果您要自己部署它,而不是在应用程序上部署,则只需要public和misc...

    PortClass.zip

    在标题提到的"PortClass.zip"压缩包中,我们有一个名为"PortClass"的文件,它很可能是一个实现了串口通讯功能的C#类库。下面,我们将深入探讨C#中的串口通信以及如何编写这样的类。 串口通信,也称为串行通信,是一...

    erlang port driver test

    1. **创建端口**:Erlang 进程可以通过 `open_port/2` 函数创建一个新的端口,并指定端口的选项,如可执行文件路径、环境变量等。 2. **数据传输**:Erlang 进程通过端口发送二进制数据到外部程序,外部程序处理后...

    恩智浦_飞思卡尔 OPENSDA用户手册.pdf

    OpenSDA is an open-standard serial and debug adapter. It bridges serial and debug communications between a USB host and an embedded target processor as shown in Figure 1. The hardware circuit is based...

    Open Port Mapper-开源

    这是用java nio无阻塞套接字模型编写的开源端口映射器。 Open Port Mapper允许多个端口映射,并且提供指定允许列表和拒绝列表的功能。

    libserial_port.so Android串口驱动

    `libserial_port.so`作为一个动态链接库,它的主要任务是封装了对底层串口操作的系统调用,例如`open()`, `read()`, `write()`, `close()`等。这样,开发者无需直接操作设备文件,而是通过调用这个库提供的API,...

    Serial Port Sample 串口实例

    int open_port(const char* port_name, speed_t baud_rate) { int fd = open(port_name, O_RDWR | O_NOCTTY | O_NDELAY); if (fd ) return -1; struct termios options; tcgetattr(fd, &options); // 设置...

    ComPort控件详细说明.rar

    7. **打开和关闭串口**:通过调用`ComPort1.Open`和`ComPort1.Close`方法来打开和关闭串口。 8. **监控串口状态**:使用`ComPort1.Status`属性可以获取当前串口的状态,如`tsOpen`、`tsError`等。 由于提供的...

    ADS的PORT设置

    - **开路校准(Open Calibration)**:适用于需要补偿由于端口不匹配引起的误差的情形。 - **负载校准(Load Calibration)**:适用于需要模拟负载阻抗变化的情况。 - **通路校准(Thru Calibration)**:适用于需要...

    openvswitch转发流程

    在Open vSwitch 2.0版本中,这一转发流程涉及到了port(端口)、bridge(桥接器)、flow table(流表)等多个关键组件。 Open vSwitch中的port是数据包进出的接口,可以是物理接口,也可以是虚拟接口。bridge类似于...

    qtserialport-opensource-src-5.4.2.tar

    对于Qt4用户来说,尽管Qt Serial Port在5.x版本后才成为官方组件,但"qtserialport-opensource-src-5.4.2"源码包允许你在Qt4环境中使用这个功能强大的模块。在编译之前,确保你的系统已经安装了Qt4的开发库。然后,...

    VESA Proposed DisplayPort (DP) Standard.pdf

    The DisplayPort standard specifies an open digital communications interface for use in both internal connections, such as interfaces within a PC or monitor, and external display connections. ...

Global site tag (gtag.js) - Google Analytics