I'm not sure if this is even possible...
Platform Cisco 1605 IOS 12.0(5)T
E0: 192.168.253.148 (inside)
E1: 192.168.1.1 (outside)
I need to be able to forward ports tcp/23 and udp/161 from any source inside to a single host outside (192.168.1.148) and
udp/161 only from the same outside host to any inside host.
The intent here is to restrict traffic between the host on the outside and the inside network to only those 2 protocols. A rudimentary firewall.
I am very new at access lists and looking for some help.
What I have so far is.
Interface Ethernet0
ip address 192.168.253.148 255.255.255.0
ip nat inside
Interface Ethernet1
ip address 192.168.1.1 255.255.255.0
ip nat outside
access-list 100 permit udp any eq snmp host 192.168.1.148
access-list 100 permit tcp any eq telnet host 192.168.1.148
access list 101 permit udp host 192.168.1.148 eq snmp any
I know I have to apply the ACL's to the interfaces but not quite sure how to do that.
Thanks -Rob-
Platform Cisco 1605 IOS 12.0(5)T
E0: 192.168.253.148 (inside)
E1: 192.168.1.1 (outside)
I need to be able to forward ports tcp/23 and udp/161 from any source inside to a single host outside (192.168.1.148) and
udp/161 only from the same outside host to any inside host.
The intent here is to restrict traffic between the host on the outside and the inside network to only those 2 protocols. A rudimentary firewall.
I am very new at access lists and looking for some help.
What I have so far is.
Interface Ethernet0
ip address 192.168.253.148 255.255.255.0
ip nat inside
Interface Ethernet1
ip address 192.168.1.1 255.255.255.0
ip nat outside
access-list 100 permit udp any eq snmp host 192.168.1.148
access-list 100 permit tcp any eq telnet host 192.168.1.148
access list 101 permit udp host 192.168.1.148 eq snmp any
I know I have to apply the ACL's to the interfaces but not quite sure how to do that.
Thanks -Rob-