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.
Hello there,we use some cisco 2811 router and I have forward some websites witch will be use via port 8008 but it dos not work.I try it with:ip nat inside source static tcp 192.168.1.24 8008 interface FastEthernet0/1 8008can someone tell me what is w...
Hello there,we use some cisco 2811 router and I have to block some url sites.Is it possible to do this with the cisco 2811 router - and how can I do it?Thank you for your help!Michael
it is working from the internet - and do not work from the vpn sitemy actual config areSite 1 (main were the porp 8008 should be reachable)access-list 170 permit ip 192.168.16.0 0.0.0.255 192.168.17.0 0.0.0.255access-list 170 permit ip 192.168.1.0 0....
Yes you are right!the fa0/1 is public - sorry I din't read correctlyand I like to connect the webserver from both sites (Internet andVPN)Now I correct the mistake but it din't work again.I can ping the webserver . I can reach a website (port 80) but ...
so here are the actual access lists fron the running configSite 1 (main were the porp 8008 should be reachable)access-list 170 permit ip 192.168.16.0 0.0.0.255 192.168.17.0 0.0.0.255access-list 170 permit ip 192.168.1.0 0.0.0.255 192.168.2.0 0.0.0.25...
I have added the lines at the router---access-list 170 permit ip host 192.168.2.0 0.0.255.255access-list 170 permit ip host 192.168.17.0 0.0.0.255---at the remote site witch configuration do I need?info the access-list also 170!1.?--access-list 170...
hello halijenn,I hope I have the right thing's you like to know.---crypto map SDM_CMAP_1 4 ipsec-isakmp set peer public IP set transform-set ESP-AES-256-SHA match address 170 access-list 170 permit ip 192.168.16.0 0.0.0.255 192.168.17.0 0.0.0.255ac...