亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 3750 | 回復: 7
打印 上一主題 下一主題

[網(wǎng)絡配置] ftp 本地回環(huán)測試成功,同網(wǎng)段測試無法鏈接 [復制鏈接]

論壇徽章:
2
IT運維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報告]
發(fā)表于 2016-05-03 11:13 |只看該作者 |倒序瀏覽
centos6.5  2.6.32-431.el6.i686內(nèi)核,ftp 軟件,進行l(wèi)ftp測試操作,操作進行到 輸入密碼后敲命令這 步,產(chǎn)生了 連接不上的 錯誤。

本機機器1 192.168.137.11:測試
lftp test1@127.0.0.1
口令:
lftp test1@127.0.0.1:~> ls
drwxr-xr-x    3 140        ftp              4096 Apr 29 22:43 .
drwxr-xr-x    3 140        ftp              4096 Apr 29 22:43 ..
-rw-r--r--    1 0          0                   0 Apr 29 22:37 123.txt
drwxr-xr-x    2 140        ftp              4096 Apr 29 22:43 abc

同網(wǎng)段其他機器2 鏈接:無法連接
lftp test1@192.168.137.11
口令:
lftp test1@192.168.137.11:~> ls
[0] ls &
        `ls' at 0 [重新連接前延時: 42]
lftp test1@192.168.137.11:~> exit
[3516] 轉(zhuǎn)到后臺完成傳輸...


我關(guān)閉192.168.137.11的iptables后  機器2鏈接上了 我重新啟動機器1的iptables 重試機器2仍然可以連接  請問大大們原因為何?


lftp test1@192.168.137.11:/> ls
drwxr-xr-x    3 140        ftp              4096 Apr 29 22:43 .
drwxr-xr-x    3 140        ftp              4096 Apr 29 22:43 ..
-rw-r--r--    1 0          0                   0 Apr 29 22:37 123.txt
drwxr-xr-x    2 140        ftp              4096 Apr 29 22:43 abc

論壇徽章:
2
IT運維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00
2 [報告]
發(fā)表于 2016-05-03 11:21 |只看該作者
iptables --list
Chain INPUT (policy ACCEPT)
target     prot opt source               destination
ACCEPT     all  --  anywhere             anywhere            state RELATED,ESTAB                                          LISHED
ACCEPT     icmp --  anywhere             anywhere
ACCEPT     all  --  anywhere             anywhere
ACCEPT     tcp  --  anywhere             anywhere            state NEW tcp dpt:s                                          sh
REJECT     all  --  anywhere             anywhere            reject-with icmp-ho                                          st-prohibited

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination
REJECT     all  --  anywhere             anywhere            reject-with icmp-ho                                          st-prohibited

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

這是我機器1的iptables

論壇徽章:
72
20周年集字徽章-20	
日期:2020-10-28 14:04:30操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-13 06:20:0015-16賽季CBA聯(lián)賽之廣夏
日期:2016-07-10 09:04:02數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-09 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-09 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-07 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-07 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-04 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-03 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-03 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-02 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-02 06:20:00
3 [報告]
發(fā)表于 2016-05-04 13:17 |只看該作者
還有其他log嗎?

論壇徽章:
2
IT運維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00
4 [報告]
發(fā)表于 2016-05-05 13:42 |只看該作者
grep 'ftp' /var/log/messages
Apr  5 01:03:57 THTF-V yum[2140]: Updated: gvfs-obexftp-1.4.3-22.el6.i686
Apr 29 11:02:11 THTF-V yum[7271]: Installed: lftp-4.0.9-6.el6.i686
Apr 29 11:02:28 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 11:02:32 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 11:02:32 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 11:02:42 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 11:02:45 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 11:02:45 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 11:03:39 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 11:03:43 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 11:03:43 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 11:04:42 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 11:04:48 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user2]
Apr 29 11:04:48 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 12:31:09 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 12:31:13 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 12:31:13 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 12:31:40 THTF-V pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Address already in use]
Apr 29 12:31:52 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 12:31:57 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 12:31:57 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 12:33:34 THTF-V pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Address already in use]
Apr 29 12:33:40 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 12:33:45 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 12:33:45 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 12:34:14 THTF-V pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Address already in use]
Apr 29 12:34:21 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 12:34:26 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [ftp_user1]
Apr 29 12:34:26 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:10:35 THTF-V pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Address already in use]
Apr 29 20:29:07 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:29:11 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [www]
Apr 29 20:29:11 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:35:00 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:35:06 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [www]
Apr 29 20:35:06 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:35:19 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:35:22 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 20:35:22 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:47:54 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:47:57 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 20:47:57 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:50:12 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:50:15 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 20:50:15 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:51:33 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:51:36 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 20:51:36 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:53:52 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:53:57 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [aming]
Apr 29 20:53:57 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 20:56:54 THTF-V pure-ftpd: (?@?) [ERROR] Unable to start a standalone server: [Address already in use]
Apr 29 20:58:14 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 20:58:19 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 20:58:19 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:03:41 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:03:46 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:03:46 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:03:53 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:03:58 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:03:58 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:05:07 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:05:11 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:05:11 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:08:22 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:08:27 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:08:27 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:14:57 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:15:03 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:15:03 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:20:13 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:20:18 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:20:18 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:22:48 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:22:53 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 21:22:53 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:38:09 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:38:13 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test2]
Apr 29 21:38:13 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 21:38:50 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] New connection from 192.168.137.12
Apr 29 21:38:55 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 21:38:55 THTF-V pure-ftpd: (?@192.168.137.12) [WARNING] Authentication failed for user [test1]
Apr 29 21:38:55 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] Logout.
Apr 29 21:38:58 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test2]
Apr 29 21:38:58 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:25:55 THTF-V pure-ftpd: (?@192.168.137.11) [INFO] New connection from 192.168.137.11
Apr 29 22:25:59 THTF-V pure-ftpd: (?@192.168.137.11) [WARNING] Authentication failed for user [test1]
Apr 29 22:25:59 THTF-V pure-ftpd: (?@192.168.137.11) [INFO] Logout.
Apr 29 22:26:17 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:26:22 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 22:26:22 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:28:42 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:28:45 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 22:28:45 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:34:56 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:35:02 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 22:35:02 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:35:20 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:35:26 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 22:35:26 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:36:22 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:36:26 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 22:36:26 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:41:18 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:41:22 THTF-V pure-ftpd: (?@127.0.0.1) [WARNING] Authentication failed for user [test1]
Apr 29 22:41:22 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] Logout.
Apr 29 22:42:09 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:42:09 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] test1 is now logged in
Apr 29 22:43:30 THTF-V pure-ftpd: (test1@127.0.0.1) [INFO] Logout.
Apr 29 22:44:03 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:44:03 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] test1 is now logged in
Apr 29 22:44:10 THTF-V pure-ftpd: (test1@127.0.0.1) [INFO] Logout.
Apr 29 22:44:26 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 29 22:44:26 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] test1 is now logged in
Apr 29 22:45:19 THTF-V pure-ftpd: (test1@127.0.0.1) [INFO] Logout.
Apr 29 22:48:19 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] New connection from 192.168.137.12
Apr 29 22:48:19 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] test1 is now logged in
Apr 29 22:48:35 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] New connection from 192.168.137.12
Apr 29 22:48:35 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] test1 is now logged in
Apr 29 22:48:35 THTF-V pure-ftpd: (test1@192.168.137.12) [INFO] Logout.
Apr 29 23:03:19 THTF-V pure-ftpd: (test1@192.168.137.12) [INFO] Timeout - try typing a little faster next time
Apr 30 04:28:51 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] New connection from 192.168.137.12
A
pr 30 04:28:51 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] test1 is now logged in
Apr 30 04:28:55 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] New connection from 192.168.137.12
Apr 30 04:28:55 THTF-V pure-ftpd: (?@192.168.137.12) [INFO] test1 is now logged in
Apr 30 04:28:55 THTF-V pure-ftpd: (test1@192.168.137.12) [INFO] Logout.
Apr 30 04:31:16 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 30 04:31:17 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] test1 is now logged in
Apr 30 04:31:42 THTF-V pure-ftpd: (test1@127.0.0.1) [INFO] Logout.
Apr 30 04:31:50 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
Apr 30 04:31:50 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] test1 is now logged in
Apr 30 04:34:50 THTF-V pure-ftpd: (test1@127.0.0.1) [INFO] Logout.
Apr 30 04:43:51 THTF-V pure-ftpd: (test1@192.168.137.12) [INFO] Timeout - try typing a little faster next time
May  4 01:06:49 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] New connection from 127.0.0.1
May  4 01:06:49 THTF-V pure-ftpd: (?@127.0.0.1) [INFO] test1 is now logged in
May  4 01:07:17 THTF-V pure-ftpd: (test1@127.0.0.1) [INFO] Logout.
[root@THTF-V ~]#

回復 3# cjfeii


   

論壇徽章:
2
IT運維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00
5 [報告]
發(fā)表于 2016-05-05 13:48 |只看該作者
同一個問題已經(jīng)在lamp,nfs,ftp的telnet遇到了。。。
我用的是VMware nat模式網(wǎng)絡 是否有關(guān)系呢?

論壇徽章:
72
20周年集字徽章-20	
日期:2020-10-28 14:04:30操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-13 06:20:0015-16賽季CBA聯(lián)賽之廣夏
日期:2016-07-10 09:04:02數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-09 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-09 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-07 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-07 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-04 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-03 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-03 06:20:00數(shù)據(jù)庫技術(shù)版塊每日發(fā)帖之星
日期:2016-07-02 06:20:00操作系統(tǒng)版塊每日發(fā)帖之星
日期:2016-07-02 06:20:00
6 [報告]
發(fā)表于 2016-05-05 14:55 |只看該作者
用nat模式,好像不在一個網(wǎng)關(guān)內(nèi)吧,要不換一下橋接的模式。
回復 5# shocking119


   

論壇徽章:
2
IT運維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00
7 [報告]
發(fā)表于 2016-05-05 16:09 |只看該作者
主機和客戶端是同一個網(wǎng)關(guān)。
回復 6# cjfeii


   

論壇徽章:
2
IT運維版塊每日發(fā)帖之星
日期:2016-05-06 06:20:00IT運維版塊每日發(fā)帖之星
日期:2016-05-08 06:20:00
8 [報告]
發(fā)表于 2016-05-12 18:09 |只看該作者
結(jié)貼:-A INPUT -j REJECT --reject-with icmp-host-prohibited 這條規(guī)則的問題,REJECT 是用來返回一個錯誤的包來回應匹配包,其他的等價于DROP,所以它是一個拒絕TARGET,在規(guī)則的結(jié)束。
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP