sleinen / samplicator

Send copies of (UDP) datagrams to multiple receivers, with optional sampling and spoofing
GNU General Public License v2.0
389 stars 132 forks source link

Ipv6 default bind #53

Open limbo127 opened 6 years ago

limbo127 commented 6 years ago

Hello, By default, samplicate intercept all on ipv4 interface ( 0.0.0.0) but not for ipv6. So with ipv6 and multiple address, we must start multiple samplicate instance with -s

Regards, Nicolas

sleinen commented 6 years ago

Thanks for your report. I would really like samplicate to be useful with IPv6. Did you try -s ::? In general, :: is the IPv6 equivalent for what 0.0.0.0 means in IPv4.