- 主题:telnet不上去
倒是有两个文件比较特别,应该是后产生出来的,我没改它们
[root@localhost bbs]# ls -l|grep root
-rw-r--r-- 1 bbs root 16 06-15 14:55 sysconf.img.0
-rw------- 1 bbs root 0 06-15 14:51 www_guest.lock
【 在 skybluee (skybluee) 的大作中提到: 】
: bbs的uid:502,gid:503,都已经在站点文件里改了
: 改变属主也做了
--
FROM 202.108.12.*
我觉得不应该是路由的问题呀,似乎是连接上后断的……
[root@localhost bbs]# /sbin/iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT 0 -- anywhere 192.168.122.0/24 state RELATED,E
STABLISHED
ACCEPT 0 -- 192.168.122.0/24 anywhere
ACCEPT 0 -- anywhere anywhere
REJECT 0 -- anywhere anywhere reject-with icm
p-port-unreachable
REJECT 0 -- anywhere anywhere reject-with icm
p-port-unreachable
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
【 在 JulyClyde (七月) 的大作中提到: 】
: 还是贴iptables -L和iptables -L -t nat的结果比较靠谱
--
FROM 202.108.12.*
[root@localhost bbs]# pwd
/home/bbs/bbs
[root@localhost bbs]# ls -al |grep root
-rw-r--r-- 1 bbs root 16 06-15 14:55 sysconf.img.0
-rw------- 1 bbs root 0 06-15 14:51 www_guest.lock
【 在 jiangjun2000 (%d) 的大作中提到: 】
: 这个应该没关系吧
: ls -al | grep root看看
--
FROM 202.108.12.*
或者我把shell拿出来,有意者帮忙看看哈
【 在 skybluee (skybluee) 的大作中提到: 】
: [root@localhost bbs]# pwd
: /home/bbs/bbs
: [root@localhost bbs]# ls -al |grep root
: ...................
--
FROM 202.108.12.*
[root@localhost freebbs]# pwd
/home/bbs/freebbs
[root@localhost freebbs]# make install-home
sh makedist.sh /home/bbs/bbs
Warning: This will OVERWRITE WHOLE BBS DATA, confirm [N]?y
Installing new bbs to /home/bbs/bbs
[root@localhost freebbs]# cd /home/bbs/bbs/bin/
[root@localhost bin]# ./miscd daemon;./bbslogd ;./bbsd -p 23
[root@localhost bin]# telnet localhost
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.
[root@localhost bin]#
【 在 atppp (Big Mouse) 的大作中提到: 】
: 你没有make install-home
--
FROM 202.108.12.*