`
jobar
  • 浏览: 347457 次
  • 性别: Icon_minigender_1
  • 来自: 北京
社区版块
存档分类
最新评论

Redirect port from 8080 to 80 in linux server(1)

 
阅读更多
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080

查看配置是否成功
# iptables -t nat -L


Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination
REDIRECT   tcp  --  anywhere             anywhere            tcp dpt:http redir ports 8080

记住最后要save
iptables-save

移除重定向
# iptables -t nat -D PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 8080
分享到:
评论

相关推荐

    Linux for Beginners: An Introduction to the Linux Operating System

    How to get access to a Linux server if you don't already. What a Linux distribution is and which one to choose. What software is needed to connect to Linux from Mac and Windows computers. ...

    FabulaTech-All-Keygen

    Redirect serial data from Virtual Serial Port to TCP/IP network. Serial Port Splitter Share dataflow of one serial port among several applications or join dataflow of several serial port devices to ...

    Sams Teach yourself linux in 24 hours

    《Sams Teach yourself Linux in 24 Hours》是一本经典的Linux入门教程,旨在帮助初学者在短时间内掌握Linux操作系统的基础知识和实用技能。该教程通过24个章节,以清晰易懂的方式逐步引导读者深入理解Linux的世界。...

    《Linux in a Nutshell, 6th Edition》PDF+高清+影印+全书签.rar

    《Linux in a Nutshell, 6th Edition》是Linux领域一本经典的参考书籍,由O'Reilly Media出版。这本书以其详尽、实用的内容深受广大Linux用户的喜爱。第六版更新了最新的Linux系统信息,包括内核版本、命令行工具、...

    Response.Redirect与Server.Transfer的区别

    1. **跳转方式**:Response.Redirect是客户端跳转,Server.Transfer是服务器端跳转。 2. **地址栏变化**:Response.Redirect会导致地址栏改变,Server.Transfer则保持不变。 3. **数据传输**:Response.Redirect的...

    qemu-0.13.0(编译过全处理器支持)

    -parallel dev redirect the parallel port to char device 'dev' -monitor dev redirect the monitor to char device 'dev' -qmp dev like -monitor but opens in 'control' mode -mon chardev=[name][,mode=...

    马哥的linux学习笔记

    《马哥的Linux学习笔记》是一份针对初学者和进阶者精心编撰的Linux教程,旨在帮助读者全面掌握Linux操作系统的核心概念、命令行操作以及系统管理技能。这份笔记以清晰明了的语言和实例解析了Linux系统的各个方面,是...

    Nginx之proxy_redirect使用详解

    今天在做nginx反向代理apache的时候出了一点点问题,原来后端apache用的端口是8080通过反向代理后,使用wireshark抓包发现location头域数值为http://192.168.1.154:8080/wuman/  如果把这个返回给客户端肯定是不...

    配置iptables,把80端口转到8080的简单方法

    在Linux的下面部署了tomcat,为了安全...iptables -t nat -A PREROUTING -p tcp –dport 80 -j REDIRECT –to-port 8080 注意:网上朋友的命令dport 前面都是 一个 -,通常都会报错。另外如果防火墙重新启动,该命令

    IIS6.0+tomcat6.0+JK整合(8080端口和80端口共用jsp网站)参考.pdf

    ### IIS6.0+Tomcat6.0+JK整合(8080端口和80端口共用jsp网站)的知识点 #### 一、整合环境与目标 本整合的目标是在一个环境中同时利用IIS6.0和Tomcat6.0来部署和运行jsp网站,使得用户可以通过标准HTTP端口80访问...

    Linux下面配置Apache2 + tomcat7.0 + ssl 集群安装与配置

    1. **安装Apache2**: 首先确保你的Linux系统已经安装了Apache,如果没有,可以通过包管理器(如`apt-get`或`yum`)进行安装。 2. **启用mod_proxy和mod_proxy_ajp模块**: Apache需要这两个模块来与Tomcat通信。可以...

    servlet2.4doc

    Causes the next filter in the chain to be invoked, or if the calling filter is the last filter in the chain, causes the resource at the end of the chain to be invoked. doFilter(ServletRequest, ...

    Linux搭建Squid透明代理及squid+icap环境

    sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3128 sudo iptables -t nat -A PREROUTING -p tcp --dport 443 -j REDIRECT --to-port 3128 ``` 4. 重启Squid服务 应用配置后,重启...

    Linux配置nginx为服务

    # redirect server error pages to the static page /50x.html # error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html; } } } ``` 以上配置中,Nginx监听80端口,当...

    httpredirect:用 Golang 编写的 Http Server 进行简单的重定向。 它支持 ssl、vhosts、简单的服务文件、http 重定向

    http重定向用 Golang 编写的 Http Server 进行简单的重定向。... 或者从源码,先安装 ,然后执行这个命令 go install github....sslKey="": Path to key file路由器文件{ " Port " : 80 , " Redirections " :

    RemObjects SDK for Delphi

    Extended File Transfer Intermediate This example shows how to transfer files to and from a RemObjects SDK Server in chunks and how to monitor new files via server events. Note: needs at least two ...

    LINUX各种实验题目

    ### Linux 实验题目详解 #### 实验一:配置NFS共享目录 **实验目标:** 配置一个只对特定网络段(192.168.1.0/24)可见的NFS共享目录`/home/share`,且只有该网络段内的主机可以访问,NFS服务器的IP地址为192.168....

    google api php client

    1. In the script handling the redirect URI, exchange the authorization code for an access token: ```php if (isset($_GET['code'])) { $token = $client->fetchAccessTokenWithAuthCode($_GET['code']); ...

    Android代码-Notify2Jabber

    be able to redirect all your messages to a little old one. In an emergency you can at least answer via SMS. My app redirects almost everything to a Jabber account or to a Gotify server. It's a ...

Global site tag (gtag.js) - Google Analytics