配置vxsim虚拟网卡

1. 首先要安装虚拟网卡,方法:
   添加新硬件->添加新设备->选择网卡->从磁盘安装->选择目录为Tornado2.2ppc\host\x86-win32\bin里的netULIP.inf然后安装。
   安装完毕后要进行配置,例如ip地址为192.168.10.110,子网掩码为255.255.255.0
  
2. configure target server:tool->configure target servers
    new一个target server出来,
    地址为开始设置的ip地址(192.168.10.110),available back选wdbrpc,
    其中的core file and symbolsystem选生成的vxworks.exe位置处,
    memory catch size选specify 2000。
    target name/ip address填192.168.10.1。ok即可

3. vxworks组件配置(include表示需要增加该组件,only include表示该展开项下只包含该组件):
   development tool component 
       -target shell component(include)
    -WDB agent component 
        -select WDB connection
            -WDB END driver connectioin(only include)
        -select WDB mode 
            -WDB task debugging(only include)                
    -show routines   // 如果需要可再添加其他的show routine
        -memory show routine(include)
     -semaphore show routine(include)
     -symbol table show routine(include)  
   network components  
       -networking protocols
           -network debugging
               -ICMP show routines(include)
               -IGMP show routines(include)
     -network application
         -PING client(include)
     -core TCP/IP components
               -ICMPv4(include)
      -IGMPv4(include)
   operating system 
       -IO system components
           -File System and Disk Utilities

posted @ 2011-10-15 10:16  逆时针  阅读(842)  评论(0编辑  收藏  举报