由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - 再问个iptables rule的安全性问题
相关主题
请问个ssh登陆的问题家里的网络
Mysql无法远程连接,求助 (转载)求助: How to add Trusted Devices in Firewall on RedHat 5 (or Centos 5)?
SSH弱问snmpd.conf Q: how to allow only 1 SNMP manager to access my SNMP agent ?
service iptables start 咋没反应啊?iptables can kill the network connection if booting from nfs ?
how to do this Iptables setting?MySQL Remote Access问题求助 (转载)
问个firewall(iptables)的问题谁能给个tomato上装代理服务器的经验 (转载)
iptables禁用的ip存在哪里?问个Ubuntu下的Amsn问题
Ubuntu的firewall?./test input and ./test < input
相关话题的讨论汇总
话题: iptables话题: accept话题: tcp话题: output话题: input
进入Linux版参与讨论
1 (共1页)
a*******e
发帖数: 3021
1
比如我的电脑局域网ip是192.168.1.3
我在电脑上firewall设置
iptables -A INPUT -p tcp -s 192.168.1.3 -j ACCEPT
iptables -A OUTPUT -p tcp -s 192.168.1.3 -j ACCEPT
有什么危险嘛?
这2句规则具体讲是啥意思?
z**r
发帖数: 17771
2
你这两句没啥用处,第一个是input traffic,你把source放成自己的IP有什么用?第
二个是output,对自己initiate的traffic有什么必要加以限制?
事实上,如果你这个是你真实的配置,是你家里的server,你根本没有必要打开
iptables, 反正如果从外面访问,你得做port forwarding,到时候你只forward ssh
,然后把所有的交给ssh来处理
另外,man iptables可以看具体用法

【在 a*******e 的大作中提到】
: 比如我的电脑局域网ip是192.168.1.3
: 我在电脑上firewall设置
: iptables -A INPUT -p tcp -s 192.168.1.3 -j ACCEPT
: iptables -A OUTPUT -p tcp -s 192.168.1.3 -j ACCEPT
: 有什么危险嘛?
: 这2句规则具体讲是啥意思?

a*******e
发帖数: 3021
3
就是说这两句规则没什么潜在危险了。
iptables还是有用的,因为我的server不止开了ssh口,还有wow,http,amsn,bt等等端
口阿
这些还是集中到iptables里来限制的好

ssh

【在 z**r 的大作中提到】
: 你这两句没啥用处,第一个是input traffic,你把source放成自己的IP有什么用?第
: 二个是output,对自己initiate的traffic有什么必要加以限制?
: 事实上,如果你这个是你真实的配置,是你家里的server,你根本没有必要打开
: iptables, 反正如果从外面访问,你得做port forwarding,到时候你只forward ssh
: ,然后把所有的交给ssh来处理
: 另外,man iptables可以看具体用法

1 (共1页)
进入Linux版参与讨论
相关主题
./test input and ./test < inputhow to do this Iptables setting?
iptables高手看过来,哪些端口是必需的?问个firewall(iptables)的问题
linux能不能限制一天最多错误登录次数?iptables禁用的ip存在哪里?
what's the IPTABLE command to limit the webpage connections ?Ubuntu的firewall?
请问个ssh登陆的问题家里的网络
Mysql无法远程连接,求助 (转载)求助: How to add Trusted Devices in Firewall on RedHat 5 (or Centos 5)?
SSH弱问snmpd.conf Q: how to allow only 1 SNMP manager to access my SNMP agent ?
service iptables start 咋没反应啊?iptables can kill the network connection if booting from nfs ?
相关话题的讨论汇总
话题: iptables话题: accept话题: tcp话题: output话题: input