Hello everyone! I am trying to get upnp2 working on my edgerouterX, but I could use some guidance.
My setup:
eth0 = 192.168.1.1/24 (this is where all of my wired devices reside)
eth1 = where my internet connects to
switch0 = 192.168.2.1/24 (this is where my access point resides)
In CLI would I put the following?
configure
set service upnp2 listen-on eth0
set service upnp2 listen-on switch0
set service upnp2 wan eth1
commit
save
Am I thinking about this correctly if I wanted upnp2 to be enabled on both my LANs (192.168.1.1 & 192.168.2.1)?
I appreciate any help anyone can offer. Thanks!