as i check the cookbook pnet1 ===> connect to cloud 1 ===> virtual adoptor 2 on vmware workastation
i connect the router interface to cloud1 and in VMware create a network on vmnet6 in range of 192.168.249.0/24
but it doesn't work and connection could not be established , do i need to add a route on eve for pnet1
this is all related setting as bellow :
Code: Select all
root@eve-ng:~# 
root@eve-ng:~# 
root@eve-ng:~# brctl show
bridge name     bridge id               STP enabled     interfaces
pnet0           8000.000c293d6a0c       no              eth0
pnet1           8000.000c293d6a20       no              eth1
                                                        vunl0_1_0
pnet2           8000.000c293d6a16       no              eth2
pnet3           8000.000000000000       no
pnet4           8000.000000000000       no
pnet5           8000.000000000000       no
pnet6           8000.000000000000       no
pnet7           8000.000000000000       no
pnet8           8000.000000000000       no
pnet9           8000.000000000000       no
vnet0_2         8000.92af0cfe0f6b       no              vunl0_1_16
root@eve-ng:~# 
root@eve-ng:~# 
Code: Select all
root@eve-ng:~# 
root@eve-ng:~# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         192.168.47.2    0.0.0.0         UG    0      0        0 pnet0
192.168.47.0    *               255.255.255.0   U     0      0        0 pnet0
root@eve-ng:~# 
Code: Select all
# The primary network interface
iface eth0 inet manual
auto pnet0
iface pnet0 inet dhcp
    bridge_ports eth0
    bridge_stp off
# Cloud devices
iface eth1 inet manual
auto pnet1
iface pnet1 inet manual
    bridge_ports eth1
    bridge_stp off
iface eth2 inet manual
auto pnet2
iface pnet2 inet manual
    bridge_ports eth2
    bridge_stp off
iface eth3 inet manual
auto pnet3
iface pnet3 inet manual
    bridge_ports eth3
    bridge_stp off
Code: Select all
root@eve-ng:~# 
root@eve-ng:~# ifconfig pnet1
pnet1     Link encap:Ethernet  HWaddr 00:0c:29:3d:6a:20  
          inet6 addr: fe80::20c:29ff:fe3d:6a20/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:5490 errors:0 dropped:2 overruns:0 frame:0
          TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:415557 (415.5 KB)  TX bytes:1076 (1.0 KB)
root@eve-ng:~#