I am setting up a firewall and have two questions about my 2600 Cisco router. Currently I have the ethernet port set to a private Ip adress and want to change it to a public adress so I can communicate with my firewall that has a public Ip on it's WAN port. What is the syntax to change my current setup on the Ethernet port and 2, Just to be sure I don't lose my current configuration. Is there a way to save off my settings. (I beleive if I don't write the changes to memory at the end of my changes, when I reboot it should go back to the way it was before the changes.) Any help is appreciated. Thanks! One more thing is there a Rem statement I can use? Config I want to change looks like:
!
interface FastEthernet 0/0
ip adress 33.0.2.34 255.255.0.0
no ip derect3ed-broadcast
ip nat inside
!
(interface serial 0/0 here)
description yadayadayada
bandwidth 1544
ip adress 132.xxx.xxxx 255.255.255.xxx
no ip directed broadcast
ip nat outsides
no ip mroute-cache
!
NAT pool etc. below
!
interface FastEthernet 0/0
ip adress 33.0.2.34 255.255.0.0
no ip derect3ed-broadcast
ip nat inside
!
(interface serial 0/0 here)
description yadayadayada
bandwidth 1544
ip adress 132.xxx.xxxx 255.255.255.xxx
no ip directed broadcast
ip nat outsides
no ip mroute-cache
!
NAT pool etc. below