【求助】請教CISCO PIX防火牆的設定

顯示結果從第 1 筆 到 7 筆,共計 7 筆
  1. #1
    會員
    註冊日期
    2001-05-31
    討論區文章
    25

    【求助】請教CISCO PIX防火牆的設定

    請教一下各位先進:

    我公司內部有一台機器,想要開port出去,不知道指令該如何下?
    比如說內部機器為 192.168.1.100,要開放25(SMTP)

    另外要是全開放,也就是全部通透,內到外port全開,指令為何?

    謝謝各位∼



  2. #2
    會員 門神 的大頭照
    註冊日期
    2001-06-04
    所在地區
    100M/40M,16M/8M,3.5G
    討論區文章
    1,993
    建議使用PDM最簡單

  3. #3
    會員
    註冊日期
    2001-05-31
    討論區文章
    25
    不好意思...小弟剛接觸PIX!
    可以說的詳細一點嗎?

    若是用指令,該如何去下呢?

  4. #4
    會員
    註冊日期
    2001-05-04
    討論區文章
    50
    要先建ACCESS-LIST

    access-list 1 permit tcp any host X.X.X.X eq 25
    不過X.X.X.X要用PUBLIC IP吧??!!
    然後再套用入INTERFACE中

    access-group 1 in interface outside
    (outbound名稱)
    剛開始真的用PDM比較容易,PDM就是PIX的WEB介面,不過也是要先指定給哪個IP用PDM

    pdm location 192.168.1.100 255.255.255.255 inside
    (inbound name)
    這是指只有192.168.1.100才能用PDM連入
    我懂得也不多,說的不對,請勿見怪!!!

  5. #5
    會員
    註冊日期
    2001-05-31
    討論區文章
    25
    嗯....謝謝popeye兄的回覆!
    我再試試!



  6. #6
    會員
    註冊日期
    2001-05-06
    討論區文章
    48

    回覆: 【求助】請教CISCO PIX防火牆的設定

    最初由 windpp 發表
    請教一下各位先進:

    我公司內部有一台機器,想要開port出去,不知道指令該如何下?
    比如說內部機器為 192.168.1.100,要開放25(SMTP)

    另外要是全開放,也就是全部通透,內到外port全開,指令為何?

    謝謝各位∼
    Sorry I can only use English.

    For better PIX OS support, you better post your config file. And let people know your PIX OS version/PIX model. Different version/model has different functions to complete your job.

    Let me assume you are using 6.1(x). If you want to open an smtp port 25 to a host IP 192.168.2.10 and you have a static IP 24.44.44.44(I make it up.) doing PAT for you.

    First, you permit smtp type packets come in.

    access-list 102 permit tcp any any eq smtp

    Second, you static packets to the host you want.

    static (inside,outside) tcp 24.44.44.44 host smtp 192.168.2.10 smtp netmask 255.255.255.255 0 0

    Don't forget make access-list effect by using following command.

    nat (inside) 0 access-list 102

    It's a good practice to use access-list and static rather than access-list and conduit due to CISCO tend to phase out conduit command support(It's no longer availabe in PIX OS 6.3(x) as I recalled.)

    If your PIX has DMZ zone, you can also use DMZ to put your host so you can make your box open.(You need to at least has a 3 NIC interface cards PIX to do that.)


    After you test it. Don't forget write config to memory!!

    I'm no CCNE guy, but this is based on my field exp. So it may not accurate but idea is good.

    Best regards


    Calvin

  7. #7
    會員
    註冊日期
    2001-05-31
    討論區文章
    25
    Thanks for your reply.....

類似的主題

  1. 【問題】請教各位高手有關合勤ZTWALL5防火牆的DMZ的設法
    作者:jl0329 所在討論版:-- 網 路 硬 體 版
    回覆: 1
    最後發表: 2006-07-03, 11:22 AM
  2. 請問哪有cisco pix 515e 防火牆設定的教學資料??
    作者:Ezond 所在討論版:-- 網 路 技 術 版
    回覆: 2
    最後發表: 2006-05-01, 01:18 PM
  3. 請問一下cisco防火牆的指令..
    作者:Ezond 所在討論版:-- 網 路 硬 體 版
    回覆: 4
    最後發表: 2003-09-17, 12:39 PM
  4. 有關cisco 2900 XL防火牆的問題
    作者:filefox 所在討論版:-- 網 路 硬 體 版
    回覆: 3
    最後發表: 2003-08-06, 08:37 AM
  5. 能不能跟大家請教一下XP防火牆的使用跟設定方法
    作者:imgary 所在討論版:-- 網 路 技 術 版
    回覆: 0
    最後發表: 2002-01-17, 06:24 PM

 

cisco pix 515e 設定指令

how to know cisco pix firewall 515e port opened

pix 515 設定介面up

cisco pix 515e nat 設定

PIX 515e pdm設定

發表文章規則

  • 不可以發表新主題
  • 不可以回覆文章
  • 不可以上傳附加檔案
  • 不可以編輯自己的文章
  •