Hi ,

I am trying to use two network adapters in my Bono.

One is virtual ip address (eth0), and it is  used for inter-communication
of Clearwater-infrastructure.

The other is physical address (eth1), and it is used for getting SIP
request from Internet.

I configured according this document ,
http://clearwater.readthedocs.io/en/stable/Multiple_Network_Support.html

However,when I run service clearwater-infrastructure restart , eth1
disappeared while I type ifconfig .

In addition , when i tried to ping google.com or any other domain name , it
give a error message "network is unreachable."
As expected , I cannot sign in my Clearwater.(Get message 590 port is not
reachable)
The command and configuration is under below

Local_config:

local_ip=my virtual ip
public_ip=my physical ip
public_hostname= my clearwater zone
etcd_cluster = six components virtual ips
signaling_namespace=signaling
signaling_dns_server=my dns server ip
management_local_ip=my virtual ip

Network namespace command :

ip netns add signaling
ip link set eth1 netns signaling
ip netns exec signaling ifconfig lo up
ip netns exec signaling ifconfig eth1 <my physical ip/16> up
ip netns exec signaling route add default gateway <my physical ip's
gateway> dev eth1


Are there anything I forgot to configure? Or something that I did wrong.

Could you give me some ideas about this situation.

Thank you.

Morris Yan.
_______________________________________________
Clearwater mailing list
[email protected]
http://lists.projectclearwater.org/mailman/listinfo/clearwater_lists.projectclearwater.org

Reply via email to