[vine-users:082408] ファイヤーウォール設定について
MURAKAMI Tomokazu
tomone @ p-act.sakura.ne.jp
2013年 10月 13日 (日) 14:52:50 JST
村上 @PARALLEL ACT %TomOne です。
ファイヤーウォール設定について質問があります。
Vine Linux 機に向けて、telnet はもちろんpingも通りません。
NTPも外から時間合わせできません。
sambaは見れてますが、SWATは見れません。
localhost からは通ります。
どの辺りの設定を変更すると、外部からアクセスできるようになるでしょうか?
「セキュリティレベルとファイヤーウォールの設定」では、
「有効」にして、
FTP, NFS4, SSH, Samba, Telnet にチェックを入れています。
ただ、「無効」にしても結果は変りません。
xinetdの設定は以下のようになっています。
/etc/xinetd.conf
--------------------------------------------
#
# Simple configuration file for xinetd
#
# Some defaults, and include /etc/xinetd.d/
defaults
{
instances = 60
log_type = SYSLOG authpriv
log_on_success = HOST PID
log_on_failure = HOST
cps = 25 30
}
includedir /etc/xinetd.d
--------------------------------------------
/etc/xinetd.d/telnet
--------------------------------------------
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
disable = no
}
--------------------------------------------
/etc/xinetd.d/swat
--------------------------------------------
# default: off
# description: SWAT is the Samba Web Admin Tool. Use swat \
# to configure your Samba server. To use SWAT, \
# connect to port 901 with your favorite web browser.
service swat
{
disable = no
port = 901
socket_type = stream
wait = no
only_from = 127.0.0.1
user = root
server = /usr/sbin/swat
log_on_failure += USERID
}
--------------------------------------------
--
┏━━━━━━━━━━━━━━━━━━━━━━━┓
┃ 村上 智一 ( TomOne ) PARALLEL ACT ┠┐
┃ URI: http://p-act.sakura.ne.jp/ ┃│
┃ E-Mail: tomone(at)p-act.sakura.ne.jp (main) ┃│
┃ E-Mail: mrkmtmkz(at)kch.biglobe.ne.jp (sub) ┃│
┗┯━━━━━━━━━━━━━━━━━━━━━━┛│
└───────────────────────┘
vine-users メーリングリストの案内