03-19-2024 01:02 AM
Hello,
I have subnet like this :
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?
03-19-2024 01:13 AM
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.
03-19-2024 04:14 AM
try use
IP helper under the VLAN 100 toward the broadcast IP of VLAN 150 subnet
MHM
03-19-2024 04:19 AM
You will also need to enter the following config on your gateway interface for VLAN 150:
ip directed-broadcast
03-19-2024 04:20 AM
thanks for remember me
MHM
03-19-2024 05:18 PM
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
03-19-2024 06:30 PM
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.
03-19-2024 06:41 PM
Hi,
If i check the apps using UDP port 9999
03-19-2024 07:32 PM
BTW, might be helpful if you had a packet capture of the application traffic in both directions.
03-19-2024 09:23 PM
ip forward-protocol udp 9999
This need also
MHM
03-19-2024 10:23 PM
already add the command but still not discovered.
03-20-2024 08:45 AM
I run lab for DHCP and it work
in NAS can you ping VLAN 100 SVI ?
MHM
03-20-2024 11:54 AM
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).
03-20-2024 12:03 PM
This command in global mode not under interface.
MHM
03-20-2024 02:06 PM
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.
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