由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Hardware版 - 怎么样才能把某个ip从LAN里隔离出来
相关主题
家里的网络问题请教Linksys WRT54L突然死翘翘了
夸一下RT-N16终于用上 asus wl-520gu 改装的NAS 和 BT Client 机器了。
远程ssh router的问题神油 (由)- $64.99 (转载)
市面上有NAS+firewall+Router于一体的设备吗?NAS就是这么慢吗?
IPTABLES问题Seagate的Dockstar如果只做NAS的话是不是插上就用?
share internet connection?有人用过苹果的那个Time Capsule 没? (转载)
问个路由器选择不想让Wireless G的笔记本影响N网络的速度,请推荐Gigabit N router
NAS悲剧了请问神油怎么挂bt?
相关话题的讨论汇总
话题: ip话题: iptables话题: lan话题: blocked
进入Hardware版参与讨论
1 (共1页)
a***e
发帖数: 27968
1
只让上internet,不能上LAN?
t****t
发帖数: 6806
2
路由如果是用iptables实现的, 就设个特别的filter

【在 a***e 的大作中提到】
: 只让上internet,不能上LAN?
a***e
发帖数: 27968
3
具体怎么弄呢
routing好像是可以手工配
link?

【在 t****t 的大作中提到】
: 路由如果是用iptables实现的, 就设个特别的filter
t****t
发帖数: 6806
4
你用e2000? ddwrt?

【在 a***e 的大作中提到】
: 具体怎么弄呢
: routing好像是可以手工配
: link?

t****t
发帖数: 6806
5
anyway, if you can get a shell to invoke iptables, here it is
iptables -t nat -I POSTROUTING -s blocked_internal_ip -j DROP
this will block all new connections from blocked_internal_ip to internet.
the existing connections (such as opened telnet, ssh) are not affected. to
restore, write
iptables -t nat -D POSTROUTING -s blocked_internal_ip -j DROP
depends on your router configuration, you could automate the process (each
time you start the router? every sunday? etc) in various ways.

【在 t****t 的大作中提到】
: 你用e2000? ddwrt?
a***e
发帖数: 27968
6
老大这个是不让某些ip上internet,有parent control的意思
俺想知道的是有没有可能对某个ip只给internet access,没有local NAS等其他东西
access,
相当于guest network

【在 t****t 的大作中提到】
: anyway, if you can get a shell to invoke iptables, here it is
: iptables -t nat -I POSTROUTING -s blocked_internal_ip -j DROP
: this will block all new connections from blocked_internal_ip to internet.
: the existing connections (such as opened telnet, ssh) are not affected. to
: restore, write
: iptables -t nat -D POSTROUTING -s blocked_internal_ip -j DROP
: depends on your router configuration, you could automate the process (each
: time you start the router? every sunday? etc) in various ways.

a*****s
发帖数: 2663
7
here's one tutorial for tomato. it should work with other distro too.
http://www.seiichiro0185.org/blog:creating_a_seperate_guest_net

【在 a***e 的大作中提到】
: 老大这个是不让某些ip上internet,有parent control的意思
: 俺想知道的是有没有可能对某个ip只给internet access,没有local NAS等其他东西
: access,
: 相当于guest network

t****t
发帖数: 6806
8
哦, 看错了不好意思.

【在 a***e 的大作中提到】
: 老大这个是不让某些ip上internet,有parent control的意思
: 俺想知道的是有没有可能对某个ip只给internet access,没有local NAS等其他东西
: access,
: 相当于guest network

a***e
发帖数: 27968
9
thanks

【在 a*****s 的大作中提到】
: here's one tutorial for tomato. it should work with other distro too.
: http://www.seiichiro0185.org/blog:creating_a_seperate_guest_net

1 (共1页)
进入Hardware版参与讨论
相关主题
请问神油怎么挂bt?IPTABLES问题
哈哈我的地沟油又救活了!share internet connection?
大家的地沟油都好用吗?我的怎么没传说的好用问个路由器选择
wireless router 怎么买?NAS悲剧了
家里的网络问题请教Linksys WRT54L突然死翘翘了
夸一下RT-N16终于用上 asus wl-520gu 改装的NAS 和 BT Client 机器了。
远程ssh router的问题神油 (由)- $64.99 (转载)
市面上有NAS+firewall+Router于一体的设备吗?NAS就是这么慢吗?
相关话题的讨论汇总
话题: ip话题: iptables话题: lan话题: blocked