cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
315
Views
0
Helpful
1
Replies

Routing Problem

lgomezvinoteca
Level 1
Level 1

Hi,

I have attached the next cisco configuration.

I have two Wan interfaces on my cisco, I want to configure the output of all the inside traffic for the DSL Dialer1 interface and the access for my public IP Address (http, mail, dns) for the serial interface.

I have been working with this configuration using EIGRP, but yesterday it stops working fine, If I configure the output for the Dialer1 all my public IPs address of the serial interface are not accesible.

What could be the cause of this problem, or what can be the best configuration to do it?

The IP 220.52.4.201 is the global ip for all the output traffic of the PIX Firewall

ip subnet-zero

!

controller E1 1/0

framing NO-CRC4

clock source internal

channel-group 0 timeslots 1-8

!

interface ATM0/0

mtu 1492

bandwidth 2048

no ip address

ip nat outside

no ip route-cache cef

no ip route-cache

no ip mroute-cache

no atm ilmi-keepalive

dsl operating-mode auto

!

interface ATM0/0.1 point-to-point

description atm0.1

bandwidth 2048

ip nat outside

no ip route-cache

pvc 8/35

pppoe-client dial-pool-number 1

!

!

interface FastEthernet0/0

ip address 220.52.4.193 255.255.255.240

ip nat inside

no ip route-cache cef

no ip route-cache

no ip mroute-cache

speed auto

!

interface Serial1/0:0

bandwidth 512

ip address 220.52.15.14 255.255.255.252

no ip route-cache cef

no ip route-cache

max-reserved-bandwidth 98

!

interface Dialer1

description DSL

mtu 1492

bandwidth 2048

ip ddns update hostname xxxx.no-ip.org

ip ddns update xxxxxx

ip address negotiated

ip nat outside

encapsulation ppp

no ip route-cache cef

ip tcp header-compression iphc-format

no ip mroute-cache

dialer pool 1

ppp authentication pap callin

xxxxxxxxx

xxxxxxxxx

xxxxxxxxx

ip rtp header-compression iphc-format

!

router eigrp 100

network 0.0.0.0

auto-summary

!

access-list 107 permit ip host 220.52.4.201 any

access-list 107 deny ip any any

!

no ip classless

ip route 0.0.0.0 0.0.0.0 Dialer1

ip route 0.0.0.0 0.0.0.0 Serial1/0:0 100

ip route 220.52.0.0 255.255.240.0 Serial1/0:0

ip route 220.56.64.0 255.255.240.0 Serial1/0:0

ip route 220.56.80.0 255.255.240.0 Serial1/0:0

ip route 220.76.192.0 255.255.224.0 Serial1/0:0

ip route 220.94.192.0 255.255.224.0 Serial1/0:0

ip route 205.140.0.0 255.255.224.0 Serial1/0:0

ip route 205.140.32.0 255.255.224.0 Serial1/0:0

ip route 205.158.128.0 255.255.224.0 Serial1/0:0

!

ip nat inside source list 107 interface Dialer1 overload

1 Reply 1

hitesharora
Level 1
Level 1

Hi,

Your eigrp configurations seems to be wrong as it is showing network as 0.0.0.0. On which interfaces you are running eigrp.

Rgds.

Review Cisco Networking for a $25 gift card