











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
|
|  |
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
|
|
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
|
|
02-13-01 08:25 AM
|
|
dmaftei
Senior Member M
Registered: Nov 2000 Location: Country: USA State: Certifications: none Working on: none
Total Posts: 2156
|
|
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
|
|
02-13-01 09:51 AM
|
|
whytokayok
Member
Registered: Sep 2000 Location: Bakersfield, Ca Country: USA State: Certifications: CCNA, VoIP- ATM-Frame Working on: CCDA, CCNP, MCP
Total Posts: 171
|
|
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
|
|
02-13-01 10:16 AM
|
|
creamy_stew
Senior Member
Registered: Jun 2000 Location: Sweden Country: Sweden State: Certifications: Working on:
Total Posts: 219
|
|
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
|
|
02-13-01 02:12 PM
|
|
dmaftei
Senior Member M
Registered: Nov 2000 Location: Country: USA State: Certifications: none Working on: none
Total Posts: 2156
|
|
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
|
|
02-13-01 04:54 PM
|
|
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
|
|
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
|
|
02-13-01 06:03 PM
|
|
creamy_stew
Senior Member
Registered: Jun 2000 Location: Sweden Country: Sweden State: Certifications: Working on:
Total Posts: 219
|
|
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
|
|
02-13-01 07:01 PM
|
|
whytokayok
Member
Registered: Sep 2000 Location: Bakersfield, Ca Country: USA State: Certifications: CCNA, VoIP- ATM-Frame Working on: CCDA, CCNP, MCP
Total Posts: 171
|
|
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
|
|
02-14-01 06:20 AM
|
|
creamy_stew
Senior Member
Registered: Jun 2000 Location: Sweden Country: Sweden State: Certifications: Working on:
Total Posts: 219
|
|
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
|
|
02-14-01 02:15 PM
|
|
whytokayok
Member
Registered: Sep 2000 Location: Bakersfield, Ca Country: USA State: Certifications: CCNA, VoIP- ATM-Frame Working on: CCDA, CCNP, MCP
Total Posts: 171
|
|
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
|
|
02-15-01 07:04 AM
|
|
|
Click here for list of CCNA study
guides
Cisco exam notes
CCNA(tm) exam details
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
|