Greetings.
I am trying to deploy new Fabric Routers in order to extend my fabric connections to isolated networks.
I created a router on a computer that Advertises using a Port Forwarded Ip. (Its real IP is 192.168.0.64 but it advertises as 172.18.102.155). The Port Forwarding is handled by a router (Physical device) in my network.
Without this port forwarding, my Ziti router cannot create listening links from other routers in the network (As they have a different IP).
I have the following errors when I run the Fabric Router. NOTE: Dial links work perfectly but listening links fail with this error.
[ 120.745] ERROR channel.(*classicListener).acceptConnection.func1 [tls:0.0.0.0:10080]: error receiving hello from [tls:172.18.102.81:55198] (receive error (remote error: tls: bad certificate))
[ 180.761] ERROR channel.(*classicListener).acceptConnection.func1 [tls:0.0.0.0:10080]: error receiving hello from [tls:172.18.102.81:55546] (receive error (remote error: tls: bad certificate))
[ 180.776] ERROR channel.(*classicListener).acceptConnection.func1 [tls:0.0.0.0:10080]: error receiving hello from [tls:172.18.102.66:43162] (receive error (remote error: tls: bad certificate))
What I want to do is to connect an Isolated Service (Not accessible on the network but only visible to the 192.168.0.64 machine) through an Edge Router that will be connected to this Fabric router that acts as a bridge between networks.
In short.
(Ziti Network 1) <â> Fabric Router <â> (Private Network 1)
In Ziti Network 1 I have a Ziti controller and 3 Edge routers and a few services âeverything works good over there as they are in the same range of IPsâ.
But I cannot manage to connect this Fabric Router in order to join my service from Private Network 1 into the Ziti Network.
I am attaching a screenshot of my YAML configuration and the created Fabric Links.
Thank you in advance.