Thread: [mpls-linux-general] MPLS beginner - A question about seeting basic MPLS lab
Status: Beta
Brought to you by:
jleu
From: Nguyen A. D. <se...@gm...> - 2008-06-25 10:02:54
|
Hi All, I'm new to MPLS for Linux and I'm doing my first lab as described in: http://sourceforge.net/docman/display_doc.php?docid=31116 <http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443> &group_id=15443 For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 However, when I complete configuring, I cannot ping from host A to host B (ping 10.0.0.2). Anyone who did this lab plz give me your advices (I checked the configuration twice before posting this letter). Regards, Dzung. |
From: Adrian P. <adr...@gm...> - 2008-06-25 10:53:36
|
Hello, >From your post it seems that you have the wrong syntax for ifconfig. It should read: ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 The command you issued should have generated an error message... On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> wrote: > Hi All, > > I'm new to MPLS for Linux and I'm doing my first lab as described in: > http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443 > > For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 > > > > However, when I complete configuring, I cannot ping from host A to host B > (ping 10.0.0.2). > > Anyone who did this lab plz give me your advices (I checked the > configuration twice before posting this letter). > > > > Regards, > > Dzung. > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
From: Nguyen A. D. <se...@gm...> - 2008-06-25 14:28:22
|
No, there is not any error. I tried it on Fedora Core 7. Regards. From: Adrian Popa [mailto:adr...@gm...] Sent: Wednesday, June 25, 2008 5:54 PM To: Nguyen Anh Dung Cc: mpl...@li... Subject: Re: [mpls-linux-general] MPLS beginner - A question about seeting basic MPLS lab Hello, >From your post it seems that you have the wrong syntax for ifconfig. It should read: ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 The command you issued should have generated an error message... On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> wrote: Hi All, I'm new to MPLS for Linux and I'm doing my first lab as described in: http://sourceforge.net/docman/display_doc.php?docid=31116 <http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443> &group_id=15443 For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 However, when I complete configuring, I cannot ping from host A to host B (ping 10.0.0.2). Anyone who did this lab plz give me your advices (I checked the configuration twice before posting this letter). Regards, Dzung. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ mpls-linux-general mailing list mpl...@li... https://lists.sourceforge.net/lists/listinfo/mpls-linux-general |
From: Adrian P. <adr...@gm...> - 2008-06-26 05:33:07
|
Then, if you issue 'ifconfig dummy0' afterwards, what does it list? Take care, Adrian On Wed, Jun 25, 2008 at 5:27 PM, Nguyen Anh Dung <se...@gm...> wrote: > No, there is not any error. I tried it on Fedora Core 7. > > Regards. > > > > > > *From:* Adrian Popa [mailto:adr...@gm...] > *Sent:* Wednesday, June 25, 2008 5:54 PM > *To:* Nguyen Anh Dung > *Cc:* mpl...@li... > *Subject:* Re: [mpls-linux-general] MPLS beginner - A question about > seeting basic MPLS lab > > > > Hello, > > >From your post it seems that you have the wrong syntax for ifconfig. It > should read: > ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 > > The command you issued should have generated an error message... > > On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> > wrote: > > Hi All, > > I'm new to MPLS for Linux and I'm doing my first lab as described in: > http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443 > > For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 > > > > However, when I complete configuring, I cannot ping from host A to host B > (ping 10.0.0.2). > > Anyone who did this lab plz give me your advices (I checked the > configuration twice before posting this letter). > > > > Regards, > > Dzung. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > |
From: Nguyen A. D. <se...@gm...> - 2008-06-30 13:53:18
|
Sorry for late response! After typing that command, it simply return, nothing more. When I use ifconfig to check, I see dummy0. Regards, Dzung. From: Adrian Popa [mailto:adr...@gm...] Sent: Thursday, June 26, 2008 12:33 PM To: Nguyen Anh Dung Cc: mpl...@li... Subject: Re: [mpls-linux-general] MPLS beginner - A question about seeting basic MPLS lab Then, if you issue 'ifconfig dummy0' afterwards, what does it list? Take care, Adrian On Wed, Jun 25, 2008 at 5:27 PM, Nguyen Anh Dung <se...@gm...> wrote: No, there is not any error. I tried it on Fedora Core 7. Regards. From: Adrian Popa [mailto:adr...@gm...] Sent: Wednesday, June 25, 2008 5:54 PM To: Nguyen Anh Dung Cc: mpl...@li... Subject: Re: [mpls-linux-general] MPLS beginner - A question about seeting basic MPLS lab Hello, >From your post it seems that you have the wrong syntax for ifconfig. It should read: ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 The command you issued should have generated an error message... On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> wrote: Hi All, I'm new to MPLS for Linux and I'm doing my first lab as described in: http://sourceforge.net/docman/display_doc.php?docid=31116 <http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443> &group_id=15443 For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 However, when I complete configuring, I cannot ping from host A to host B (ping 10.0.0.2). Anyone who did this lab plz give me your advices (I checked the configuration twice before posting this letter). Regards, Dzung. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ mpls-linux-general mailing list mpl...@li... https://lists.sourceforge.net/lists/listinfo/mpls-linux-general ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ mpls-linux-general mailing list mpl...@li... https://lists.sourceforge.net/lists/listinfo/mpls-linux-general |
From: Adrian P. <adr...@gm...> - 2008-07-01 11:16:30
|
Can you post the listing for ifconfig -a after you configure dummy0? Take care, Adrian On Mon, Jun 30, 2008 at 4:52 PM, Nguyen Anh Dung <se...@gm...> wrote: > Sorry for late response! > > After typing that command, it simply return, nothing more. > > When I use ifconfig to check, I see dummy0. > > > > Regards, > > Dzung. > > > > *From:* Adrian Popa [mailto:adr...@gm...] > *Sent:* Thursday, June 26, 2008 12:33 PM > > *To:* Nguyen Anh Dung > *Cc:* mpl...@li... > *Subject:* Re: [mpls-linux-general] MPLS beginner - A question about > seeting basic MPLS lab > > > > Then, if you issue 'ifconfig dummy0' afterwards, what does it list? > > Take care, > Adrian > > On Wed, Jun 25, 2008 at 5:27 PM, Nguyen Anh Dung <se...@gm...> > wrote: > > No, there is not any error. I tried it on Fedora Core 7. > > Regards. > > > > > > *From:* Adrian Popa [mailto:adr...@gm...] > *Sent:* Wednesday, June 25, 2008 5:54 PM > *To:* Nguyen Anh Dung > *Cc:* mpl...@li... > *Subject:* Re: [mpls-linux-general] MPLS beginner - A question about > seeting basic MPLS lab > > > > Hello, > > >From your post it seems that you have the wrong syntax for ifconfig. It > should read: > ifconfig dummy0 10.0.0.1 netmask 255.0.0.0 > > The command you issued should have generated an error message... > > On Wed, Jun 25, 2008 at 1:02 PM, Nguyen Anh Dung <se...@gm...> > wrote: > > Hi All, > > I'm new to MPLS for Linux and I'm doing my first lab as described in: > http://sourceforge.net/docman/display_doc.php?docid=31116&group_id=15443 > > For dummy0 I set it as: ifconfig dummy0 add 255.0.0.0 10.0.0.1 > > > > However, when I complete configuring, I cannot ping from host A to host B > (ping 10.0.0.2). > > Anyone who did this lab plz give me your advices (I checked the > configuration twice before posting this letter). > > > > Regards, > > Dzung. > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > _______________________________________________ > mpls-linux-general mailing list > mpl...@li... > https://lists.sourceforge.net/lists/listinfo/mpls-linux-general > > > |