networkprotocols/ipeventnotifier/te_IPEventNotifier/testdata/ipen_emulator_colinux.ini
changeset 0 af10295192d8
child 6 c64cefac6e99
equal deleted inserted replaced
-1:000000000000 0:af10295192d8
       
     1 //
       
     2 // The tests use a CommDB containing both Ethernet and Serial PPP (e.g. Wintunnel, tcp2ser) support.
       
     3 //
       
     4 //  Set "IAPToUse" to:
       
     5 //     14  ip4   Emulator Ethernet to colinux
       
     6 //     15  ip4+6 Emulator Ethernet to colinux
       
     7 
       
     8 //
       
     9 // This config is for the following setup:
       
    10 //
       
    11 //  colinux 192.168.0.2 -------------(TAP)------------- 192.168.0.1 Windows  <-winpcap ether emu ----------- 192.168.0.5 EPOC
       
    12 //
       
    13 //  The colinux installation must have an active dhcp6 server and router advertisement daemon
       
    14 //
       
    15 
       
    16 [ReceiveMFlag]
       
    17 IAPToUse=15
       
    18 NetworkInterfacePrefixToMonitor=eth6[
       
    19 MFlagExpectedResult=False
       
    20 
       
    21 
       
    22 // Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
       
    23 [IPReady]
       
    24 IAPToUse=14
       
    25 NetworkInterfacePrefixToMonitor=eth[
       
    26 AddressToPush=192.168.0.8
       
    27 ExpectedReady=True
       
    28 
       
    29 
       
    30 // Have to use ethernet here- serial PPP doesn't perform Duplicate Address Detection
       
    31 [IPNotReady]
       
    32 IAPToUse=14
       
    33 NetworkInterfacePrefixToMonitor=eth[
       
    34 // address of colinux
       
    35 AddressToPush=192.168.0.2
       
    36 ExpectedReady=False
       
    37 
       
    38 
       
    39 [LinkLocalAddress]
       
    40 IAPToUse=15
       
    41 NetworkInterfacePrefixToMonitor=eth6[
       
    42 AddressToPush=fe80::123:9a7:fe02:f303
       
    43 
       
    44 [ReceiveOFlag]
       
    45 IAPToUse=15
       
    46 NetworkInterfacePrefixToMonitor=eth6[
       
    47 OFlagExpectedResult=False