creating secure multicast with socat
- by arash
How we can create secure tunnels multicast with socat?
Assume we have a list of ip address, CIDR network addresses that we want to create secure tunnel to them.
I found this
socat STDIO UDP4-DATAGRAM:224.1.0.1:6666,range=192.168.10.0/24
but I want a secure tunnel and different adds with net addrs
I want to create script that give the IPs and net addresses and create secure tunnel
./myscript IP1 NetAdd1 IP2 NetAdd2 ....
how can i send this parametersw to socat?
Socat multicast hasn't any limits?
Thanks for your help