Hi , Thanks for your Tremendous Support.
I am sending you all configuration of mine pls say where i am missing .
As per your reply i added routes on both vms.
VM-1:
[root@localhost ~]# ip r s
default via 192.168.10.3 dev eth0 proto static metric 10
192.168.10.0/25 dev eth0 proto kernel scope link src 192.168.10.5 metric 10
192.168.10.128/25 via 192.168.10.3 dev eth0
[root@localhost ~]# ping 192.168.10.133
PING 192.168.10.133 (192.168.10.133) 56(84) bytes of data.
^C
β 192.168.10.133 ping statistics β
1 packets transmitted, 0 received, 100% packet loss, time 0ms
VM-2 :
[root@localhost ~]# ip r s
default via 192.168.10.131 dev eth0 proto static metric 10
192.168.10.0/25 via 192.168.10.131 dev eth0
192.168.10.128/25 dev eth0 proto kernel scope link src 192.168.10.133 metric 10
[root@localhost ~]# ping 192.168.10.5
PING 192.168.10.5 (192.168.10.5) 56(84) bytes of data.
^C
β 192.168.10.5 ping statistics β
1 packets transmitted, 0 received, 100% packet loss, time 0ms
Also done Ip forwading in vrouters:
vrouter:~# cat /etc/sysctl.d/98-Router4.conf
net.ipv4.ip_forward = 0
net.ipv4.conf.all.forwarding = 0
net.ipv4.conf.default.forwarding = 0
net.ipv4.conf.eth0.forwarding = 1
net.ipv4.conf.eth1.forwarding = 1
net.ipv4.conf.eth2.forwarding = 0
vrouter:~#
This is my router vm template :
onevm update 100 ( virtual router configuration).txt (2.0 KB)
Also in iptables :
vrouter:~# iptables -L -n
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
ACCEPT 1 β 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 β 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
ACCEPT 0 β 192.168.10.0/25 192.168.10.128/25
ACCEPT 0 β 192.168.10.128/25 192.168.10.0/25
ACCEPT 0 β 0.0.0.0/0 0.0.0.0/0
ACCEPT 0 β 0.0.0.0/0 0.0.0.0/0
ACCEPT 1 β 192.168.10.0/25 192.168.10.128/25
ACCEPT 1 β 192.168.10.128/25 192.168.10.0/25
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
Still i did not get this file why ?
/ _ \ | '_ \ / _ \ OpenNebula Service Appliance
| () || | | || /
_/ || |_| ___|
All set and ready to serve 8)
vrouter:~# tail -f /var/log/one-appliance/ONE_configure.log
tail: cannot open β/var/log/one-appliance/ONE_configure.logβ for reading: No such file or directory
tail: no files remaining
vrouter:~# cat /etc/one-appliance/config
cat: /etc/one-appliance/config: No such file or directory
vrouter:~#
can you pls say where i am missing configuration to make connectvity between subnet-1 vm to subnet 2 vm?