cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
807
Views
3
Helpful
14
Replies

Forward Broadcast

hs08
Spotlight
Spotlight

Hello,

I have subnet like this :

  • My pc under vlan 100 (192.168.100.0/24)
  • My NAS under vlan 150 (192.168.150.0/24)

Actually when the nas and pc located under same subnet, I can discovery the nas from my laptop using vendor utility, but can't discover when the pc and nas in different subnet. So can we forward broadcast for my pc can discover the nas in different subnet?

14 Replies 14

Torbjørn
Spotlight
Spotlight

Are you sure it is utilizing broadcast, and not multicast? If it is multicast you can enable multicast routing on your gateway to achieve discoverability in other subnets.

Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev

try use

IP helper under the VLAN 100 toward the broadcast IP of VLAN 150 subnet 

MHM

You will also need to enter the following config on your gateway interface for VLAN 150:

ip directed-broadcast
Happy to help! Please mark as helpful/solution if applicable.
Get in touch: https://torbjorn.dev

thanks for remember me 

MHM

hs08
Spotlight
Spotlight

hello,

Here my config 

interface Vlan100
ip address 192.168.100.0 255.255.255.0
ip helper-address 192.168.150.255

interface Vlan150
ip address 192.168.150.0 255.255.255.0
ip directed-broadcast

But seem this is not work, the utility still can't find the NAS

hs08_0-1710893872714.png

 

We need more information about this environment, especially what protocol the vendor utility uses to discover the server.

ip helper-address forwards certain UDP protocols. It is likely that the vendor utility uses a protocol that is not one of these. If you know the protocol (and if it is a UDP protocol) then you can use the ip forward-protocol command to enable forwarding of this protocol.

HTH

Rick

Hi,

If i check the apps using UDP port 9999

hs08_0-1710898851069.png

 

BTW, might be helpful if you had a packet capture of the application traffic in both directions.

ip forward-protocol udp 9999

This need also

MHM 

already add the command but still not discovered.

I run lab for  DHCP and it work 
in NAS can you ping VLAN 100 SVI ?

MHM

MHM correctly suggests the need to configure ip forward-protocol. The OP responds "already add" but does not tell us whether this is added under vlan 100 or 150. It needs to be under the receiving vlan (150).

HTH

Rick

This command in global mode not under interface.

MHM

MHM

You are correct. Thanks for pointing out my mistake. I was thinking of directed-broadcast, which is an interface command, and should not have indicated that for forward-protocol.

HTH

Rick
Review Cisco Networking for a $25 gift card