Hi,
We have build Ovirt-engine self hosted. We have created 2 vlans 1 services and 1 student.
This works good.
Services vlan 192.168.60.0/24 gateway ip 192.168.60.1 on this card
Student vlan 192.168.10.0/24 gateway ip 192.168.10.1 on this network card
Everything seems to be oke, but the probem is on the vlan.
On the node 192.168.60.3, there is no internet connection when we do yum update -y
But there is no internet connection on the host. I cant do yum update -y or do anything
else.
Here more information:
^Chttp://mirror.cj2.nl/centos/7.6.1810/extras/x86_64/repodata/repomd.xml: [Errno 14]
curl#56 - "Callback aborted"
Trying other mirror.
^Chttp://mirror.sitbv.nl/centos/7.6.1810/extras/x86_64/repodata/repomd.xml: [Errno 14]
curl#56 - "Callback aborted"
Trying other mirror.
http://mirror.serverius.net/centos/7.6.1810/extras/x86_64/repodata/repomd...: [Errno 14]
curl#7 - "Failed to connect to 2a03:3f40:1::15: Network is unreachable"
[root@bastion ~]# ping nu.nl
PING nu.nl (52.85.140.48) 56(84) bytes of data.
64 bytes from
server-52-85-140-48.man50.r.cloudfront.net (52.85.140.48): icmp_seq=1
ttl=241 time=12.8 ms
^C
[root@bastion ~]# ping
alibabia.com
PING
alibabia.com (137.175.26.243) 56(84) bytes of data.
64 bytes from 137.175.26.243 (137.175.26.243): icmp_seq=1 ttl=115 time=144 ms
64 bytes from 137.175.26.243 (137.175.26.243): icmp_seq=2 ttl=115 time=144 ms
^C
ipv4.method: manual
ipv4.dns: 1.1.1.1
ipv4.dns-search: --
ipv4.dns-options: ""
ipv4.dns-priority: 0
ipv4.addresses: 192.168.60.3/24
ipv4.gateway: 192.168.60.1
ipv4.routes: --
ipv4.route-metric: -1
ipv4.route-table: 0 (unspec)
ipv4.ignore-auto-routes: no
ipv4.ignore-auto-dns: no
public (active)
target: default
icmp-block-inversion: no
interfaces: ovirtmgmt
sources:
services: ssh dhcpv6-client ovirt-postgres ovirt-https ovn-central-firewall-service
ovirt-fence-kdump-listener ovirt-imageio-proxy ovirt-websocket-proxy ovirt-http
ovirt-vmconsole-proxy ovirt-provider-ovn https http cockpit libvirt-tls snmp vdsm
ovirt-imageio ovirt-vmconsole
ports: 9986/tcp 22/tcp 6081/udp 6100/tcp
protocols:
masquerade: yes
forward-ports: port=1337:proto=tcp:toport=22:toaddr=192.168.60.3
port=80:proto=tcp:toport=80:toaddr=192.168.60.5
source-ports:
icmp-blocks:
rich rules:
rule family="ipv4" source address="0.0.0.0/24" accept
[root@athena ~]#
Portfowarding also works to the host 192.168.60.3. so that is no poiint. But only traffic
from the insidehost to outside is not working.
Thanks