02-12-2006, 13:09 | #81 |
Vodka Martini
Join Date: Aug 2006
Location: Lower Cambourne
Posts: 576
|
Any idea why QoS is unavailable on the 12.4(9)T1 ISO?
__________________
|
02-12-2006, 20:26 | #82 |
Rocket Fuel
Join Date: Jul 2006
Posts: 7,826
|
QoS is usually only part of the Advanced IP Services feature set, which doesn't seem to exist for the 857.
|
02-12-2006, 20:29 | #83 |
Vodka Martini
Join Date: Aug 2006
Location: Lower Cambourne
Posts: 576
|
Ah, the blurb for the router said it could do QoS, quite annoying if it doesnt.
__________________
|
02-12-2006, 20:32 | #84 |
Rocket Fuel
Join Date: Jul 2006
Posts: 7,826
|
It may do something basic like FWQ with the Advanced Security feature set, but I know for all the other routers I've setup you've needed Adv. IP Services.
|
03-12-2006, 11:55 | #85 |
Vodka Martini
Join Date: Aug 2006
Location: Lower Cambourne
Posts: 576
|
Ah well, very unlikely my torrents will use up all my bandwidth anyway. What is FWQ btw?
__________________
|
03-12-2006, 16:25 | #86 |
Rocket Fuel
Join Date: Jul 2006
Posts: 7,826
|
FWQ = Fair Weight(ed) Queueing. Basically FIFO with a sprinkling of QoS thrown over it.
|
03-12-2006, 18:15 | #87 |
Vodka Martini
Join Date: Aug 2006
Location: Lower Cambourne
Posts: 576
|
Thanks, i'll do a bit of reading.
__________________
|
16-12-2006, 11:18 | #88 |
Vodka Martini
Join Date: Aug 2006
Location: Lower Cambourne
Posts: 576
|
How's this for a basic firewall config?
Code:
no acc 101 ! allow any established acc 101 permit tcp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 established ! Torrents acc 101 permit tcp 0.0.0.0 255.255.255.255 host 10.10.10.1 eq 55896 ! PES6 acc 101 permit tcp 0.0.0.0 255.255.255.255 host 10.10.10.1 eq 5739 ! all other access acc 101 deny ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255 int atm0 ip access 101 in no ip source-route
__________________
Last edited by CliffyG; 18-12-2006 at 12:09. |
18-12-2006, 12:35 | #89 |
Rocket Fuel
Join Date: Jul 2006
Posts: 7,826
|
Err, I seem to have totally forgotten how to do NAT type stuff in IOS. PIX OS (or whatever they're calling it today) I can remember, but not IOS.
I've got some old NAT based configs somewhere on a server in the office, but I'm not back there until next month. |
18-12-2006, 12:39 | #90 |
Vodka Martini
Join Date: Aug 2006
Location: Lower Cambourne
Posts: 576
|
Ok no probs, have asked on the other side .
__________________
|