Hi..
I have cisco 2911 series router.I am trying to do a simple router set up.
My ISP provide me following IP addresses with single physical connection.
Primary WAN IP: 58.xx.xxx.6 255.255.255.252 Gateway: 58.xx.xxx.5
and
Secondary WAN IP: 58.xx.xx.2 255.255.255.248 Gateway: 58.xx.xx.1
58.xx.xx.3 255.255.255.248 Gateway: 58.xx.xx.1
58.xx.xx.4 255.255.255.248 Gateway: 58.xx.xx.1
LAN IP addresses: 27.xxx.xxx.66 255.255.255.248 Gateway: 27.xxx.xxx.65
27.xxx.xxx.67 255.255.255.248 Gateway: 27.xxx.xxx.65
27.xxx.xxx.68 255.255.255.248 Gateway: 27.xxx.xxx.65
27.xxx.xxx.69 255.255.255.248 Gateway: 27.xxx.xxx.65
27.xxx.xxx.70 255.255.255.248 Gateway: 27.xxx.xxx.65
I have configured
interface GigabitEthernet0/1
ip address 58.xx.xx.2 255.255.255.248 secondary
ip address 58.xx.xxx.5 255.255.255.252
interface GigabitEthernet0/0
ip address 27.xxx.xxx.65 255.255.255.248
IP route i configured is
ip route 0.0.0.0 0.0.0.0 58.xx.xxx.5
ip route 0.0.0.0 0.0.0.0 58.xx.xx.1
Now ip address 27.xxx.xxx.64/29 is working properly. but i am not able to use 58.xx.xx.3,58.xx.xx.4 the ISP provided IP addresses.
I can ping from the Router2911 to 58.xx.xx.1.
I cannot ping from the PC to 58.xx.xx.1
Simply, I want to use secondary WAN IP addresses (58.xx.xx.3,58.xx.xx.4) on my local PC.
The problem I am having is that it is not routing and I cannot see what I am missing.
Here is my current router configiration...
Building configuration...
Current configuration : 1420 bytes
!
! Last configuration change at 14:34:40 UTC Thu Sep 12 2013
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
!
hostname Cisco_Router
!
boot-start-marker
boot-end-marker
!
!
enable secret 4 tS/M3box6xxvJmxx7SPxxyQHEgxxMtxxxPfeTxnxx0E
!
no aaa new-model
!
ip cef
!
!
!
!
!
!
ip name-server 202.xxx.xxx.x
ip name-server 202.xxx.xxx.x
no ipv6 cef
multilink bundle-name authenticated
!
!
!
!
license udi pid CISCO2911/K9 sn FGLxxx11xxG
!
!
username cisco privilege 15 password 7 15xxx21Fxx25xx7Dxx62
!
!
!
!
!
!
interface Embedded-Service-Engine0/0
no ip address
shutdown
!
interface GigabitEthernet0/0
ip address 27.xxx.xxx.65 255.255.255.248
duplex auto
speed auto
!
interface GigabitEthernet0/1
ip address 58.xx.xx.2 255.255.255.248 secondary
ip address 58.xx.xxx.5 255.255.255.252
duplex auto
speed auto
!
interface GigabitEthernet0/2
no ip address
shutdown
duplex auto
speed auto
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
ip route 0.0.0.0 0.0.0.0 58.xx.xxx.5
ip route 0.0.0.0 0.0.0.0 58.xx.xx.1
!
!
!
!
control-plane
!
!
!
line con 0
line aux 0
line 2
no activation-character
no exec
transport preferred none
transport input all
transport output pad telnet rlogin lapb-ta mop udptn v120 ssh
stopbits 1
line vty 0 4
password 7 070xxx5Fxx06xx5Cxx43
login
transport input all
!
scheduler allocate 20000 1000
!
end