Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to enable multicast on multiple ethernets without using udp range in ubuntu?? #293

Open
udhayNuk opened this issue Jan 21, 2023 · 1 comment

Comments

@udhayNuk
Copy link

udhayNuk commented Jan 21, 2023

root@user-ProLiant-DL360-Gen9:/home/user# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 eth2
0.0.0.0         192.168.0.1     0.0.0.0         UG    100    0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.5.0     0.0.0.0         255.255.255.0   U     102    0        0 eth2
192.168.65.0    0.0.0.0         255.255.255.0   U     103    0        0 eth1

when i added this route -n add -net 0.0.0.0 netmask 0.0.0.0 dev eth2 on eth2 my udp was readable in server

and i enabled in eth1 and eth2 my input was not reading in server

root@user-ProLiant-DL360-Gen9:/home/user# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 eth2
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 eth1
0.0.0.0         192.168.0.1     0.0.0.0         UG    100    0        0 eth0
192.168.0.0     0.0.0.0         255.255.255.0   U     100    0        0 eth0
192.168.5.0     0.0.0.0         255.255.255.0   U     102    0        0 eth2
192.168.65.0    0.0.0.0         255.255.255.0   U     103    0        0 eth1

How to enable multicast on multiple ethernets without using udp range??
any commands please reply me
thank you in advance

@udhayNuk udhayNuk changed the title How to enable multicast on multiple ethernets without using udp range?? How to enable multicast on multiple ethernets without using udp range in ubuntu?? Jan 21, 2023
@jhoblitt
Copy link
Member

I don't understand the question. Could you share the relevant puppet code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants