xiaofenhappy的ChinaUnix博客
xiaofenhappy
全部博文(13)
2017年(1)
2013年(12)
zhoujza
houchuny
vcdtwo
海中树
listen47
chinaxfi
ahtornad
vbirding
vdlee
发布时间:2013-04-17 22:30:33
公司有一个路由器R(linux 的操作系统),内网ip为192.168.1.1内网一http服务器ip为192.168.1.244内网一clien的ip为192.168.1.123想要将内网client访问R的8080端口的请求映射到http服务器的80端口上,如何实现?首先,设置映射规则。iptables -t nat -A PREROUTING -d 192.168.1.1/32 -p tcp .........【阅读全文】
登录 注册