Hey,
Okay, I've been working on the router config for weeks and I am finally getting somewhere. One of the things I mentioned a while ago, is that I am running a game server on my network; specifically a Quake 3 game server. It is because of this, that perfection of the router's configuration is so very important. Keeping low and steady pings is a must, otherwise, it is just impossible to play.
After making the latest changes to the router I have finally gotten the pings low and steady most of the time. However, every now and than, the pings spike up about 50ms and stay that way for a good couple of seconds. They then go back to normal. The other thing I've noticed is that certain people who had low pings of 60 are now steady at 100.
I'm thinking that after all these changes, I might have some settings in the configuration that I should not or maybe, am mising some settings that are required. So whenever you guys get a chance, maybe you could look over my latest configuration and let me know if anything hits you as out of place or missing. Again, thank you all for your help, your patience, and your time.
My latest and greatest:
Current configuration : 2244 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
ip subnet-zero
ip cef
!
!
ip domain-name alter.net
ip name-server 198.6.1.122
ip name-server 198.6.1.142
ip name-server 66.115.51.2
ip name-server 65.212.126.2
!
ip audit notify log
ip audit po max-events 100
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
description to UUNet u88932
bandwidth 1536
no ip address
encapsulation frame-relay
no ip mroute-cache
fair-queue
!
interface Serial0/0.1 point-to-point
bandwidth 1536
ip address 63.122.229.10 255.255.255.252
no ip mroute-cache
frame-relay interface-dlci 500 IETF
!
interface Ethernet0/1
no ip address
shutdown
half-duplex
!
interface Serial0/1
description ciberlynx line
bandwidth 1536
ip address 216.242.227.198 255.255.255.252
encapsulation ppp
no ip mroute-cache
fair-queue
!
interface FastEthernet1/0
ip address 66.115.51.1 255.255.255.0 secondary
ip address 65.212.126.1 255.255.255.0 secondary
ip address 216.242.60.161 255.255.255.224
ip policy route-map LINES
duplex auto
speed auto
!
router bgp 23325
no synchronization
bgp log-neighbor-changes
network 65.212.126.0 mask 255.255.255.0
network 66.115.51.0 mask 255.255.255.0
neighbor 63.122.229.9 remote-as 701
neighbor 63.122.229.9 version 4
neighbor 63.122.229.9 soft-reconfiguration inbound
neighbor 216.242.227.197 remote-as 13488
neighbor 216.242.227.197 version 4
neighbor 216.242.227.197 soft-reconfiguration inbou
!
ip classless
ip route 65.212.126.0 255.255.255.0 FastEthernet1/0
ip route 66.115.51.0 255.255.255.0 FastEthernet1/0
ip route 216.242.60.160 255.255.255.224 FastEthernet
no ip http server
ip pim bidir-enable
!
access-list 1 permit 66.115.51.0 0.0.0.255
access-list 1 permit 216.242.60.0 0.0.0.255
access-list 2 permit 65.212.126.0 0.0.0.255
route-map LINES permit 10
match ip address 2
set interface Serial0/0.1
!
route-map LINES permit 20
match ip address 1
set interface Serial0/1
!
!
line con 0
password
login
line aux 0
line vty 0 4
password
login
!
end
Okay, I've been working on the router config for weeks and I am finally getting somewhere. One of the things I mentioned a while ago, is that I am running a game server on my network; specifically a Quake 3 game server. It is because of this, that perfection of the router's configuration is so very important. Keeping low and steady pings is a must, otherwise, it is just impossible to play.
After making the latest changes to the router I have finally gotten the pings low and steady most of the time. However, every now and than, the pings spike up about 50ms and stay that way for a good couple of seconds. They then go back to normal. The other thing I've noticed is that certain people who had low pings of 60 are now steady at 100.
I'm thinking that after all these changes, I might have some settings in the configuration that I should not or maybe, am mising some settings that are required. So whenever you guys get a chance, maybe you could look over my latest configuration and let me know if anything hits you as out of place or missing. Again, thank you all for your help, your patience, and your time.
My latest and greatest:
Current configuration : 2244 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
service password-encryption
!
hostname Router
!
ip subnet-zero
ip cef
!
!
ip domain-name alter.net
ip name-server 198.6.1.122
ip name-server 198.6.1.142
ip name-server 66.115.51.2
ip name-server 65.212.126.2
!
ip audit notify log
ip audit po max-events 100
!
interface Ethernet0/0
no ip address
shutdown
half-duplex
!
interface Serial0/0
description to UUNet u88932
bandwidth 1536
no ip address
encapsulation frame-relay
no ip mroute-cache
fair-queue
!
interface Serial0/0.1 point-to-point
bandwidth 1536
ip address 63.122.229.10 255.255.255.252
no ip mroute-cache
frame-relay interface-dlci 500 IETF
!
interface Ethernet0/1
no ip address
shutdown
half-duplex
!
interface Serial0/1
description ciberlynx line
bandwidth 1536
ip address 216.242.227.198 255.255.255.252
encapsulation ppp
no ip mroute-cache
fair-queue
!
interface FastEthernet1/0
ip address 66.115.51.1 255.255.255.0 secondary
ip address 65.212.126.1 255.255.255.0 secondary
ip address 216.242.60.161 255.255.255.224
ip policy route-map LINES
duplex auto
speed auto
!
router bgp 23325
no synchronization
bgp log-neighbor-changes
network 65.212.126.0 mask 255.255.255.0
network 66.115.51.0 mask 255.255.255.0
neighbor 63.122.229.9 remote-as 701
neighbor 63.122.229.9 version 4
neighbor 63.122.229.9 soft-reconfiguration inbound
neighbor 216.242.227.197 remote-as 13488
neighbor 216.242.227.197 version 4
neighbor 216.242.227.197 soft-reconfiguration inbou
!
ip classless
ip route 65.212.126.0 255.255.255.0 FastEthernet1/0
ip route 66.115.51.0 255.255.255.0 FastEthernet1/0
ip route 216.242.60.160 255.255.255.224 FastEthernet
no ip http server
ip pim bidir-enable
!
access-list 1 permit 66.115.51.0 0.0.0.255
access-list 1 permit 216.242.60.0 0.0.0.255
access-list 2 permit 65.212.126.0 0.0.0.255
route-map LINES permit 10
match ip address 2
set interface Serial0/0.1
!
route-map LINES permit 20
match ip address 1
set interface Serial0/1
!
!
line con 0
password
login
line aux 0
line vty 0 4
password
login
!
end