On Thu March 17 2016 15:19, David wrote: > Ok, anyone who has experience with HP routers chime in :) > > we have a router configured with LAN and WAN interfaces and need to > allow some ports to pass and I cannot find the commands to add the ports > I need to allow. > > If anyone knows how or where I need to look to do this im all ears. > Thanks > Dave
Dave, Believe for the HP MSR series this is done under the WAN interface. <quote> interface Dialer1 (or whatever your WAN interface is) nat server 1 protocol tcp global current-interface 8080 inside \ 192.168.1.126 8080 </quote> to forward outside port 8080 to a host inside. If this is not what you are trying to do, sorry. -- Larry Smith [email protected]
