06-04-2003 07:11 AM - edited 03-02-2019 07:52 AM
Can you forward udp broadcasts to a subnet (rather than a host) using the ip helper-address command?
I have an application that relies on UDP broadcasts on UDP port 6614. I want these broadcasts to go to any device on a certain subnet (the subnet is actually a vpn pool on a PIX fw).
06-04-2003 04:05 PM
Yes, you can use the subnet broadcast address as the helper address.
06-04-2003 08:49 PM
For specific ports, use,
Router(config)#ip forward-protocol udp 6614
Forward the broadcast as a directed broadcast on to the subnet. Say for example if subnet is 192.168.1.0/24, then the helper-address command would look like, "ip helper-addres 192.168.1.255"
When you enable helper-address 8 default udp ports are always forwarded. You might want to disable them.
no ip forward-protocol udp bootpc
no ip forward-protocol udp tftp
no ip forward-protocol udp nameserver
no ip forward-protocol udp domain
no ip forward-protocol udp time
no ip forward-protocol udp tacacs
HTH
06-09-2003 04:46 PM
I tried using the broadcast address (172.17.255.255) as the helper address but I did not see any UDP traffic being forwarded. If I used the IP address the VPN client gets from the vpn pool (172.17.1.5), I could see lots of UDP traffic. I also tried using 172.17.1.255 as the helper address with no success.
Any ideas?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide