Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

I have 2 computer in home,one with windows 7 and the other with ubuntu. I have an access point too.

I make dns tunnel from my ubunut system to my vps, and make it gateway,so in my wireless connection properties in windows 7 enter my ubuntu computer ip as gateway and access point ip as dns server.

it works correctly,but I wanna manage the internet access of windows 7 computer,perm to which websites can't be seen and bandwidth usage controlling.

How should I do it?

share|improve this question
2  
You could probably re-ask this question on superuser, but I strongly suggest you take some time to actually compose a good question. Right now it is difficult to follow what you are asking. – Zoredache May 18 '12 at 18:29

closed as off topic by Shane Madden, SvW, Andrew M., Zoredache, sysadmin1138 May 18 '12 at 18:24

Questions on Server Fault are expected to relate to professional server, networking, or related infrastructure administration within the scope defined in the FAQ. Consider editing the question or leaving comments for improvement if you believe the question can be reworded to fit within the scope. Read more about closed questions here.

1 Answer

You will need to set up a proxy server, your best bet is installing something like Squid on your Ubuntu server and making sure that any computer on your network has the proxy settings set to the IP of the Ubuntu server.

You can also manage access to certain websites with ACL lists or block certain websites.

Having said all this, this question is not right for ServerFault as it is a home network, it belongs on SuperUser.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.