|
Home > Archive > CCNA > January 2003 > Here is a very tough one!!
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Here is a very tough one!!
|
|
| MaulerJ 2003-01-24, 3:07 am |
| 10.150.192.104 with a subnet mask of
255.255.255.0
I have a 3600 router with 2 ethernet ports
The piece of equipment I need to telnet to is 10.64.49.81
I have these IP addresses to play with on my PC side 105-109
How would I set up the router to e/0 use one of my (105-109) and have the other e/1 connected to the 10.64 network
How do i get it to work???
I need to hit the 10.64.49.81 ip address and telnet into that port,and I want to hit it by going through my network | |
| edmonds_robert 2003-01-24, 9:18 am |
| Just do exactly what you said you need to. Set up one ethernet port on the router with the IP address of 10.150.192.105 and the other with an IP address on the 10.64 network. Make your PC 10.150.192.106 and plug it in (to the same hub as e0/0?). Set up a static route on the router to both networks (unless you're running a dynamic routing protocol, which it sounds like you're not) and I think you should be up. | |
| Imran4sin 2003-01-24, 4:36 pm |
| enable
r(config)interface e0
r(config-if)ip address 105-109.x.x.x SuBMsk
r(config-if)noshutdown
r(config-if)exit
r(config)interface e1
r(config-if)ip address 10.64.x.x SubnetMast
r(config-if)noshutdown
r(config-if)exit
and do basically what "edmonds_robert" said.
Hpe this helps!! | |
| MaulerJ 2003-01-24, 5:14 pm |
| Can't change the IP address of my computer M$ 2K Pro the have us so locked down with windows, I can't even install a CBT
LOL, but thanks I'll try the other portions of suggestions. I have already set up the IP addresses on both interfaces. I guess I will have to check back up on static routing?
Any other suggestions would be nice | |
| Silkysmoothe1 2003-01-28, 4:50 pm |
| quote: Originally posted by Imran4sin
enable
r(config)interface e0
r(config-if)ip address 105-109.x.x.x SuBMsk
r(config-if)noshutdown
r(config-if)exit
r(config)interface e1
r(config-if)ip address 10.64.x.x SubnetMast
r(config-if)noshutdown
r(config-if)exit
and do basically what "edmonds_robert" said.
Hpe this helps!!
Imran4sin,,have you always used this log in. I remember couple years ago, somone with almost same name helping me. Nice rebuttle, very nice. Maybe you should post more often in forum, or maybe your holding out on us, lol.
again, nice answere.
,,,,silky,,,,, | |
| Imran4sin 2003-01-29, 3:28 am |
| quote:
Originally posted by Silkysmoothe1
Imran4sin,,have you always used this log in. I remember couple years ago, somone with almost same name helping me. Nice rebuttle, very nice. Maybe you should post more often in forum, or maybe your holding out on us, lol.
Thanks dude,dont think we can change the username once its setup, I dunno it might have been me  |
|
|
|
|