Jump to content

Homer3334

Members
  • Posts

    31
  • Joined

  • Last visited

Everything posted by Homer3334

  1. Bit obscure but check the remaining space on C of Dhcp server. Had this issue once where the server stopped giving addresses on renewal, but already leased addresses continued fine
  2. Hey - Filter 11 checking in - any of you guys keeping a log of the time out? Looking at the SLA, we can claim back credits on certain times out, whatever that means?
  3. Hey - I never post on these boards and pretty much just lerk - but this one I found a fix for and can't find it anywhere else on the net, so wanted to share it with you guys and maybe it helps somebody, even though the thread older than most primary school kids. Seems like this reason for the grey head in my situation is the .ini file is blank or pointing to an incorrect location. (SIMS tech's - how familiar does this sound) Install WeDo as normal, then navigate to C:\Users\Public Documents\LEGO Creations\Wedo\WeDo.ini Have a look at the inside of this, grey heads come from an almost empty file. Try pasting this in (for x64 - add the x86 on the Prog): Custom=0 Project=0 [WeDo] AllowMultipleInstances=False [Language] Lang=ENU [sounds] Project=0 Custom=0 Head="C:\Program Files\LEGO Software\LEGO Education WeDo Software\engine\WeDo\activities\index.html" Literally that bottom line is what fixes it, but like to put the other stuff in there, cuz you know, OCD. Have also found the file can become corrupt in the future too, to prevent this have restricted permission to read only on standard users. Seems to be happy so far.
  4. cki;936345]Hi I know this will be a silly question but why are you using freeproxy. Do you not apply your internet explorer settings in group policy. This will send the client machine to the dansguardian:8080 port direct. Richard Hi Richard, thanks for the reply Freeproxy is being used to direct traffic from the internal network to the virtual machine, I can deploy proxy through GP once it's all working but at the moment on test machines, the content filter isn't working as it should
  5. Morning All, I've looked just about everywhere on the internet and can't find a good answer for this - im hoping some of you guys will have the know how to help. Its a problem I can't seem to a) get my head around and b) might be lacking certain knowledge or skills (<----much more likely!) The school currently has council provided broadband and content filtering, which is pretty much the de facto standard in most places. One school I work with has BT inifinity coming in on an independant line, only currently used by one person (They are aware its totally unfiltered, there is no access from children) The coucil cannot, or will not, upgrade the current 1mbps line shared by the whole school to infinity (about 60mb) so i've been tasked with finding an 'economical' way to sort this out. I wanted to set it up so that the council internet can still be access via "council-proxy" and our internet access by "BT-Infinity" proxy - and the two to be switched as and when required. At my disposal is a dedicated server running 250GB SAS 10.2k drives with 12MB of Ram and Xeon 2.2 Quad processor, so in terms of bottlenecks we should be ok. It runs Windows Server 2008R2 standard. Currently, the BT Homehub is running on 192.168.1.254 (The standard) and the internal network, 10.x.x.x. Both connections run through this server - they are not bridged. I have virtualbox setup with ubunutu server, running dansguardian and squid. Squid effectivily runs on port 3128 and points to dans guardian on 8080. I am using 'freeproxy' on windows server, to direct traffic from the internal NIC (Static) 10.x.x.x to *Any* Dans guardian works from a loopback address on the virtualbox flawlessly From the machines on the 10.x.x.x network, if they use the proxy for this server - sometimes dansguardian blocks the site, other times it doesnt. I imagine this is because of FreeProxy pointing to *any* means it sometimes gets through to the HomeHub running on ~1.254 One problem is virtual box sets the linux machine an IP of 192.168.1.26 as a bridged adaptor, and FreeProxy must bind to an IP address on the host server, that would be ~1.25 - there is no option to freely specify ~1.26 I should mention as well, I am hoping to get away with not purchasing anything other than the HomeHub and have the server do the legwork - but it is limited as to which configurations it will allow....you can't even set DNS?????? I purposely havent set up iptables yet as I wanted to get it working correctly on Dansguardian first. Does anyone have any idea's how to achieve this? - should I be setting up squid on the linux server as a proxy and leave the proxy out of Windows altogether? I feel like im missing a trick. My knowledge of Linux isn't brilliant either, so please be gentle Apologises for the long introduction and many thanks in advance for any advice you might have Thanks Chris
×
×
  • Create New...