Skip to content

기글하드웨어기글하드웨어

인터넷 / 소프트웨어 : 윈도우즈, 리눅스, 기타 운영체제, 각종 어플리케이션, 프로그램, 소프트웨어, 인터넷, 인터넷 서비스에 대한 이야기, 소식, 테스트, 정보를 올리는 게시판입니다.

Extra Form

(config)# object network inout(이름은 상관없음)
(config-network-object)# subnet 192.168.0.0 255.255.255.0(꼭 이 대역 아니여도 됩니다. inside 대역)
(config-network-object)# nat (inside,outside) dynamic interface

 

전 이렇게 했었습니다.



  • ?
    알파 2018.01.06 17:57
    명령어 동적으로 설정 해야 하네요
    여테 스틱으로 설정 했네요

    (config)# object network NAT
    (config-network-object)# subnet 192.168.1.0 255.255.255.0
    (config-network-object)# nat (inside,outside) dynamic 공인아이피

    그리고 이러게 설정 하는거 맞습니까
  • ?
    김재훈 2018.01.06 17:59
    interface는 그냥 interface 그대로 적어주시면 됩니다. static은 변환될 공인IP를 지정해줘야 하지만
    dynamic 같은 경우에는 inside가 outside로 나갈 때 포트나 반대로 들어올 때 NAT도 해야해서 그냥 interface로 해주시는 게 맞습니다.
  • ?
    알파 2018.01.06 19:32
    그대로 했는대요
    외부 쪽이랑 접속이 안되는 같은대요
    완전 독립적으로 구동하는거 처럼 보이네요....
    네부랑 외부가요
  • ?
    김재훈 2018.01.07 14:47
    혹시 전체 컨피그를 저에게 보여주실 수 있으신가요?
  • ?
    알파 2018.01.08 21:23
    늦어서 죄송합니다

    : Saved
    :
    : Serial Number: JMX161540FC
    : Hardware: ASA5505, 512 MB RAM, CPU Geode 500 MHz
    :
    ASA Version 9.2(3)
    !
    hostname ASA
    domain-name ASA.com
    enable password r5A9pEXuliDhaB0f encrypted
    xlate per-session deny tcp any4 any4
    xlate per-session deny tcp any4 any6
    xlate per-session deny tcp any6 any4
    xlate per-session deny tcp any6 any6
    xlate per-session deny udp any4 any4 eq domain
    xlate per-session deny udp any4 any6 eq domain
    xlate per-session deny udp any6 any4 eq domain
    xlate per-session deny udp any6 any6 eq domain
    names
    !
    interface Ethernet0/0
    switchport access vlan 2
    !
    interface Ethernet0/1
    !
    interface Ethernet0/2
    !
    interface Ethernet0/3
    !
    interface Ethernet0/4
    !
    interface Ethernet0/5
    !
    interface Ethernet0/6
    !
    interface Ethernet0/7
    !
    interface Vlan1
    nameif inside
    security-level 100
    ip address 192.168.1.1 255.255.255.0
    !
    interface Vlan2
    nameif outside
    security-level 0
    ip address 공인아이피
    !
    ftp mode passive
    dns server-group DefaultDNS
    domain-name ASA.com
    object network NAT
    subnet 192.168.1.0 255.255.255.0
    access-list inside_access_extend extended permit ip any any
    access-list outside_access_in extended permit ip any any
    pager lines 24
    mtu inside 1500
    mtu outside 1500
    no failover
    icmp unreachable rate-limit 1 burst-size 1
    no asdm history enable
    arp timeout 14400
    no arp permit-nonconnected
    !
    object network NAT
    nat (inside,outside) dynamic interface
    timeout xlate 3:00:00
    timeout pat-xlate 0:00:30
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    timeout floating-conn 0:00:00
    dynamic-access-policy-record DfltAccessPolicy
    user-identity default-domain LOCAL
    http server enable
    http 192.168.1.2 255.255.255.255 inside
    no snmp-server location
    no snmp-server contact
    crypto ipsec security-association pmtu-aging infinite
    crypto ca trustpool policy
    telnet timeout 5
    ssh stricthostkeycheck
    ssh timeout 5
    ssh key-exchange group dh-group1-sha1
    console timeout 0

    dhcpd dns 168.126.63.1 168.126.63.2
    !
    dhcpd address 192.168.1.3-192.168.1.254 inside
    dhcpd enable inside
    !
    threat-detection basic-threat
    threat-detection statistics access-list
    no threat-detection statistics tcp-intercept
    !
    !
    prompt hostname context
    no call-home reporting anonymous
    call-home
    profile CiscoTAC-1
    no active
    destination address http https://tools.cisco.com/its/service/oddce/services/DDCEService
    destination address email callhome@cisco.com
    destination transport-method http
    subscribe-to-alert-group diagnostic
    subscribe-to-alert-group environment
    subscribe-to-alert-group inventory periodic monthly
    subscribe-to-alert-group configuration periodic monthly
    subscribe-to-alert-group telemetry periodic daily
    Cryptochecksum:ac52548b4f82379570653a7c683b5136
    : end
  • ?
    김재훈 2018.01.08 23:07
    access-group이라고 ACL 적용시키는 명령어일텐데 이걸로 인바운드, 아웃바운드 모두 허용시켜놓은 ACL을 각 인터페이스에 적용시켜 보세요.

    그것말고는 저도 모르겠네요.ㅠㅠ 저는 설정 파일 이런 식으로 사용할 때 잘 됐던 것 같은데 ㅠㅠㅠ

작성된지 4주일이 지난 글에는 새 코멘트를 달 수 없습니다.


  1. 등록된 글이 없습니다.
목록
Board Pagination Prev 1 ... 280 281 282 283 284 285 286 287 288 289 Next
/ 289

최근 코멘트 30개
므시므시
09:21
유니
09:00
카토메구미
08:59
포인트 팡팡!
08:50
하드매냐
08:43
고자되기
08:43
MUGEN
08:33
Pineapple
08:31
Yukirena
08:24
캐츄미
08:22
니코다이스키
07:51
마라톤
07:49
마라톤
07:48
유지니1203
07:43
아라
07:41
마초코
07:17
리키메
06:48
미쿠미쿠
06:46
dmy01
06:35
아라
06:24
포인트 팡팡!
05:22
라데니안
05:22
카에데
05:19
카에데
05:08
카에데
04:54
카에데
04:48
카에데
04:41
빈도
04:40
카에데
04:36
빈도
04:35

AMD
MSI 코리아
더함
한미마이크로닉스

공지사항        사이트 약관        개인정보취급방침       신고와 건의


기글하드웨어는 2006년 6월 28일에 개설된 컴퓨터, 하드웨어, 모바일, 스마트폰, 게임, 소프트웨어, 디지털 카메라 관련 뉴스와 정보, 사용기를 공유하는 커뮤니티 사이트입니다.
개인 정보 보호, 개인 및 단체의 권리 침해, 사이트 운영, 관리, 제휴와 광고 관련 문의는 이메일로 보내주세요. 관리자 이메일

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소