<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">hi Thomas,</div><div class="">thanks for help.</div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">On the open nebula host server :</div><div class=""><br class=""></div><div class="">——————————————-</div><div class=""><div class="">[root@CentOS-70-64-minimal ~]# ip a</div><div class="">1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN</div><div class="">    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00</div><div class="">    inet 127.0.0.1/8 scope host lo</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">    inet6 ::1/128 scope host</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master br0 state UP qlen 1000</div><div class="">    link/ether 6c:62:6d:d9:09:05 brd ff:ff:ff:ff:ff:ff</div><div class="">    inet6 fe80::6e62:6dff:fed9:905/64 scope link</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">3: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP</div><div class="">    link/ether 6c:62:6d:d9:09:05 brd ff:ff:ff:ff:ff:ff</div><div class="">    inet 46.4.99.35 peer 46.4.99.33/32 brd 46.4.99.35 scope global br0</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">    inet6 fe80::6e62:6dff:fed9:905/64 scope link</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">4: virbr0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP</div><div class="">    link/ether fe:00:c0:a8:00:64 brd ff:ff:ff:ff:ff:ff</div><div class="">    inet 192.168.122.1/24 brd 192.168.122.255 scope global virbr0</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">9: vnet0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master virbr0 state UNKNOWN qlen 500</div><div class="">    link/ether fe:00:c0:a8:00:64 brd ff:ff:ff:ff:ff:ff</div><div class="">    inet6 fe80::fc00:c0ff:fea8:64/64 scope link</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">10: vnet1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master virbr0 state UNKNOWN qlen 500</div><div class="">    link/ether fe:00:c0:a8:00:65 brd ff:ff:ff:ff:ff:ff</div><div class="">    inet6 fe80::fc00:c0ff:fea8:65/64 scope link</div><div class="">       valid_lft forever preferred_lft forever</div><div class="">11: vnet2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast master virbr0 state UNKNOWN qlen 500</div><div class="">    link/ether fe:00:c0:a8:00:66 brd ff:ff:ff:ff:ff:ff</div><div class="">    inet6 fe80::fc00:c0ff:fea8:66/64 scope link</div><div class="">       valid_lft forever preferred_lft forever</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">[root@CentOS-70-64-minimal ~]# ip r</div><div class="">default via 46.4.99.33 dev br0</div><div class="">46.4.99.33 dev br0  proto kernel  scope link  src 46.4.99.35</div><div class="">169.254.0.0/16 dev br0  scope link  metric 1003</div><div class="">192.168.0.102 dev virbr0  scope link</div><div class="">192.168.122.0/24 dev virbr0  proto kernel  scope link  src 192.168.122.1</div></div><div class=""><br class=""></div><div class=""><div class="">[root@CentOS-70-64-minimal ~]# ip neigh show</div><div class="">192.168.0.102 dev virbr0 lladdr 02:00:c0:a8:00:66 STALE</div><div class="">192.168.0.101 dev br0 lladdr 02:00:c0:a8:00:65 STALE</div><div class="">192.168.122.56 dev virbr0 lladdr 02:00:c0:a8:00:64 STALE</div><div class="">192.168.0.100 dev virbr0  FAILED</div><div class="">192.168.0.100 dev br0  FAILED</div><div class="">46.4.99.33 dev br0 lladdr 00:26:88:75:e6:88 REACHABLE</div></div><div class=""><br class=""></div><div class=""><div class="">[root@CentOS-70-64-minimal ~]# iptables -nvL</div><div class="">Chain INPUT (policy ACCEPT 767K packets, 2018M bytes)</div><div class=""> pkts bytes target     prot opt in     out     source               destination</div><div class="">    0     0 ACCEPT     udp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            udp dpt:53</div><div class="">    0     0 ACCEPT     tcp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            tcp dpt:53</div><div class="">   17  5576 ACCEPT     udp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            udp dpt:67</div><div class="">    0     0 ACCEPT     tcp  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            tcp dpt:67</div><div class=""><br class=""></div><div class="">Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)</div><div class=""> pkts bytes target     prot opt in     out     source               destination</div><div class="">    0     0 ACCEPT     all  --  *      virbr0  0.0.0.0/0            192.168.122.0/24     ctstate RELATED,ESTABLISHED</div><div class="">    0     0 ACCEPT     all  --  virbr0 *       192.168.122.0/24     0.0.0.0/0</div><div class="">    0     0 ACCEPT     all  --  virbr0 virbr0  0.0.0.0/0            0.0.0.0/0</div><div class="">    0     0 REJECT     all  --  *      virbr0  0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable</div><div class="">    0     0 REJECT     all  --  virbr0 *       0.0.0.0/0            0.0.0.0/0            reject-with icmp-port-unreachable</div><div class=""><br class=""></div><div class="">Chain OUTPUT (policy ACCEPT 685K packets, 270M bytes)</div><div class=""> pkts bytes target     prot opt in     out     source               destination</div></div><div class=""><br class=""></div><div class="">but the iptables seems not running:</div><div class=""><br class=""></div><div class=""><div class="">[root@CentOS-70-64-minimal ~]# service iptables status</div><div class="">Redirecting to /bin/systemctl status  iptables.service</div><div class="">iptables.service - IPv4 firewall with iptables</div><div class="">   Loaded: loaded (/usr/lib/systemd/system/iptables.service; enabled)</div><div class="">   Active: inactive (dead)</div><div class=""><br class=""></div><div class="">Nov 20 16:38:39 CentOS-70-64-minimal systemd[1]: Stopped IPv4 firewall with iptables.</div></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">————————</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">from within  vm (can connect only  to one with vnc so can’t simple cut and paste):</div><div class=""><br class=""></div><div class="">+++++++++++++++++++++++++++++++++++++++++++++++++++</div><div class=""><br class=""></div><div class="">#ifconfig -a</div><div class="">eth0: Link…</div><div class="">         inet addr:192.168.0.102 Bcast:192.168.0.255 Mask: 255.255.255.0</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""># route -n</div><div class=""> Kernel IP routing table </div><div class="">Destingation G</div><div class=""><br class=""></div><div class=""><div class="">Destingation            Gateway          Genmask                 Flags Metric Ref    Use Iface</div><div class="">192.168.0.0             0.0.0.0               255.255.255.0         U       0           0        0    eth0</div><div class="">0.0.0.0                     192.168.0.1       0.0.0.0                     UG    0           0        0    eth0</div></div><div class=""><br class=""></div><div class="">iptables ist not running….</div><div class=""><br class=""></div><div class="">+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On 20.11.2014, at 16:50, Thomas Stein <<a href="mailto:himbeere@meine-oma.de" class="">himbeere@meine-oma.de</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">Please post the output of<span class="Apple-converted-space"> </span></span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">ip a</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">ip r</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">ip neigh show</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">iptables -nvL</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">from the hardwarenode the vm is running on and from within the vm.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">cheers</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">t.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">On 20. November 2014 16:44:29 MEZ, Nikolaj Majorov <</span><a href="mailto:nikolaj@majorov.biz" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">nikolaj@majorov.biz</a><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">> wrote:</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><blockquote type="cite" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">HI,<br class="">unfortunately I can’t connect … :-(<br class=""><br class="">Here is my new configuration:<br class=""><br class="">$cat mynetwork_virbr0.one<br class="">NAME = "2private"<br class=""><br class="">BRIDGE = virbr0<br class=""><br class="">AR = [<br class="">  TYPE = IP4,<br class="">  IP = 192.168.0.100,<br class="">  SIZE = 3<br class="">]<br class=""><br class=""><br class=""><br class="">$ tracepath -n 192.168.0.101<br class="">1:  46.4.99.35                                            0.052ms pmtu<br class="">1500<br class="">1:  46.4.99.33                                            0.901ms<br class="">1:  46.4.99.33                                            0.956ms<br class="">2:  213.239.224.193                                       0.305ms<br class="">3:  213.239.245.125                                       0.453ms<br class="">4:  213.239.245.221                                       3.034ms<br class="">5:  no reply<br class="">6:  no reply<br class="">7:  no reply<br class="">8:  no reply<br class=""><br class=""><br class=""><blockquote type="cite" class="">On 20.11.2014, at 15:00, Thomas Stein <<a href="mailto:himbeere@meine-oma.de" class="">himbeere@meine-oma.de</a>> wrote:<br class=""><br class="">On Thursday 20 November 2014 11:57:17 Nikolaj Majorov wrote:<br class=""><blockquote type="cite" class="">Hello,<br class=""><br class=""><br class="">I install open nebula 4.8 on centos 7 as described in quickstarts<br class=""></blockquote></blockquote>and<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">confiture my private network as it was showed in example:<br class=""><br class="">NAME = "private"<br class=""><br class="">BRIDGE = br0<br class=""><br class="">AR = [<br class="">  TYPE = IP4,<br class="">  IP = 192.168.0.100,<br class="">  SIZE = 3<br class="">]<br class=""></blockquote><br class="">I suppose you using virbr0 as bridge device. Can you try this?<br class=""><br class="">t.<br class=""><br class=""><blockquote type="cite" class="">Starting vm I have got IP 192.168.0.100, but  I can’t connect to the<br class=""></blockquote></blockquote>VM over<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">ssh and even ping it. What should I do with network to access the VM<br class=""></blockquote></blockquote>( add<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">route/gateway  ) ? I’m really newbie in the networking  , so please<br class=""></blockquote></blockquote>give<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">some hints ..<br class=""><br class=""><br class="">So my network configuration is :<br class=""><br class="">ifconfig -a<br class=""><br class="">br0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br class="">      inet 46.4.99.35  netmask 255.255.255.255  broadcast<br class=""></blockquote></blockquote>46.4.99.35<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">      inet6 fe80::6e62:6dff:fed9:905  prefixlen 64  scopeid<br class=""></blockquote></blockquote>0x20<link><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">      ether 6c:62:6d:d9:09:05  txqueuelen 0  (Ethernet)<br class="">      RX packets 522518  bytes 1880517877 (1.7 GiB)<br class="">      RX errors 0  dropped 0  overruns 0  frame 0<br class="">      TX packets 444071  bytes 51737672 (49.3 MiB)<br class="">      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br class=""><br class="">eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br class="">      inet6 fe80::6e62:6dff:fed9:905  prefixlen 64  scopeid<br class=""></blockquote></blockquote>0x20<link><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">      ether 6c:62:6d:d9:09:05  txqueuelen 1000  (Ethernet)<br class="">      RX packets 1498963  bytes 1952763267 (1.8 GiB)<br class="">      RX errors 0  dropped 0  overruns 0  frame 0<br class="">      TX packets 444309  bytes 51763060 (49.3 MiB)<br class="">      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br class=""><br class="">lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 65536<br class="">      inet 127.0.0.1  netmask 255.0.0.0<br class="">      inet6 ::1  prefixlen 128  scopeid 0x10<host><br class="">      loop  txqueuelen 0  (Local Loopback)<br class="">      RX packets 149945  bytes 166430929 (158.7 MiB)<br class="">      RX errors 0  dropped 0  overruns 0  frame 0<br class="">      TX packets 149945  bytes 166430929 (158.7 MiB)<br class="">      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br class=""><br class="">virbr0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br class="">      inet 192.168.122.1  netmask 255.255.255.0  broadcast<br class=""></blockquote></blockquote>192.168.122.255<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">ether fe:00:c0:a8:7a:03  txqueuelen 0  (Ethernet)<br class="">      RX packets 18  bytes 3711 (3.6 KiB)<br class="">      RX errors 0  dropped 0  overruns 0  frame 0<br class="">      TX packets 69  bytes 3818 (3.7 KiB)<br class="">      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br class=""><br class="">vnet2: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500<br class="">      inet6 fe80::fc00:c0ff:fea8:7a03  prefixlen 64  scopeid<br class=""></blockquote></blockquote>0x20<link><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">      ether fe:00:c0:a8:7a:03  txqueuelen 500  (Ethernet)<br class="">      RX packets 25  bytes 4805 (4.6 KiB)<br class="">      RX errors 0  dropped 0  overruns 0  frame 0<br class="">      TX packets 1303  bytes 68138 (66.5 KiB)<br class="">      TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0<br class=""><br class=""><br class="">and routing looks like this:<br class=""><br class="">$ route -n<br class="">Kernel IP routing table<br class="">Destination     Gateway         Genmask         Flags Metric Ref   <br class=""></blockquote></blockquote>Use<br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">Iface 0.0.0.0         46.4.99.33      0.0.0.0         UG    0      0<br class=""></blockquote></blockquote><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">0 br0 46.4.99.33      0.0.0.0         255.255.255.255 UH    0      0<br class=""></blockquote></blockquote><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">0 br0 169.254.0.0     0.0.0.0         255.255.0.0     U     1003   0<br class=""></blockquote></blockquote><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">0 br0 192.168.122.0   0.0.0.0         255.255.255.0   U     0      0<br class=""></blockquote></blockquote><br class=""><blockquote type="cite" class=""><blockquote type="cite" class="">0 virbr0<br class=""><br class="">Many thanks for any hint !<br class=""><br class=""><br class="">Kind regards ,<br class=""><br class="">Nikolaj Majorov<br class=""><a href="mailto:nikolaj@majorov.biz" class="">nikolaj@majorov.biz</a><br class=""><br class=""><br class=""><br class=""><br class=""><br class=""><br class="">_______________________________________________<br class="">Users mailing list<br class=""><a href="mailto:Users@lists.opennebula.org" class="">Users@lists.opennebula.org</a><span class="Apple-converted-space"> </span><<a href="mailto:Users@lists.opennebula.org" class="">mailto:Users@lists.opennebula.org</a>><br class=""><a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" class="">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br class=""></blockquote></blockquote><<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" class="">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>><br class=""><blockquote type="cite" class=""><br class="">_______________________________________________<br class="">Users mailing list<br class=""><a href="mailto:Users@lists.opennebula.org" class="">Users@lists.opennebula.org</a><span class="Apple-converted-space"> </span><<a href="mailto:Users@lists.opennebula.org" class="">mailto:Users@lists.opennebula.org</a>><br class=""><a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" class="">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br class=""></blockquote><<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" class="">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a>><br class=""><br class=""><br class="">------------------------------------------------------------------------<br class=""><br class="">_______________________________________________<br class="">Users mailing list<br class=""><a href="mailto:Users@lists.opennebula.org" class="">Users@lists.opennebula.org</a><br class=""><a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" class="">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a></blockquote></div></blockquote></div><br class=""></body></html>