<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hello bruce, thank you for your help....<BR>Ok, let me explain to you with more details..<BR> <BR>I have installed Red Hat OS (linux)this is my router , and i tried to connect my router(xorp) with 2 computers (windows), in my 2 computers i assigned satatic addresses and i download and modify the archive that you tell me :<BR><BR>1st computer address 10.10.10.70<BR>2nd computer address 10.10.10.90<BR> <BR>for "cd rtrmgr/config" ? means that i need to burn it ?? or download and modify too.<BR> <BR>as soon as i modify the file , i do it in notepad , how do i need to save it ( rip.boot.txt ? ) and when i need to loaded how can i load de file ? or do i need to open in text editor into red hot? or do i need a software to open/edit flies w/ext .boot ?<BR> <BR>xorpsh<BR>configure<BR>edit<BR>load rip.boot ? ( shows "failed to open config file : rip.boot ) I dont'n know where i need to save it, <BR> <BR>and doesn't matter what extension is ( txt , doc )<BR> <BR>
<BR>
( in my computer shows discard0 instead dc0 )<BR>RIP<BR>interfaces {<BR> interface eth0 {<BR> vif eth0 {<BR> address 10.10.10.70 {<BR> prefix-length: 24<BR> }<BR> }<BR> }<BR> interface eth1 {<BR> vif eth1 {<BR> address 10.10.10.90 {<BR> prefix-length: 24<BR> }<BR> }<BR> }<BR>}<BR>fea {<BR> unicast-forwarding4 {<BR> disable: false<BR> }<BR>}<BR>policy {<BR> policy-statement export-connected {<BR> term 100 {<BR> from {<BR> protocol: "connected"<BR> }<BR> }<BR> }<BR>}<BR>protocols {<BR> rip {<BR> /* Connected interfaces are advertised if explicitly exported */<BR> export: "export-connected"<BR> interface eth0 {<BR> vif eth0 {<BR> address 10.10.10.70 {<BR> disable: false<BR>/*<BR> authentication {<BR> simple-password: "password";<BR> md5 @: u32 { <------------- It is necessary this ?<BR> password: "password";<BR> start-time: "2006-01-01.12:00"<BR> end-time: "2007-01-01.12:00"<BR> }<BR> }<BR>*/<BR> }<BR> }<BR> }<BR> interface eth1 {<BR> vif eth1 {<BR> address 10.10.10.90 {<BR> disable: false<BR> }<BR> }<BR> }<BR> }<BR>}<BR><BR><BR><BR>
<DIV></DIV><BR><BR><BR>
<BR>> From: xorp-users-request@xorp.org<BR>> Subject: Xorp-users Digest, Vol 38, Issue 1<BR>> To: xorp-users@xorp.org<BR>> Date: Fri, 1 May 2009 12:00:05 -0700<BR>> <BR>> Send Xorp-users mailing list submissions to<BR>> xorp-users@xorp.org<BR>> <BR>> To subscribe or unsubscribe via the World Wide Web, visit<BR>> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users<BR>> or, via email, send a message with subject or body 'help' to<BR>> xorp-users-request@xorp.org<BR>> <BR>> You can reach the person managing the list at<BR>> xorp-users-owner@xorp.org<BR>> <BR>> When replying, please edit your Subject line so it is more specific<BR>> than "Re: Contents of Xorp-users digest..."<BR>> <BR>> <BR>> Today's Topics:<BR>> <BR>> 1. Re: virtual link (Nithya Chandrakesan)<BR>> 2. not getting an alias (Irving Leonard)<BR>> 3. Re: Help ! (Bruce Simpson)<BR>> 4. Re: OSPF4 neighbor shown in only one machine not on the other<BR>> two (Bruce Simpson)<BR>> 5. Appeal for suggestions re: automated support dump tool<BR>> (Bruce Simpson)<BR>> 6. Re: virtual link (Bruce Simpson)<BR>> 7. Re: not getting an alias (Bruce Simpson)<BR>> <BR>> <BR>> ----------------------------------------------------------------------<BR>> <BR>> Message: 1<BR>> Date: Thu, 30 Apr 2009 12:01:32 -0700<BR>> From: Nithya Chandrakesan <nithya.chandrakesan@xorp.net><BR>> Subject: Re: [Xorp-users] virtual link<BR>> To: Tomek <segv@o2.pl><BR>> Cc: xorp-users@xorp.org<BR>> Message-ID:<BR>> <1dfe63a80904301201n73c25767m653fe0f90ddc5935@mail.gmail.com><BR>> Content-Type: text/plain; charset="iso-8859-1"<BR>> <BR>> Hi Tom,<BR>> <BR>> Could you provide us your config? Also let us know which version of XORP you<BR>> were trying.<BR>> <BR>> Thanks,<BR>> Nithya.<BR>> <BR>> On Thu, Apr 30, 2009 at 1:13 AM, Tomek <segv@o2.pl> wrote:<BR>> <BR>> > Hi,<BR>> ><BR>> > I've got a problem with xorp configuration.<BR>> > Actually in my case situation looks like this:<BR>> ><BR>> > R3 <-> R5 <-> R4 <-> R6<BR>> ><BR>> > where:<BR>> ><BR>> > R3 is an ABR of area 0 (left side) and area 1 (right side)<BR>> > R5 is internal of area 1<BR>> > R4 is ABR of area 1(left side) and area 3 (right side)<BR>> > R6 internal of area 3<BR>> ><BR>> > everything works fine until i want to configure virtual link between R3 and<BR>> > R4<BR>> > I added virtual-link section to area 0.0.0.0 in ospf4 section<BR>> ><BR>> > area 0.0.0.0 {<BR>> > virtual-link 192.168.0.40 {<BR>> > transit-area: 0.0.0.1<BR>> > }<BR>> > ....<BR>> > and tried to add virtual-link to R4 without succeed because of error:<BR>> > Command failed Virtual link must be in area 0.0.0.0<BR>> ><BR>> > my question is how to configure virtual link at R4 ?<BR>> ><BR>> > R3 reports something like this<BR>> ><BR>> > root@r3> show ospf4 neighbor<BR>> > Address Interface State ID Pri Dead<BR>> > 192.168.6.50 eth3/eth3 Full 192.168.0.50 128<BR>> > 33<BR>> > 192.168.5.40 vlink/192.168.0.40 Init 192.168.0.40 0<BR>> > 0<BR>> > ....<BR>> ><BR>> > Please help, It is very important for me!<BR>> > Thank you<BR>> ><BR>> > Best regards,<BR>> > Tom<BR>> ><BR>> ><BR>> > _______________________________________________<BR>> > Xorp-users mailing list<BR>> > Xorp-users@xorp.org<BR>> > http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users<http://mailman.icsi.berkeley.edu/mailman/listinfo/xorp-users><BR>> ><BR>> -------------- next part --------------<BR>> An HTML attachment was scrubbed...<BR>> URL: http://mailman.ICSI.Berkeley.EDU/pipermail/xorp-users/attachments/20090430/54bde79e/attachment-0001.html <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 2<BR>> Date: Thu, 30 Apr 2009 21:45:28 -0400<BR>> From: Irving Leonard <irving.lp@feestudiantes.cujae.edu.cu><BR>> Subject: [Xorp-users] not getting an alias<BR>> To: xorp-users@xorp.org<BR>> Message-ID: <200904302145.28680.irving.lp@feestudiantes.cujae.edu.cu><BR>> Content-Type: text/plain; charset="us-ascii"<BR>> <BR>> I am so newbe in xorp but I read (breafly) the manual and it says that every <BR>> vif can take a lot of addresses but for me it doesn't make an alias. I have a <BR>> vif and give it 2 addresses in the same subnet, because I need to have 2 IPs <BR>> but it only get's the first. I'm using ubuntu hardy 8.04.2<BR>> regards<BR>> irving<BR>> VI Conferencia Internacional de Energía Renovable, Ahorro de Energía y Educación Energética<BR>> 9 - 12 de Junio 2009, Palacio de las Convenciones<BR>> ...Por una cultura energética sustentable<BR>> www.ciercuba.com <BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 3<BR>> Date: Fri, 01 May 2009 16:46:30 +0100<BR>> From: Bruce Simpson <bms@incunabulum.net><BR>> Subject: Re: [Xorp-users] Help !<BR>> To: JESUS RAMIREZ <chuyram28@msn.com><BR>> Cc: xorp-users@xorp.org<BR>> Message-ID: <49FB1956.7060308@incunabulum.net><BR>> Content-Type: text/plain; charset=windows-1252; format=flowed<BR>> <BR>> Hi there,<BR>> <BR>> I'm assuming you're working with the XORP 1.6 release sources, and are <BR>> trying to configure RIPv2 on two interfaces.<BR>> <BR>> JESUS RAMIREZ wrote:<BR>> ><BR>> > Hello eveybody ...<BR>> > Good Morning, I'm rookie in this ,but I think it's very interesting <BR>> > and I want to learn, so I have a lot a questions for you.<BR>> > <BR>> > If I want to configure 2 network cards ( Ethernet ) were can i <BR>> > found the configuration ? I read the manual and i dont konw how can i <BR>> > get into the code? or do i need to download from your web and then <BR>> > paste it, because i need to configure de rip too....if i need to <BR>> > download any file were can i found ? and how can i paste it ?<BR>> > <BR>> > I don't know if any of you guys can Help me..... please : ( <BR>> > <BR>> <BR>> Probably the best thing for you to do is to look at this file (asuming <BR>> you have downloaded xorp-1.6.tar.gz and untarred it) :-<BR>> <BR>> cd xorp-1.6<BR>> cd rtrmgr/config<BR>> <BR>> and then view the file "rip.boot" in your favorite text editor.<BR>> <BR>> The configuration for RIP in that file contains two interfaces dc0 and <BR>> dc1. You will probably want to edit this for use on whatever operating <BR>> system you're trying to run XORP on. In the case of Linux, you can just <BR>> use search and replace to change dc0 to eth0, dc1 to eth1, and then fill <BR>> out your IP addresses.<BR>> <BR>> After that, configuring RIP should just be a matter of following the <BR>> instructions in the User Manual to give RIP the settings you need for <BR>> your network.<BR>> <BR>> thanks,<BR>> BMS<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 4<BR>> Date: Fri, 01 May 2009 16:53:53 +0100<BR>> From: Bruce Simpson <bms@incunabulum.net><BR>> Subject: Re: [Xorp-users] OSPF4 neighbor shown in only one machine not<BR>> on the other two<BR>> To: bhavin81@iitb.ac.in<BR>> Cc: xorp-users@xorp.org<BR>> Message-ID: <49FB1B11.4020508@incunabulum.net><BR>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>> <BR>> Hi,<BR>> <BR>> Your configuration file looks OK, which suggests the problem might be <BR>> with the VLAN driver support in Linux, or how XORP is trying to use it.<BR>> <BR>> It would be helpful to see a packet capture on the affected machines, I <BR>> believe there are no outstanding bugs for the VLAN support and it has <BR>> been tested as working before on generic Linux.<BR>> <BR>> It is possible there's a difference between your SUSE machines and your <BR>> Fedora machines in that behaviour. Can you be sure they are patched to <BR>> the correct switch ports in your network?<BR>> <BR>> You don't mention if the machines successfully synchronized their OSPF <BR>> databases. Please send the output of the 'show ospf4 neighbor' commands <BR>> when reporting problems with OSPF such as this, as we need to know what <BR>> states they're in.<BR>> <BR>> You can use Wireshark (www.wireshark.org) or tcpdump (www.tcpdump.org), <BR>> both should be available in Fedora as yum packages. Be sure to time <BR>> what's happening, and try to preserve all XORP logs from your session.<BR>> <BR>> Please don't send the traces/log files here or to the list -- instead, <BR>> attach them to the bug report which Syed has asked you to open.<BR>> <BR>> bhavin81@iitb.ac.in wrote:<BR>> > Hello Friends,<BR>> ><BR>> > I have tried to configure ospf4 in xorp. I have configured<BR>> > 3 machines for this purpose. When i use the command show ospf4<BR>> > neighbor on one machine(fedora 8) out of three then it shows neighbor<BR>> > correclty but when i use the same command on other two machines (suse<BR>> > 10.3) then it does not show neighbors on the those machines.<BR>> <BR>> thanks,<BR>> BMS<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 5<BR>> Date: Fri, 01 May 2009 17:06:20 +0100<BR>> From: Bruce Simpson <bms@incunabulum.net><BR>> Subject: [Xorp-users] Appeal for suggestions re: automated support<BR>> dump tool<BR>> To: xorp-users@xorp.org<BR>> Message-ID: <49FB1DFC.8080902@incunabulum.net><BR>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>> <BR>> More often than not, technical questions get asked here about XORP <BR>> operation or use, which would probably benefit from a general debugging <BR>> information tool -- as a lot of the information which gets asked for, <BR>> when problems are raised, is repetitive and common to all bug reports.<BR>> <BR>> Rather than request this information every time, which makes it more <BR>> difficult to give support, it might be better if we could provide <BR>> functionality in an automated way. What we'd really appreciate from <BR>> folks is suggestions for such a tool.<BR>> <BR>> The basics would be: OS version, OS network interface config, PCI info, <BR>> followed of course by the XORP config dumps for each routing process.<BR>> <BR>> Such a tool could get rolled into the Router Manager. However, such a <BR>> tool is probably best written in a modern, common scripting language. <BR>> Python is particularly good for tasks lie this.<BR>> <BR>> Please share your suggestions and feedback.<BR>> <BR>> thanks,<BR>> BMS<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 6<BR>> Date: Fri, 01 May 2009 17:17:53 +0100<BR>> From: Bruce Simpson <bms@incunabulum.net><BR>> Subject: Re: [Xorp-users] virtual link<BR>> To: Tomek <segv@o2.pl><BR>> Cc: xorp-users@xorp.org<BR>> Message-ID: <49FB20B1.1040002@incunabulum.net><BR>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>> <BR>> Tomek wrote:<BR>> > Hi,<BR>> ><BR>> > I've got a problem with xorp configuration. <BR>> > Actually in my case situation looks like this:<BR>> ><BR>> > R3 <-> R5 <-> R4 <-> R6 <BR>> ><BR>> > where:<BR>> ><BR>> > R3 is an ABR of area 0 (left side) and area 1 (right side)<BR>> > R5 is internal of area 1<BR>> > R4 is ABR of area 1(left side) and area 3 (right side)<BR>> > R6 internal of area 3 <BR>> ><BR>> > everything works fine until i want to configure virtual link between R3 and R4<BR>> > I added virtual-link section to area 0.0.0.0 in ospf4 section<BR>> > <BR>> ...<BR>> <BR>> * Which version of XORP are you using?<BR>> * Which platform are you using XORP on?<BR>> > area 0.0.0.0 {<BR>> > virtual-link 192.168.0.40 {<BR>> > transit-area: 0.0.0.1<BR>> > }<BR>> > ....<BR>> > and tried to add virtual-link to R4 without succeed because of error:<BR>> > Command failed Virtual link must be in area 0.0.0.0<BR>> ><BR>> > my question is how to configure virtual link at R4 ?<BR>> > <BR>> <BR>> This could be a problem in vlinks traversing area borders, or more <BR>> likely, a problem with the lookup by router ID.<BR>> <BR>> I'd have to check this code more fully before I could respond in detail <BR>> about that.<BR>> <BR>> The configuration steps you posted look correct, assuming that you are <BR>> configuring XORP up on R3.which is an ABR. But is area 1 a transit area <BR>> or a stub area? An NSSA area is *not* valid for virtual links, they can <BR>> only be configured across transit areas.<BR>> <BR>> More general questions:<BR>> Does R3 learn about R4 without the virtual-link config?<BR>> If so, which area(s) does R3 learn that R4 is in?<BR>> Does R5 see the same topology (neighbours) as R3 and R4?<BR>> <BR>> thanks,<BR>> BMS<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> Message: 7<BR>> Date: Fri, 01 May 2009 17:27:46 +0100<BR>> From: Bruce Simpson <bms@incunabulum.net><BR>> Subject: Re: [Xorp-users] not getting an alias<BR>> To: Irving Leonard <irving.lp@feestudiantes.cujae.edu.cu><BR>> Cc: xorp-users@xorp.org<BR>> Message-ID: <49FB2302.3040007@incunabulum.net><BR>> Content-Type: text/plain; charset=ISO-8859-1; format=flowed<BR>> <BR>> Hi,<BR>> <BR>> Can you post your full configuration file, and tell us which kernel <BR>> version are you using, so that others may reproduce?<BR>> <BR>> Irving Leonard wrote:<BR>> > I am so newbe in xorp but I read (breafly) the manual and it says that every <BR>> > vif can take a lot of addresses but for me it doesn't make an alias. I have a <BR>> > vif and give it 2 addresses in the same subnet, because I need to have 2 IPs <BR>> > but it only get's the first. I'm using ubuntu hardy 8.04.2<BR>> > regards<BR>> > irving<BR>> <BR>> thanks,<BR>> BMS<BR>> <BR>> <BR>> <BR>> ------------------------------<BR>> <BR>> _______________________________________________<BR>> Xorp-users mailing list<BR>> Xorp-users@xorp.org<BR>> http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-users<BR>> <BR>> <BR>> End of Xorp-users Digest, Vol 38, Issue 1<BR>> *****************************************<BR><br /><hr />Hotmail® goes with you. <a href='http://windowslive.com/Tutorial/Hotmail/Mobile?ocid=TXT_TAGLM_WL_HM_Tutorial_Mobile1_052009' target='_new'>Get it on your BlackBerry or iPhone.</a></body>
</html>