Jump to content

Recommended Posts

Posted

We have let our students bring there own laptops into school and we have set them up to use the wireless network for Internet Access (filtered) and access to there home folders.

This has not been a problem till recently when they found the ultrasurf which we cannont block. I can stop it on our domain computers but not on there laptops. Just now wondering what you guys do about this issue??

As we are a fee paying school just stopping them connecting is not a good idea my only real thought is to capture the packets and ban the offenders word will soon get around that we can find them. ( or my other plan is to cut off their fingers so they cant type)

 

 

Sensible suggestions now very welcome

Posted (edited)

You might be able to chuck a transparent Linux box in between the local network and the LEA that filters out that app by its layer 4 characteristics:

 

PF: Packet Filtering

 

You may also be able to use your router if it is a higher spec cisco beast as some of them can do higher layer filtering.

 

Your only other option would be to find some software that can perform TCP RST attacks on identified traffic like comcast does to bittorrent

Edited by SYNACK
Posted

There's no real way to pre-empt this sort of behavior, without spending masses of time finding a solution (ours being Network Access Control). You can only digest logs and than disable offending users accounts.

 

Yourfreedom and Ultrasurf are both anti-censorship, even if it harms children in schools.

Guest Guest
Posted (edited)

Stop DHCP from passing the Default Gateway out to clients. Jobs a goodun.

 

 

The above method works with just about any proxy bypassing method; Tor, Firefox portable, etc

Edited by Guest
Posted
Tried blocking it by port by the URL it calls when connecting http://ultra1/ultra.htm. But its far cleverer than hat and changes ports and URLs.Its a very clever bit of software made to get round the Chinese government restrictions and the government haven't been able to stop it yet.
Posted

I doubt you will be able to block it. Some students where using it on our WAN websense detected it uses over 15, 000 ip addresses and it makes a tunnel using port 443. The only way would be to block port 443 but then they can’t use https.

 

Personally i would kick them off the WIFI, it seems the only viable option

Posted

It *is* possible to block ultrasurf.

Currently, we have to enforce fairly draconian rules to do so with our filter platform, although new features being released next month will allow us to block ultrasurf with minimal impact on other services.

 

Edit: sparky: your method is harsh, but makes for a very secure network. As long as all traffic is proxied you don't really need a gateway. Confuses the hell out of most malware.

Guest Guest
Posted
Edit: sparky: your method is harsh, but makes for a very secure network. As long as all traffic is proxied you don't really need a gateway. Confuses the hell out of most malware.

 

Yep, and its a PITA on occasion when you need to enter the default gateway in order to register some software, Sibelius for example. But if you are that bothered you could always make a logon/logoff script to add and remove it for admins.

 

The above is a very small price to pay for the benifit of the kids not even trying to use software to bypass the proxy, or "hack" the network as i have taken away their main reason to be "hacking".

Posted
We had this problem with the gateway when students using firefox portable. We removed the gateway from dhcp scope, teacher needed the gateway for some software so we just created seperate reservations for teacher laptops, and added the gateway manually. Takes a bit more time but least you know who can access what.
Posted

Taking the gateway out stops the laptops connecting to any other vlan

so they get no access to anyother resource on other vlans. So yes it does stop ultrasurf but might as well change the security key on accesspoint so only teachers can use wireless. Back to the drawing board.

Posted (edited)
Taking the gateway out stops the laptops connecting to any other vlan

so they get no access to anyother resource on other vlans. So yes it does stop ultrasurf but might as well change the security key on accesspoint so only teachers can use wireless. Back to the drawing board.

 

You could still do this by removing the default gateway from your core routers routing table, the one that routes between your VLANS. This would still allow all of your internal traffic to be routed properly but any address that was not internal to your network would be unreachable directly. To get access to these addresses you would need to go through the proxy server. The proxy should ideally be the only computer with direct access to the external link so that it can act as a gatekeeper.

Edited by SYNACK
Posted (edited)

That's some clever shit right there!

 

Although could obviously be used for naughty naughty things!

 

Doesn't help this particular situation (students own laptops) but here is some info on blocking using hash in S2K3.

Edited by Ben_Stanton
Guest Guest
Posted
Taking the gateway out stops the laptops connecting to any other vlan

so they get no access to anyother resource on other vlans. So yes it does stop ultrasurf but might as well change the security key on accesspoint so only teachers can use wireless. Back to the drawing board.

 

You could still do this by removing the default gateway from your core routers routing table, the one that routes between your VLANS.

 

imiddleton - that could certainly make things more interesting.

 

SYNACK - it took me a minute to work out what you were saying, but yeah that would certainly work.

An alternative would be, as our RBC are proposing atm, to set up an ACL on the router/firewall to deny all traffic from clients, only allowing the proxy and any servers unrestricted access. You could even have a range of addresses reserved for if you need unrestricted access, such as when registering Sibelius.

 

^ Persoanlly im against that method as our way of not passing teh default gateway out gives the same outcome, therefore there are no benefits and only disadvantages for us. But for others it will certainly make bypassing proxies nigh on impossible.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...