Hi,
I have a pix that connects to another router (in my datacenter, out of my control)
the pix has default gateway x.x.x.163 and everything works fine.
I would like to introduce a router of my own in-between my pix, and my datacenter router, so that this router would be an extra hop in the network.
When I configure my router as below, and try to give ip address x.x.x.180 / 255.255.255.224 to interface vlan1 , I get the error message:
x.x.x.160 overlaps with FastEthernet4
Can't I give interfaces IPs from the same ip range so that my router can act as an extra hop in the traffic? I do not wish to do NAT.
Building configuration...
Current configuration : 1417 bytes
!
version 12.4
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname eggster
!
boot-start-marker
boot-end-marker
!
logging buffered 4096
enable secret 5 $1$j9yA$1YcadI1a.
!
aaa new-model
!
!
aaa authentication login default local
aaa authorization exec default local
aaa authorization network default local
aaa authorization network groupauthor local
!
!
aaa session-id common
!
!
!
!
ip cef
!
!
!
!
no ip domain lookup
ip domain name eggster.com
!
multilink bundle-name authenticated
!
!
username eggster privilege 15 secret 5 $1$lXI.$dsfdsfsf
archive
log config
hidekeys
!
!
!
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface FastEthernet4
ip address x.x.x.188 255.255.255.224
duplex auto
speed auto
!
interface Dot11Radio0
no ip address
shutdown
speed basic-1.0 basic-2.0 basic-5.5 6.0 9.0 basic-11.0 12.0 18.0 24.0 36.0 48.0 54.0
station-role root
!
interface Vlan1
no ip address
!
!
!
no ip http server
no ip http secure-server
!
!
!
!
!
control-plane
!
!
line con 0
privilege level 15
no modem enable
line aux 0
line vty 0 4
privilege level 15
password 7 xyz
transport input telnet ssh
!
scheduler max-task-time 5000
end