Re: [mpls-linux-general] ip route
Status: Beta
Brought to you by:
jleu
|
From: James R. L. <jl...@mi...> - 2003-03-24 17:02:27
|
This solidifies that you have no idea how UNIX works and therefore need to learn about UNIX before going any further. On Mon, Mar 24, 2003 at 05:49:43PM +0100, e7...@ti... wrote: > i've downloaded iproute2-current.tar.gz in the directory /iproute2 > unzipped it and patched it with the command > patch < -p1 /mpls-diff > wHY? Because that is how you apply a diff file. MPLS is not native to iproute2, so I have modified it to work with MPLS. I distribute these changes in the form or a diff file. > I'0ve tryed to read /usr/share/doc/iproute-2.2.4/ip-cref.ps but it is not > comprehensible for me Files that end in 'ps' usually are postscript files. You need to use a postscript reader like 'ghostview' to view them. > How can i see if the output of 'which ip' point to the version of 'ip' that > compiled > compiled after patching iproute2 Did you do a 'make install'? Where did it install 'ip'? Is that the same as '/sbin/ip' > I've tried to make the following > [root@localhost iproute-2.2.4]# cd /home/efacchin/iproute2 > [root@localhost iproute2]# which ip > /sbin/ip While you're at it read the man page for 'which'. > >-- Messaggio Originale -- > >Date: Mon, 24 Mar 2003 12:31:13 -0600 > >From: "James R. Leu" <jl...@mi...> > >To: e7...@ti... > >Cc: mpl...@li... > >Subject: Re: [mpls-linux-general] ip route > >Reply-To: jl...@mi... > > > > > >Does your man page say: > > > >OPTIONS > > For the complete command reference please look at the following > > >docu- > > ment: > > /usr/share/doc/iproute-2.4.7/ip-cref.ps > > > >If not, go find that document on the net and read it. > >BTW 'scope link' has no relevance to your problem at hand. > > > > > >Back to your problem at hand: > > > >Why don't you answer all of my questions? There is a reason I ask > >each question, therefore I expect you to answer each one. Here are > >some questions (ie please answer them). > > > >Did you compile and install a MPLS enabled version of iproute2? > >If so how, and where did you install it? > >(as an FYI 'ip' is part of iproute2) > > > >Does the output of 'which ip' point to the version of 'ip' that you > >compiled after patching iproute2? > > > > > >On Mon, Mar 24, 2003 at 05:19:50PM +0100, e7...@ti... wrote: > >> Hi James > >> I've tryed to do the following > >> [root@localhost utils]# ip route show > >> 10.0.3.57 via 10.0.3.100 dev eth0 scope link > >> 10.0.3.57 via 10.0.3.100 dev eth0 > >> 10.0.3.17 via 10.0.3.100 dev eth0 scope link > >> !!!Deficit 4, rta_len=10 > >> 10.0.3.0/24 dev eth0 proto kernel scope link > >> 127.0.0.0/8 dev lo scope link > >> default via 10.0.3.1 dev eth0 > >> What does it mean?What is scope link? I've not found it on man ip > >> Thanks in advance > >> > >> __________________________________________________________________ > >> Tiscali ADSL, fino a 9 MESI GRATIS sull'offerta Tiscali ADSL Light Mega! > >> Tiscali ADSL non teme confronti! Abbonati subito. > >> http://point.tiscali.it/adsl/index.shtml > >> > >> > >> > >> > >> > >> ------------------------------------------------------- > >> This sf.net email is sponsored by:ThinkGeek > >> Welcome to geek heaven. > >> http://thinkgeek.com/sf > >> _______________________________________________ > >> mpls-linux-general mailing list > >> mpl...@li... > >> https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > >-- > >James R. Leu > > > __________________________________________________________________ > Tiscali ADSL, fino a 9 MESI GRATIS sull'offerta Tiscali ADSL Light Mega! > Tiscali ADSL non teme confronti! Abbonati subito. > http://point.tiscali.it/adsl/index.shtml > > -- James R. Leu |