04-20-2008 02:16 AM - edited 03-11-2019 05:34 AM
Hi, I have make a object-group and add port-objects in the FW. Few ports are added in object group and an access list is also configured that is using object-group. Now I want to add a new port 9800 in object-group.
object-group service Services tcp
description Services assign for Internal DMZ machines from Outside Network access
port-object eq 3389
port-object eq 5000
port-object eq 6565
port-object eq 8800
port-object eq ftp
port-object eq ftp-data
port-object eq www
port-object eq https
port-object eq smtp
access-list outside_access_in remark Servers which will be assess from Public IP for Outside Network
access-list outside_access_in extended permit tcp any object-group Servers object-group Services
Thanks
04-20-2008 02:58 AM
Hi ..
Connect to the firewall by using telnet ( if allowed) or ssh. Enter username and password as requested. Next Type in config t to enter to config mode. Form there type in object-group service Services tcp and then type in port-object eq 9800. Then type in exit twice and test it. Once you are happy then save the changes by typing wr mem
I hope it helps .. please rate helpful posts !!!
04-20-2008 03:28 AM
Thanks!!
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide