creating secure multicast with socat
Posted
by
arash
on Server Fault
See other posts from Server Fault
or by arash
Published on 2012-11-25T07:41:07Z
Indexed on
2012/11/25
11:07 UTC
Read the original article
Hit count: 271
socat
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
© Server Fault or respective owner