• If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.
Xin chào ! Nếu đây là lần đầu tiên bạn đến với diễn đàn, xin vui lòng danh ra một phút bấm vào đây để đăng kí và tham gia thảo luận cùng VnPro.

Announcement

Collapse
No announcement yet.

Khong the config interface khi chay Qemu ?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Khong the config interface khi chay Qemu ?

    hi guys,

    Mi`nh setup Qemu de cha.y ASA, sao khi load ASA va config interface voi ip thi no bi loi 'Failed to change interface status: cannot get channel'.

    Co ca'ch na`o fix khong vay ? Thanks
    Attached Files

  • #2
    bạn xem lại cấu hình file ASA.bat!!!!lỗi này là do bạn gán card loopback lộn với interface nào đó ko phải e0/0. có thể là gán wa 1 interface nào khác. mún bit bạn đã gán loopback vào cổng nào có 2 cách:
    thứ 1 là bạn xem lại file ASA.bat
    thứ 2 là bạn telnet vo ASA, thực hiện câu lệnh "show version".bạn sẽ nhìn thấy 6 interface từ e0/0->e0/5.
    + nếu interface nào có " Ext: Ethernet0/0 : address is 00aa.0000.0201, irq 255" nghĩa là interface đó bạn đã gán loopback.
    + các interface còn lại sẽ là:
    "Ext: Ethernet0/1 : irq 255
    Ext: Ethernet0/2 : irq 255
    Ext: Ethernet0/3 : irq 255
    Ext: Ethernet0/4 : irq 255
    Ext: Ethernet0/5 : irq 255"
    Nguyễn Quốc Lễ, CCNP CCSP
    Email: nguyenquocle@wimaxpro.org

    Viet Professionals Co. Ltd. VnPro ®
    ---------------------------------------
    149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
    Tel: (08) 35124257
    Fax: (08) 5124314
    Support Forum : http://www. vnpro.org
    Live Chat http://vnpro.org/forum/image.php?u=2...ine=1233770177 : http://www.vnpro.vn/support
    Blog VnPro : http://www.vnpro.org/blog
    Cộng Đồng Mạng Không Dây Việt Nam

    Comment


    • #3
      Hi,

      Day la` Cisco ASA.bat cua mi`nh
      qemu -L . -hda FLASH -hdachs 980,16,32 -kernel vmlinuz -initrd asa802-k8 -m 256 --no-kqemu -append "auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32" -serial telnet::4444,server,nowait
      telnet localhost 4444
      Co`n day la` show ver:
      ciscoasa# sh ver

      Cisco Adaptive Security Appliance Software Version 8.0(2)

      Compiled on Fri 15-Jun-07 19:29 by builders
      System image file is "Unknown, monitor mode tftp booted image"
      Config file at boot was "startup-config"

      ciscoasa up 14 secs

      Hardware: , 128 MB RAM, CPU Pentium II 2660 MHz
      Internal ATA Compact Flash, 256MB
      BIOS Flash Firmware Hub @ 0xffe00000, 1024KB

      0: Ext: Ethernet0/0 : irq 255
      1: Ext: Ethernet0/1 : irq 255
      2: Ext: Ethernet0/2 : irq 255
      3: Ext: Ethernet0/3 : irq 255
      4: Ext: Ethernet0/4 : irq 255
      5: Ext: Ethernet0/5 : irq 255
      VLANs : 200
      Failover : Active/Active
      3DES-AES : Enabled
      Security Contexts : 20
      GTP/GPRS : Enabled
      VPN Peers : 5000
      WebVPN Peers : 2500
      ADV END SEC : Enabled

      Serial Number: 123456789AB
      Running Activation Key: 0x00000000 0x00000000 0x00000000 0x00000000 0x00000000
      Configuration register is 0x0
      Configuration has not been modified since last system restart.
      Xin hoi ca'i Ca'i config nhu vay co' dung ko ? Thanks.

      Comment


      • #4
        đây là file mình đang chạy nè.bạn xem rồi đối chiếu nha,cau hình bạn sai rồi đó.
        @echo off
        cls
        title ASA Simulator
        setlocal
        set command_name= qemupcap -L . -hda FLASH1 -hdachs 980,16,32 -kernel vmlinuz -initrd asa.gz -m 256 --no-kqemu
        set parameter= -append "auto nousb ide1=noprobe bigphysarea=16384 console=ttyS0,9600n8 hda=980,16,32"
        set nic1=-net nic,vlan=0,model=i82557b,macaddr=00:aa:00:00:02:01 -net pcap,vlan=0,ifname=\Device\NPF_{B4C9DC70-6BDB-4FBE-9A63-42EC3D4D193E}

        set options=-serial telnet::20001,server,nowait

        %command_name% %parameter% %nic1% %nic2% %nic3% %nic4% %nic5% %nic6% %options%

        Cái dòng in đậm màu đỏ là loopback interface được thấy bằng ứng dụng dynamic "Network device list" sẽ thay đổi tương ứng với máy tính của bạn
        Nguyễn Quốc Lễ, CCNP CCSP
        Email: nguyenquocle@wimaxpro.org

        Viet Professionals Co. Ltd. VnPro ®
        ---------------------------------------
        149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
        Tel: (08) 35124257
        Fax: (08) 5124314
        Support Forum : http://www. vnpro.org
        Live Chat http://vnpro.org/forum/image.php?u=2...ine=1233770177 : http://www.vnpro.vn/support
        Blog VnPro : http://www.vnpro.org/blog
        Cộng Đồng Mạng Không Dây Việt Nam

        Comment


        • #5
          Hi,

          Mi`nh nghi~ mi`nh config sai. Ne^n mi`nh muon la`m lai tu dau.

          Trong cai link nay http://vnpro.org/forum/showthread.php?t=15986, ban la`m sao la`m Step 3 vay ?

          Cai hi`nh duoi la` sao khi mi`nh da~ config window loopback interface. IP 10.10.10.1/24

          Xin chi? dan^~. Thanks.
          Attached Files

          Comment


          • #6
            bước 3: yêu cầu bạn phải cài ứng dụng giả lập router là Dynamips.Típ theo bạn chạy ứng dụng "network device list.cmd" ngay trên desktop. để có được "\Device\NPF_{B4C9DC70-6BDB-4FBE-9A63-42EC3D4D193E}"
            Nguyễn Quốc Lễ, CCNP CCSP
            Email: nguyenquocle@wimaxpro.org

            Viet Professionals Co. Ltd. VnPro ®
            ---------------------------------------
            149/1D Ung Văn Khiêm P25 Q.Bình thạnh TPHCM
            Tel: (08) 35124257
            Fax: (08) 5124314
            Support Forum : http://www. vnpro.org
            Live Chat http://vnpro.org/forum/image.php?u=2...ine=1233770177 : http://www.vnpro.vn/support
            Blog VnPro : http://www.vnpro.org/blog
            Cộng Đồng Mạng Không Dây Việt Nam

            Comment

            Working...
            X