主要是想只開啟上網 幾**票埠 ftp埠sys
acl num 3000
rule 0 deny ip
rule 1 permit udp destination-port eq dns
rule 2 permit tcp destination-port eq www
rule 3 permit tcp destination-port eq 8080
rule 4 permit tcp destination-port eq pop3
rule 5 permit tcp destination-port eq ftp
rule 6 permit tcp destination-port eq telnet
rule 7 permit tcp destination-port eq 8000
rule 8 permit tcp destination-port eq 7709
rule 9 permit tcp destination-port eq 7711
int gig 1/1/4
pack in ip 3000
pack outbound ip 3000
網路太慢了,嘗試只開放下列埠,不知道是否可行,實驗中
rule 0 permit tcp source-port eq ftp destination-port eq ftp (0 times matched)
rule 1 permit tcp source-port eq 22 destination-port eq 22 (0 times matched)
rule 2 permit tcp source-port eq telnet destination-port eq telnet (0 times matched)
rule 3 permit tcp source-port eq **tp destination-port eq **tp (0 times matched)
rule 4 permit tcp source-port eq 38 destination-port eq 38 (0 times matched)
rule 5 permit tcp source-port eq 42 destination-port eq 42 (0 times matched)
rule 6 permit tcp source-port eq domain destination-port eq domain (0 times matched)
rule 7 permit tcp source-port eq 69 destination-port eq 69 (0 times matched)
rule 8 permit tcp source-port eq 99 destination-port eq 99 (0 times matched)
rule 9 permit tcp source-port eq pop3 destination-port eq pop3 (0 times matched)
rule 10 permit tcp source-port eq 135 destination-port eq 135 (0 times matched)
rule 11 permit tcp source-port eq 161 destination-port eq 161 (0 times matched)
rule 12 permit tcp source-port eq 443 destination-port eq 443 (0 times matched)
rule 13 permit tcp source-port eq www destination-port eq www (0 times matched)
rule 14 permit tcp source-port eq 4899 destination-port eq 4899 (0 times matched)
感覺shopex現在的公升級方式太慢了
我是說產品的更新,484,485是乙個經典的版本,那時候免費,shopex 系統市場佔用率很高。但是485以後呢,只有小版本的更新,fxw ekd 都是改進版本吧,沒用特別大幅度的更新。5年前,10年前,可以搞那種開發設計2年然後再測試投入執行什麼的,但是放到現在,競爭越來越激烈了,更新速度非常快,...
make太慢了,加快編譯速度的方法 make j
make j 既然io不是瓶頸,那cpu就應該是乙個影響編譯速度的重要因素了。用make j帶乙個引數,可以把專案在進行並行編譯,比如在一台雙核的機器上,完全可以用make j4,讓make最多允許4個編譯命令同時執行,這樣可以更有效的利用cpu資源。還是用kernel來測試 用make 40分16...
ubuntu遠端控制 ssh 太慢了 廢稿
ubuntu ssh登入速度太慢的解決辦法 開啟 etc ssh sshd config檔案 sudo gedit etc ssh sshd config 將gssapiauthentication 設定未no,同時新增usepam no usedns no這兩項 gssapi options gs...