|
|
| Richard Johnson 2002-02-25, 3:55 pm |
| Hey guys,
Sorry for flooding the board but now I have another problem...
Here's the config from site 1 and 2:
SITE 1
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname romthope
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface FastEthernet 0/0
no description
no ip address
shutdown
!
interface FastEthernet 0/1
no shutdown
description connected to Cisco1538_1
ip address 36.0.0.11 255.0.0.0
keepalive 10
!
interface Serial 0/0
no shutdown
description connected to rooakhill
ip address 192.168.254.2 255.255.255.252
encapsulation ppp
!
interface Serial 0/1
no description
no ip address
shutdown
!
router rip
version 2
network 36.0.0.0
network 192.168.254.0
no auto-summary
!
!
ip classless
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password password
login
!
line vty 0 4
password password
login
!
end
SITE 2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service tcp-small-servers
no service udp-small-servers
!
hostname rooakhill
!
enable password cisco
!
no ip name-server
!
ip subnet-zero
no ip domain-lookup
ip routing
!
interface FastEthernet 0/0
no shutdown
description connected to Cisco1538
ip address 35.0.0.10 255.0.0.0
keepalive 10
!
interface FastEthernet 0/1
no description
no ip address
shutdown
!
interface Serial 0/0
no shutdown
description connected to romthope
ip address 192.168.254.1 255.255.255.252
encapsulation ppp
!
interface Serial 0/1
no description
no ip address
shutdown
!
router rip
version 2
network 35.0.0.0
network 192.168.254.0
no auto-summary
!
!
ip classless
no ip http server
snmp-server community public RO
no snmp-server location
no snmp-server contact
!
line console 0
exec-timeout 0 0
password password
login
!
line vty 0 4
password password
login
!
end
OK, now the serial link works but I have another router, UBR 905, I want to hang off of one of the FastE ints and have all the users reach internet this way (This isn't my idea , customer site).
Any ideas appreciated.
Thanks. | |
| Yankee 2002-02-25, 8:13 pm |
| Can't answer that without more info....where is the internet located from either or both of the routers listed?
Yankee | |
|
| Does the fact that you have placed another post mean you have fixed the first problem?
I just spent 10 mins trying to help you and you couldn't even be bothered to acknowledge the help previously posted. As did Yankee and Peter.
I think I need a break that's 2 stroppy posts in 2 mins and it's only 09:50!!!
Problems (sorry Yeti, opportunities) are always welcome that's what we all enjoy doing but personally I like to see an end to a post confirming it's working and a thanks to all concerned. | |
| Richard Johnson 2002-02-26, 7:01 am |
| I assumed that anyone who looked at the previos thread then this one could figure out that I had solved the problem. I apologize for not thanking the people who spent their time trying to help.
On the other hand, Matt P., I don't appreciate your attitude. I did nothing purposely to offend anyone. If you're going to act like that please don't bother to respond to any of my future posts.
Thanks again for the help. | |
| peterd 2002-02-27, 3:07 am |
| Hi Richard,
I did assume that you'd sorted out the original problem but it would have been nice to hear what the cure was, that's how we learn...
I assume it was the default gateway not set on the workstation?
Regards
Peter | |
| Richard Johnson 2002-02-27, 7:22 am |
| Peter,
I actually had them clear everything on the routers and came up with the same config as Yeti posted (thanks Yeti!) For some reason that didn't work so I just took the easy route and put RIP on the routers, then they found everything. As far as the 3rd router I just enabled RIP on it as well then pointed the workstation's default gateway to the e0 int. on the UBR (3rd router) and it worked like a charm.
Thanks for the help everyone.
Richard | |
| Yeti-GBR1 2002-02-27, 7:39 am |
| Hmm I'm curious as to why my config did not work on your systems.... But your welcome, thats what this is all about..  |
|
|
|