I tried to configure my router so that only 4 services are accesibel from outside. My question is in the the forum one week ago and the Solution what i became was good but not for my situation. It was based on URL filtering or IP filtering. What I need is different. My cisco PIX router is between the server and the WAN. Server has intern ip 192.168.1.100 and will be used only for special sevices. I will to let access only to the vnc, http and a certain range of ports, which will be used for Lotus Notes f. i 1352 to 1364 from outside. This are tcp ports 5800,5900 and 80,1352.
All other Ports should be closed. How look the Commands like for this configuration?
What I have at the time is this:
access-list inbound permit tcp any any eq www
access-list inbound permit tcp any any eq 5800
access-list inbound permit udp any any eq 5800
access-list inbound permit udp any any eq 5900
access-list inbound permit tcp any any eq 5900
access-list inbound permit tcp any any range 1352 1364
/* And to close all oher Ports I have this command, but it has no effect and I see my voip application, which run onport 3080 has just access to outside and become data from there!
*/
access-list outbound deny ip any any
..........................................
ip address outside pppoe setroute
global (outside) 1 interface
static (inside,outside) tcp interface 255.255.255.255 0 0
static (inside,outside) tcp interface 5800 192.168.1.100 5800 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 5900 192.168.1.100 5900 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 5900 192.168.1.100 5900 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 5800 192.168.1.100 5800 netmask 255.255.255.255 0 0
access-group inbound in interface outside
.....................................
And if i use the command : Access-group outbound in interface inside i have no access to the internet on the server.
I hope you can help
thanks
All other Ports should be closed. How look the Commands like for this configuration?
What I have at the time is this:
access-list inbound permit tcp any any eq www
access-list inbound permit tcp any any eq 5800
access-list inbound permit udp any any eq 5800
access-list inbound permit udp any any eq 5900
access-list inbound permit tcp any any eq 5900
access-list inbound permit tcp any any range 1352 1364
/* And to close all oher Ports I have this command, but it has no effect and I see my voip application, which run onport 3080 has just access to outside and become data from there!
*/
access-list outbound deny ip any any
..........................................
ip address outside pppoe setroute
global (outside) 1 interface
static (inside,outside) tcp interface 255.255.255.255 0 0
static (inside,outside) tcp interface 5800 192.168.1.100 5800 netmask 255.255.255.255 0 0
static (inside,outside) tcp interface 5900 192.168.1.100 5900 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 5900 192.168.1.100 5900 netmask 255.255.255.255 0 0
static (inside,outside) udp interface 5800 192.168.1.100 5800 netmask 255.255.255.255 0 0
access-group inbound in interface outside
.....................................
And if i use the command : Access-group outbound in interface inside i have no access to the internet on the server.
I hope you can help
thanks