Hi has anyone managed to replicate cobbler using ssh tunnels or any other sort 
of tunnels?

I am trying with

ssh -l user <master server ip> -L 80:127.0.0.1:80 -L 873:127.0.0.1:873 -L 
25150:127.0.0.1:25150 -L 25151:127.0.0.1:25151

To create the tunnel

Then 

cobbler replicate --master=127.0.0.1 --distro=*

But it picks up the local cobbler server and tries to replicate itself. This is 
because the ports I'm trying for forward are already in use. Is there any way 
to specify what ports to use?

Hope someone can help.

Thanks :)
_______________________________________________
cobbler mailing list
cobbler@lists.fedorahosted.org
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to