Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

1601 config, can someone help add what I need ?

Status
Not open for further replies.

gman10

Technical User
Jul 20, 2001
451
US
Hi guys-

My question for all the Cisco gurus out there is.. I have a 1601 router setup at a school district that has NAT setup on it and the T1 port is connected to a CSU/DSU and the 10BaseT port is connecting to a nic on an NT server. This NT server used to be a software firewall box and had another nic that was setup and connecting to an Alcatel Omnicore switch.. Well, to make a long story very short.. the NT server did a blue screen and can't be revived. My colleague and I used a different NT server(the existing WINS server) which still is their WINS server and added another nic to it so I can connect to the router directly like on the other server before it crashed -essentially this is the new NT server but can't load the software firewall software because the school district can't find it! good grief.. Now for the real question.. How can I setup NAT on the 1601 router or whatever translation I need necessary in order for the school can get internet access.. at this point there are VLANS setup on these Alcatel switches and I can ping what seems to be -everything correctly.. Can someone take a look at my config and verify what I need to change/add to my config? Thanks guys ! Hope to hear from you all.. Here the config ..

AMITY-BOCES#sh run
Building configuration...

Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname AMITY-BOCES
!
enable password XXXXXX
!
ip subnet-zero
no ip domain-lookup
ip host switch 206.XXX.XXX.2
!
!
!
interface Ethernet0
ip address 206.XXX.XXX.1 255.255.255.0
no ip directed-broadcast
ip nat inside
media-type 10BaseT
!
interface Serial0
no ip address
no ip directed-broadcast
no fair-queue
!
interface Serial1
bandwidth 1544
ip address 10.XXX.XXX.2 255.255.255.0
no ip directed-broadcast
ip nat outside
no fair-queue
service-module t1 remote-alarm-enable
!
ip nat translation timeout 60
ip nat pool INTERNET 206.XXX.XXX.3 206.XXX.XXX.3 prefix-length 24
ip nat inside source list 10 pool INTERNET overload
ip classless
ip route 0.0.0.0 0.0.0.0 10.XXX.XXX.1
ip route 10.0.0.0 255.0.0.0 206.XXX.XXX.2 permanent
!
access-list 10 permit 10.0.0.0 0.255.255.255
banner motd ^C
Do Not attempt to Login unless Authorized!
^C
!
line con 0
transport input none
line vty 0 4
password XXXXXX
login
!
end

** As you can see I've got NAT setup for translating my inside ip's with an outside address but I need to be able to setup an additional NAT issue in order for internet access, can this be done on this 1601 series router? Any help would be greatly appreciated!

thanks gman[morning]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top