ExamNotes.net  -  IT certification portal

ForumsCertResearchTop sitesNewslettersFree email
HomeRegister
Exams Notes
Practice exams
Exam games
Questions by email
Online training
Training videos
College degrees
Boot camps
Book store
Links directory
Tell a friend
For webmasters

CompTIA Exam Vouchers
Save money on CompTIA exams
Question of the day
Sign up to receive
interactive practice questions
for MCSE, CompTIA
Cisco and other exams
TestKing
Get MCSE, MCSD, CCNA, CCNP,A+, N+ and many more

* ExamSheets *
Guide for Success!
Actual Questions & Answers
MCSE, MCSD, A+ ,CCNA, CCNP
Oracle 8i, Oracle 9i

Online practice tests

Certification sites

Online university

Online college

Online education

Distance learning

Software forum

Server administration forum

Programming resources






This is interesting: Free IT Magazines | Databases help forum



Cisco > CCNA > I feel like a dunce asking this....

Show a Printable Version
Email This Page to Someone!
Receive updates to this thread




Featured site:  Online CCNA practice exams from Cert21.com



Pages (3): [1] 2 3 »

Author I feel like a dunce asking this....
whytokayok
Member




Registered: Sep 2000
Location: Bakersfield, Ca
Country: USA
State:
Certifications: CCNA, VoIP- ATM-Frame
Working on: CCDA, CCNP, MCP

Total Posts: 171
Post

I have a class b network with 26 bits of masking with e0 on my router belonging to that subnet. When I set up a class c private IP address NT box I can't see the freaking class b/26 network from it. I have tried setting static routes on the NT box using the "route add" command but I just lose more hair Of course when I give it one the class b /26 addresses it works fine. I ran in to the same problem with my spare 2500 when I gave it's E0 a class c private IP address. Am I missing some thing here or should I call A1 truck driving school?

Report this post to a moderator

Old Post 02-13-01 08:25 AM
whytokayok is offline Click Here to See the Profile for whytokayok Click here to Send whytokayok a Private Message Visit whytokayok's homepage! Add whytokayok to your buddy list Find more posts by whytokayok Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156
Post

Why don't you show us the numbers? And, is the NT box supposed to reside on the subnet attached to e0?

(BTW, do you know what "NT" means? Neanderthal Technology )

Cheers!

Report this post to a moderator

Old Post 02-13-01 09:51 AM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
whytokayok
Member




Registered: Sep 2000
Location: Bakersfield, Ca
Country: USA
State:
Certifications: CCNA, VoIP- ATM-Frame
Working on: CCDA, CCNP, MCP

Total Posts: 171
Post

Sorry about that.. The class b is 158.76.237.64/26 and the class C is 192.168.0.2/24. The placement of the NT box is not as important as to why I can't ping the class b/26 subnet. I put a class c/24 address on the router's E0 int to see if my NT box was working properly

Report this post to a moderator

Old Post 02-13-01 10:16 AM
whytokayok is offline Click Here to See the Profile for whytokayok Click here to Send whytokayok a Private Message Visit whytokayok's homepage! Add whytokayok to your buddy list Find more posts by whytokayok Reply w/Quote Edit/Delete Message IP: Logged
creamy_stew
Senior Member




Registered: Jun 2000
Location: Sweden
Country: Sweden
State:
Certifications:
Working on:

Total Posts: 219
Post

Maybe I'm getting this wrong, but just to make sure, is this what you're trying to do?

<NT>pvt net------class B<Router>

That is, are you trying to put both networks on the same "wire" (broadcast domain)?

If not, I apologize in advance

/creamy

Report this post to a moderator

Old Post 02-13-01 02:12 PM
creamy_stew is offline Click Here to See the Profile for creamy_stew Click here to Send creamy_stew a Private Message Add creamy_stew to your buddy list Find more posts by creamy_stew Reply w/Quote Edit/Delete Message IP: Logged
dmaftei
Senior Member
M




Registered: Nov 2000
Location:
Country: USA
State:
Certifications: none
Working on: none

Total Posts: 2156
Post

quote:
Originally posted by whytokayok:
<snip>
The placement of the NT box is not as important as to why I can't ping the class b/26 subnet.
<snip>



Is too. It's hard to figure out the solution, if you know only half of the problem...


[This message has been edited by dmaftei (edited 02-13-2001).]

Report this post to a moderator

Old Post 02-13-01 04:54 PM
dmaftei is offline Click Here to See the Profile for dmaftei Click here to Send dmaftei a Private Message Add dmaftei to your buddy list Find more posts by dmaftei Reply w/Quote Edit/Delete Message IP: Logged
kevtwad
Senior member
M




Registered: Jul 2000
Location: Cheshire
Country: England
State:
Certifications: CCNP, CCNA, MCP
Working on: Being a Porn Star & CCIE (in that order)

Total Posts: 128
Question

If I've got it right

Router E0-158.76.237.64/26
NT Box -192.168.0.2/24

