kschi12
Goto Top

Cisco 831 Routingproblem?

Hallo,

habe da eine Cisco 831. Der soll als Router ins Internet fungieren. Ich kann das Gerät anpingen (172.20.20.44), vom Gerät selber kann ich das Internet erreichen (ping www.heise.de) nur der Ping vom Rechner auf heise funktioniert nicht. Show IP Route sagt folgendes:

Router>show ip route
Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2
i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2
ia - IS-IS inter area, * - candidate default, U - per-user static route
o - ODR, P - periodic downloaded static route

Gateway of last resort is 0.0.0.0 to network 0.0.0.0

217.0.118.0/32 is subnetted, 1 subnets
C 217.0.118.111 is directly connected, Dialer1
C 172.20.0.0/16 is directly connected, Ethernet0
10.0.0.0/24 is subnetted, 1 subnets
C 10.10.10.0 is directly connected, Ethernet0
91.0.0.0/32 is subnetted, 1 subnets
C 91.59.13.90 is directly connected, Dialer1
S* 0.0.0.0/0 is directly connected, Dialer1

Wer kann mir helfen, den Router korrekt routen zu lassen?

Danke für Eure Hilfe,

Karsten

Content-Key: 103145

Url: https://administrator.de/contentid/103145

Printed on: April 19, 2024 at 14:04 o'clock

Member: dog
dog Dec 02, 2008 at 16:36:01 (UTC)
Goto Top
Kann es sein, dass du NAT vergessen hast?
Schau dir mal den Beitrag an: Cisco 2800 als gateway

Grüße

Max
Member: kschi12
kschi12 Dec 03, 2008 at 08:20:06 (UTC)
Goto Top
Danke für Deinen Hinweis, ich denke es liegt daran. Ich stehe jetzt aber total auf dem Schlauch, wie ich das denn konfiguriere.

Ich bekomme vom Provider auf der Schnittstelle Dialer1 eine dynamische IP Adresse
Auf eth0 habe ich 172.20.20.44 eingerichtet.

Meine running config sieht so aus:


interface Ethernet0
ip address 172.20.20.44 255.255.0.0
ip nat inside
ip tcp adjust-mss 1452
no cdp enable
hold-queue 32 in
!

!
interface Dialer1
ip address negotiated
ip access-group 111 in
ip mtu 1492
ip nat outside
ip inspect myfw out
encapsulation ppp
ip tcp adjust-mss 1452
dialer pool 1
dialer-group 1
ppp authentication chap pap callin
ppp chap hostname
ppp chap password
ppp pap sent-username password

!
ip nat inside source list 102 interface dialer1 overload
ip classless
ip route 0.0.0.0 0.0.0.0 dialer1
ip http server
no ip http secure-server
!

Wenn ich das richtig verstehe ist das nat implementiert und die route verweist auf dialer1

Wie ist die command folge, die ich ausführen muss?

Danke für Deine Hilfe,

Karsten