This is a discussion on How to Block Ultrasurf within the Linux software forums, part of the Linux Getting Started category; How to Block Ultrasurf from linux server? this is complete info what is ultrasurf 无界网络 http://www.wujie.net/downloads/ultrasurf/u.zip Thanks...
|
|||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
|||
|
How to Block Ultrasurf from linux server?
this is complete info what is ultrasurf 无界网络 http://www.wujie.net/downloads/ultrasurf/u.zip Thanks |
| Sponsored Links | ||
|
|
|
|||
|
no one have used this software?
So what exactly it is?? It is the flagship software product from UltraReach Internet Corp. for Internet anti-censorship. It enables users inside countries with heavy Internet censorship to visit any public web sites in the world safely and freely. it enables users to browse any website freely just the same as using the regular IE browser while it automatically searches the highest speed proxy servers in the background. Learn More Until now i still wait respond to solved this problem |
|
||||
|
Block 无界网络 ip address 67.15.183.30 at firewall or use squid ACL, if you know the port number for the software block that too
|
|
|||
|
I tried both. this is using iptables
Code:
*mangle :PREROUTING ACCEPT [192.168.1.0:24] :OUTPUT ACCEPT [0:0] -A PREROUTING -p tcp --dport 22 -j TOS --set-tos 0x10 COMMIT *filter :INPUT ACCEPT [32296:2595574] :FORWARD ACCEPT [327:113979] :OUTPUT ACCEPT [42157:3445894] #firewall -P FORWARD DROP -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,PSH,ACK,URG -j DROP -A INPUT -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP -A FORWARD -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG FIN,SYN,RST,PSH,ACK,URG -j DROP -A FORWARD -p tcp -m tcp --tcp-flags FIN,SYN,RST,PSH,ACK,URG NONE -j DROP -A INPUT -p icmp -m state --state NEW,ESTABLISHED,RELATED --icmp-type echo-request -m limit --limit 1/s -j ACCEPT # Block MAC #suspect #-A INPUT -m mac --mac-source 00:0E:7B:C9:13:0B -j DROP #Block IP #UltraSurf -A INPUT -s 67.15.183.30 -j DROP -A FORWARD -s 67.15.183.30 -j DROP -A OUTPUT -s 67.15.183.30 -j DROP -A INPUT -p tcp -m tcp --dport 9666 -j DROP -A FORWARD -p tcp -m tcp --dport 9666 -j DROP -A OUTPUT -p tcp -m tcp --dport 9666 -j DROP :INPUT ACCEPT [192.168.1.0:24] :FORWARD ACCEPT [192.168.1.0:24] :OUTPUT ACCEPT [0:0] #-A INPUT -p tcp -m tcp --dport 10000 -j DROP -A INPUT -i eth0 -j ACCEPT -A FORWARD -i eth0 -j ACCEPT COMMIT # Completed on Wed Jun 21 12:35:13 2006 # Generated by iptables-save v1.2.3 on Wed Jun 21 12:35:13 2006 *nat :PREROUTING ACCEPT [8009433:454311769] :POSTROUTING ACCEPT [1529638:95155672] :OUTPUT ACCEPT [1273134:83856339] -A PREROUTING -s 192.168.1.0/255.255.255.0 -p tcp -m tcp --dport 80 -j DNAT --to-destination xxx.xxx.xxx.xxx:port -A POSTROUTING -s 192.168.1.0/255.255.255.0 -o eth0 -j MASQUERADE COMMIT and this one using squid Code:
acl porn1 dstdomain "/etc/squid/data_porn.txt" .ultra* .wujie.net yes i sure that my user using proxy (transparent), all site that i put at data_porn.txt can't be access. this is an example Code:
ERROR The requested URL could not be retrieved While trying to retrieve the URL: sex.com The following error was encountered:
I really need your help nixcraft Thank you Last edited by laluvirtual; 11-23-2007 at 08:34 AM. |
|
|||
|
Hi
Unfortunatley the port un UltraSurf is 9666 on localhost, and the software is using this as a proxy it is injecting into the IE on the fly. This equates to a website called http://Ultra1 One way of controlling the program, I have found so far, is to place ultra1 in the Restricted Zone in Internet Options / Security / Restricted Sites of IE. Go to Custom Level and set all items to Disable or High Safety except Popup Blocker. The program appears to make a lot of DNS calls to find the servers it is using. Blocking the servers it talks to may be another way, but it is not using port 80 or whatever your proxy server is. Tony S |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to Block Spam Mails in Sendmail | ppnair | Mail Servers | 3 | Yesterday 12:06 AM |
| Bad Superblock At Block : Magic Number Wrong | Ashish Pathak | Solaris/OpenSolaris | 2 | 10-18-2007 08:11 PM |
| Iptables block ip address | raj | Getting started tutorials | 0 | 05-05-2007 01:01 AM |
| How to block gtalk messenger through squid | bubloob_13 | Linux software | 0 | 04-16-2007 11:59 AM |
| How to block sites in Squid | joproz | Linux software | 2 | 11-18-2006 05:00 PM |