PageMap
11-20-2002, 02:05 AM
Hello,
The guy across the hall has a 100Mbps line directly to my switch so we can transfer files faster. Anyways, I have caught him using my bandwidth on a couple occasions so I enforced some measures to keep him from doing it again.
1. I created a /29, which allows a maximum of six hosts per network. (Mask 255.255.255.248)
2. Made three static routes to null0, I use .1, .2, and .3 for my router and two computers. The other three I dont want to access the internet at all. The routes are:
ip route 192.168.1.4 255.255.255.255 Null0
ip route 192.168.1.5 255.255.255.255 Null0
ip route 192.168.1.6 255.255.255.255 Null0
I know this won't block outbound traffic, but it will block return traffic, effectively disabling WAN traffic on those IPs. I know I could have created an ACL, but I didn't want to incur the cpu hit that comes with them.
My question is this; is there a better way of blocking WAN traffic rather than putting up an ACL or my static route method? Thanks.
The guy across the hall has a 100Mbps line directly to my switch so we can transfer files faster. Anyways, I have caught him using my bandwidth on a couple occasions so I enforced some measures to keep him from doing it again.
1. I created a /29, which allows a maximum of six hosts per network. (Mask 255.255.255.248)
2. Made three static routes to null0, I use .1, .2, and .3 for my router and two computers. The other three I dont want to access the internet at all. The routes are:
ip route 192.168.1.4 255.255.255.255 Null0
ip route 192.168.1.5 255.255.255.255 Null0
ip route 192.168.1.6 255.255.255.255 Null0
I know this won't block outbound traffic, but it will block return traffic, effectively disabling WAN traffic on those IPs. I know I could have created an ACL, but I didn't want to incur the cpu hit that comes with them.
My question is this; is there a better way of blocking WAN traffic rather than putting up an ACL or my static route method? Thanks.