由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Linux版 - iptables can kill the network connection if booting from nfs ?
相关主题
iptables禁用的ip存在哪里?how to enable Simplified Chinese input in ubuntu 9.04?
MySQL Remote Access问题求助 (转载)请教500GB硬盘分区问题
what's the IPTABLE command to limit the webpage connections ?Kernel doesn't boot after upgraded to 256MB memory
how to do this Iptables setting?using g1
simulate connection drop by iptables?iptables高手看过来,哪些端口是必需的?
再问个iptables rule的安全性问题linux能不能限制一天最多错误登录次数?
what packages needed to init 5 X11ubuntu9.0没有声音的问题有解决方法了吗?
Ubuntu的firewall?SUES 里居然没有改显示分辨率的控制面板?
相关话题的讨论汇总
话题: nfs话题: iptables话题: booting话题: connection话题: kill
进入Linux版参与讨论
1 (共1页)
w*s
发帖数: 7227
1
Hi guys, i'm booting from nfs file system.
Everything works until i type:
# /sbin/iptables -P INPUT DROP
nfs: server 10.50.180.36 not responding, still trying
now this iptables script is from the test i had in ubuntu desktop,
and it works.
But when i try the 1st line in the embedded system,
system hangs with
nfs: server 10.50.180.36 not responding, still trying
Any hints pls ?
x**m
发帖数: 941
2
What is "$ /sbin/iptables -L" before setting the default action to DROP?
S*A
发帖数: 7142
3
of course, you are blocking your own nfs usage
from the iptables.
You should add explicit accept rules for nfs
before you change the default rules to drop.

【在 w*s 的大作中提到】
: Hi guys, i'm booting from nfs file system.
: Everything works until i type:
: # /sbin/iptables -P INPUT DROP
: nfs: server 10.50.180.36 not responding, still trying
: now this iptables script is from the test i had in ubuntu desktop,
: and it works.
: But when i try the 1st line in the embedded system,
: system hangs with
: nfs: server 10.50.180.36 not responding, still trying
: Any hints pls ?

x**m
发帖数: 941
4
Also, wish you are using NFSv4. Otherwise, the firewall control will be
tricky.
w*s
发帖数: 7227
5
that's what i guessed as well, thanks guys !

【在 S*A 的大作中提到】
: of course, you are blocking your own nfs usage
: from the iptables.
: You should add explicit accept rules for nfs
: before you change the default rules to drop.

1 (共1页)
进入Linux版参与讨论
相关主题
SUES 里居然没有改显示分辨率的控制面板?simulate connection drop by iptables?
SSH弱问再问个iptables rule的安全性问题
Let a non-root user turn off computerwhat packages needed to init 5 X11
MATLAB 2009 on RHEL5Ubuntu的firewall?
iptables禁用的ip存在哪里?how to enable Simplified Chinese input in ubuntu 9.04?
MySQL Remote Access问题求助 (转载)请教500GB硬盘分区问题
what's the IPTABLE command to limit the webpage connections ?Kernel doesn't boot after upgraded to 256MB memory
how to do this Iptables setting?using g1
相关话题的讨论汇总
话题: nfs话题: iptables话题: booting话题: connection话题: kill