Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi,I want any IP on the LAN which is behind the firewall to access an IP 64.x.x.x outside the firewall (on the internet) example any ip 192.168.0.50 to access ip 61.x.x.x on port 6999.How would I go about this.Port 6999 does not need to be open inbou...
Hi,I need to open a port so that one of our user's can access and application externally which uses port 6999.How would I open the port so that the user can access the server using port 6999.ThanksSZ
Hi, Below you have command access-list inside_access_in extended permit tcp 192.168.0.0 255.255.255.0 host eq 6999Where it says server IP, what should go in there,Sam
Thanks for your help.I will try it and let you know.Sam Zebib | DBR IT PTY LTDSenior Network Engineert: 02 9524 1200 f: 02 9524 117549 Captain Cook Drive, Taren Point, NSW [email protected] www.dbrit.com.au Consider the environment -...
Hi, No this IP is for an application we use which connects to a server on the internet.Sam Zebib | DBR IT PTY LTDSenior Network Engineert: 02 9524 1200 f: 02 9524 117549 Captain Cook Drive, Taren Point, NSW [email protected] www.dbrit...
Hi, Thanks for your help.How would I let all LAN ip addresses to access the WAN IP on port 6999.Sam Zebib | DBR IT PTY LTDSenior Network Engineert: 02 9524 1200 f: 02 9524 117549 Captain Cook Drive, Taren Point, NSW [email protected] ...
Hi, Thanks for you help. If I type this;access-list inside_access_in extended permit tcp 192.168.0.0 255.255.255.0 host 61.5.5.5 eq 6999, where it has 192.168.0.0, does that give all my LAN subnet access or should I specify the IP address that I need...