Mailing List Archive

[Bug 417] ripd does not send complete PPP routing information
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=417





------- Additional Comments From cnelson@nycap.rr.com 2007-11-01 13:56 -------
Created an attachment (id=252)
--> (http://bugzilla.quagga.net/attachment.cgi?id=252&action=view)
Network overview

An overview of my network in PDF form.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 417] ripd does not send complete PPP routing information [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=417





------- Additional Comments From cnelson@nycap.rr.com 2007-11-01 13:58 -------
Created an attachment (id=253)
--> (http://bugzilla.quagga.net/attachment.cgi?id=253&action=view)
Ethereal capture of ripd packet which works

This capture from Zebra 0.94's ripd, includes the PPP client address in the
message from the PPP client to the PPP server.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 417] ripd does not send complete PPP routing information [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=417





------- Additional Comments From cnelson@nycap.rr.com 2007-11-01 13:59 -------
Created an attachment (id=254)
--> (http://bugzilla.quagga.net/attachment.cgi?id=254&action=view)
Ethereal capture of ripd packet which fails

When Quagga 0.99.9's ripd sends routing information from the PPP client to the
PPP server, it does not include the PPP client's address.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 417] ripd does not send complete PPP routing information [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=417





------- Additional Comments From cnelson@nycap.rr.com 2007-11-01 14:01 -------
The test case is to ping the PPP server from the end user system.

With Zebra 0.94, the ping succeeds.

With Quagga 0.99.9, the PPP client dials the PPP server and establishes a PPP
connection, ICMP echo requests get to the PPP server, but the PPP server doesn't
have a route back to the end user system and no reply is ever sent.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 417] ripd does not send complete PPP routing information [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=417





------- Additional Comments From paul@dishone.st 2007-11-01 15:20 -------
Can we get, from the 'zebra' daemon:

- show interface ppp0
- show ip route

and 'sh ip rip' / 'show ip rip status' from ripd, as well as the config?

Might the problem be with the server? It shouldn't need a RIP route for the
remote address of the PPP link.

--paulj



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs
[Bug 417] ripd does not send complete PPP routing information [ In reply to ]
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.

http://bugzilla.quagga.net/show_bug.cgi?id=417





------- Additional Comments From cnelson@nycap.rr.com 2007-11-01 15:49 -------
If you remind me how to get into the vty, I'll run those commands.

I agree the server shouldn't need that information but 0.94 provided it and that
worked, 0.99.9 doesn't and it fails. FWIW, the server is RAS on XP Pro.

------- Additional Comments From cnelson@nycap.rr.com 2007-11-01 16:23 -------
My ripd.conf is:

interface ppp0
ip rip send version 1 2
ip rip receive version 1 2
router rip
network ppp0
redistribute static
redistribute kernel
redistribute connected
log file /var/log/ripd.log
debug rip events
debug rip zebra




------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
_______________________________________________
Quagga-bugs mailing list
Quagga-bugs@lists.quagga.net
http://lists.quagga.net/mailman/listinfo/quagga-bugs