The NT is on the same wire as E0, if this is right then you would be able to ping each other. Your on a diff network, If you create a sub-interface on e0 (the interface will have to be a Fastethernet) and give a 192 address it will work.

Kevin.

Report this post to a moderator

Old Post 02-13-01 06:03 PM
kevtwad is offline Click Here to See the Profile for kevtwad Click here to Send kevtwad a Private Message Add kevtwad to your buddy list Find more posts by kevtwad Reply w/Quote Edit/Delete Message IP: Logged
creamy_stew
Senior Member




Registered: Jun 2000
Location: Sweden
Country: Sweden
State:
Certifications:
Working on:

Total Posts: 219
Post

I'm still confused about your setup...
---------------------------------------
First: As far as I can tell, you have assigned the subnet address xxx.64(host= all 0's) to e0 on your router, this is a big nono.
-----------------------------------------

If you want to "force" two interfaces on different subnets residing on the same wire to communicate, you can set a static interface route on both interfaces. AFAIK you can't do this on an NT box, though.

Example : (Router2 would be your NT machine. However, I'm using IOS commands since I don't think this is possible on NT)

Router1
---------
ip route 192.168.0.0 255.255.255.0 e0

Router2
---------
ip route 158.76.237.64 255.255.255.192 e0

As to why you would want to do this, I can only speculate...

/creamy

[This message has been edited by creamy_stew (edited 02-13-2001).]

[This message has been edited by creamy_stew (edited 02-13-2001).]

Report this post to a moderator

Old Post 02-13-01 07:01 PM
creamy_stew is offline Click Here to See the Profile for creamy_stew Click here to Send creamy_stew a Private Message Add creamy_stew to your buddy list Find more posts by creamy_stew Reply w/Quote Edit/Delete Message IP: Logged
whytokayok
Member




Registered: Sep 2000
Location: Bakersfield, Ca
Country: USA
State:
Certifications: CCNA, VoIP- ATM-Frame
Working on: CCDA, CCNP, MCP

Total Posts: 171
Post

Putting the class b and the class c on the same wire is what I'm playing around with. This is not a permanment thing. Just wanted to see if two diffrent class and or subnets can see each other sharing a common connections on the EO side of my main router. By the wayThe x.x.x.64 is not address of the router e0 port it's actually .65.... I was showing that address just as one would show 15.0.0.0 as being a class a network. I guess what every one is saying is that a static route must be set up between both networks in order for communications to take place. I'll give it another try. Static routes can be added to the NT route table buy using the route add command.

Report this post to a moderator

Old Post 02-14-01 06:20 AM
whytokayok is offline Click Here to See the Profile for whytokayok Click here to Send whytokayok a Private Message Visit whytokayok's homepage! Add whytokayok to your buddy list Find more posts by whytokayok Reply w/Quote Edit/Delete Message IP: Logged
creamy_stew
Senior Member




Registered: Jun 2000
Location: Sweden
Country: Sweden
State:
Certifications:
Working on:

Total Posts: 219
Post

Hi whytokayok!

I know I can set a static route using e.g.
route add 10.0.0.0 mask 255.255.255.0 192.168.0.1

The problem is you need to use an interface as a gateway instead of a next hop router (192.168.0.1 in this case). If this is possible under NT, could you please post how to do it?

/creamy

Report this post to a moderator

Old Post 02-14-01 02:15 PM
creamy_stew is offline Click Here to See the Profile for creamy_stew Click here to Send creamy_stew a Private Message Add creamy_stew to your buddy list Find more posts by creamy_stew Reply w/Quote Edit/Delete Message IP: Logged
whytokayok
Member




Registered: Sep 2000
Location: Bakersfield, Ca
Country: USA
State:
Certifications: CCNA, VoIP- ATM-Frame
Working on: CCDA, CCNP, MCP

Total Posts: 171
Post

Creamy,

I can add another IP address to the interface card in the NT machine but that defeats the pupose of trying to save an class b address. Other than adding a second interface card, I can't figure out any other way to do it at the moment. By the way, I tried adding a second address to my router E0 port to see if it could server as two default gateways and it locked up ...

Report this post to a moderator

Old Post 02-15-01 07:04 AM
whytokayok is offline Click Here to See the Profile for whytokayok Click here to Send whytokayok a Private Message Visit whytokayok's homepage! Add whytokayok to your buddy list Find more posts by whytokayok Reply w/Quote Edit/Delete Message IP: Logged
All times are GMT.
Pages (3): [1] 2 3 » Post new thread   Post reply

Click here for list of CCNA study guides

Cisco exam notes

CCNA(tm) exam details



Forum Jump:
Rate This Thread:
Forum Rules:
Who Can Read The Forum? Any registered user or guest.
Who Can Post New Topics? Any registered user.
Who Can Post Replies? Any registered user.
Changes: Messages can be edited by their author.
Posts: HTML code is OFF. Smilies are ON. vB code is ON. [IMG] code is ON.
 

ExamNotes forum archive


Powered by: vBulletin 2.2.8
Copyright ©2000, Jelsoft Enterprises Limited.

  Free Braindumps | mcse braindumps