Public Ips without NAT and Firewall - TechRepublic
Question
August 14, 2007 at 02:42 AM
muhairwejas

Public Ips without NAT and Firewall

by muhairwejas . Updated 17 years, 5 months ago

Hello,

I’ve been requested to setup a network with no NAT and Firewall on a Cisco AS5300, that is the Public IP have to access the internet directly and should also be able to be pinged.

I need help on how to configure the Router to do this. I appreciate the security fears and we are willing to tackle those when we get there.

The router has some ACLs and portforwarding.

Below is an excerpt from the show run;

interface FastEthernet0/0
ip address 193.XXX.XXX.97 255.255.255.224
ip nat inside
duplex auto
speed auto

interface Serial0/0
ip address 212.XXX.XXX.XX8 255.255.255.252
ip nat outside

resource-pool disable
!
!
!
!
no ip subnet-zero
ip cef
ip name-server XXX.XXX.XXX.67
ip name-server XXX.XXX.XXX.XX

ip classless
ip route 0.0.0.0 0.0.0.0 212.XXX.XXX.17
no ip http server

This discussion is locked

All Comments