I am looking for a basic config file for a Cisco 3700. Need to have this Cisco used as a network gateway. NO NAT! One public IP address on outside, and 4 class C's on the inside. I resell bandwidth with public IP's to my customers which house webserver, mail servers, DNS servers, ect. so ALL traffic must pass BOTH ways.
For some reason I have the basics in this router but it won't pass traffic. This is what I have so far. This should be extremely simple but for the life of me I can't figure out what's missing.
!
ip subnet-zero
!
!
interface FastEthernet0/0
ip address 98.113.33.14 255.255.255.252
ip access-group 101 in
no ip mroute-cache
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 98.113.36.1 255.255.252.0
ip access-group 101 in
no ip mroute-cache
duplex auto
speed auto
!
ip classless
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0
ip http server
ip http authentication local
!
access-list 101 permit ip any any
!
!
Software/Hardware used:
cisco
ASKED:
January 22, 2013 5:20 PM
UPDATED:
January 22, 2013 5:23 PM