Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

5xp WebCam Assistance

Status
Not open for further replies.

cjgarner

Technical User
Feb 23, 2004
1
US
Can anyone walk me through or show me where to find info on configing my Netscreen 5xp so I can access my Veo Observer IPCAM via the internet? I have a nanny starting in a few days and I want my wife to type in our home IP and have access to video from work.

Details:
Cable Modem
Netscreen: NS-5XP-001, v5 firmware, default settings (NAT)
8 port Compex switch
Veo Observer Cam (6 computers and one print server in the house

I’m an avid computer user and know the basics of networking; however when it comes to opening and managing ports I’m lost. I’ve been trying to intuitively figure this out for a couple of weeks now and I give in. The Veo directions say to open two ports 80 and 1600, 80 for the webpage interface and 1600 for Authentication and video streaming. Because my ISP blocks port 80 I’m attempting to use port 81. I tried following the directions for MIP and VIP but all I succeeded doing was denying access to 2 of my other computers on the network.

Hope I’ve given enough details, any help is appreciated.
 
CJ,

first off you need to add the service

NS208>set service "veo" protocol tcp src-port 0-65535 dst-port 81-81
NS208>set service "veo" + tcp src-port 0-65535 dst-port 1600-1600

then add your mip

NS208>set interface "ethernet8" mip a.b.c.d host 10.0.34.19 netmask 255.255.255.255 vrouter "untrust-vr"

(I am using multiple vr's if you have one configured then just add it to trust-vr)

then you need to add your policy

NS208>set policy from "Untrust" to "Global" "Any" "MIP(a.b.c.d)" "veo" permit log

Now it should work, however you may need to tweak and or prioritise the traffic over the mip as this is sustained not burst traffic.

Kind regards

Njetscreamer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top