Jump to content

mirojr

Members
  • Posts

    342
  • Joined

  • Last visited

Everything posted by mirojr

  1. mirojr

    CALs

    2008 R2
  2. Hello, Can anyone tell me what paper work I should have regrading CALs. I dont know much about licensing, and having adopted a school network I was wondering how I could check if they have any CALs at all. Thanks.
  3. Hiya, I am looking into trying this citrix setup which allows you to grab a M$ Windows desktop for your ipad. Has anyone used this setup? Thanks.
  4. The Atom D2700 only seems to be in the larger netbooks 12.1" screens The N2600 10.1 inch Netbook Atom N2600 1.6GHz 160G 3 USB HDMI Dual-Core Laptop Computer HP Launches Atom N2600-Based Mini 1104 10.1" Netbook - HotHardware Not many netbooks seem to have this chip in. same with N2800 MSI Wind U180 Netbook Packs Atom N2800, No Other Updates | New Technik The N2800 has max memory of 4gb which is good. from: Intel Atom N2800 vs Atom N570 vs AMD e-450/C50 – benchmark comparison - NetbookLive.com Am still wondering what I should buy and this was originally going to be a question, but I seem to have more info now, so thought I'd post it.
  5. Hiya We have some old Vye netbooks. They have 1gb ram and XP pro on them. I am looking to replace a few, but all the current netbooks seem to have 1gb ram and windows 7 starter. I am expecting the 1gb of ram to be inadequate, and am also wondering whether win 7 starter would even work on a domain. anyone any knowledge on this? I suppose the only thing is to upgrade the ram and OS, but i thought that they'd sell something of decent spec 5 years on. Thanks.
  6. Hiya, We are looking at getting a windows tablet, with a docking keyboard, and professional OS for full domain access/security, MS office. Anyone any recommendations? So in short.... We want a tablet, but we want it to work on the domain and have office, basically. err and we also want to be able to type in word if we want to. Any ideas? Thanks.
  7. Hello Epson WorkForce WP4015DN anyone any experience with these printers? Ta
  8. Hi On a users comp when the try inserting clip art in a powerpoint presentation, the clip art dialog box loses focus. They have to repeatedly select it and type quick. M$ Word is ok on their PC, just powerpoint is a problem. At first i thought it was interactive whiteboard being pressed by one of the many stickers that are stuck round the outside of it.... give me strength.... but even with this unplugged the issue continues. Anyone any ideas? Thanks
  9. Hello, We currently have 2 centrally located OKI C5650 printers. Am starting to see that the toner (magenta in particular) is running out pretty regularly. Am wondering if anyone has had results with any good economical network printers. HP? Am thinking of changing these printers as they are costing way too much. Thanks.
  10. Sorry I do not have this.
  11. Hello, Currently I have an internal apache website running. http://intranet I try to access this site and squid seems to report a TCP_MISS/302 roundrobin_parent 172.x.x.x (external proxy) it then goes out to look at the 172.x.x.x parent proxy. I want it to stop doing this and realise its a local address Anyone help please? Thanks.
  12. Hello, I have a situation where ipads try to run background connections (ibooks, google maps). I have manged, with help from people on this forum, to bypass the squid proxy for these connections so i no longer get a authentication popup every few seconds. But the connections are then filtered by dansguardian as a banned user as they are not authenticated users. I have 2 filter groups, filter1 - no web access, filter2 - filtered I am wondering which is the best way to allow the none authenticated user( the access.log file displays username as a hyphen -) access to a couple of urls. I am trying to avoid having to set up a full filtering system for users that bypass authentication, its would be nice if i could ban almost all web access, and have one or two exceptions. Am guessing this is not possible and I will have to create a new filter with everything blocked... except for a few urls Can anyone shed light on this matter? Thanks.
  13. Actually this seems to be giving me better results now. I think I missed the point of inserting the rule in the correct place, i.e. just before my http_access allow authenticated. as was mentioned So now I need to add other rules for google maps. I am currently filtering google so I will have to be pedantic about the url. I will try some stuff Thanks for your help. And thanks to Duke5A
  14. I did try something like this... but had same results Is this the type of thing you mean? Thanks.
  15. Hello, Am wondering whether this is possible. I have been trying and failing for quite sometime so think I am maybe trying to do something illogically.(not first time for that) What it is : Have squid and dansguardian running. I have Active Directory users working with the dansguardian and squid. All this is behind another proxy which is a cache peer parent. I can use the filter and it works great. I am then trying to use this with an ipad it partially works but i get an issue. I can use the proxy and the filter with safari but if i use the ipad to browse my ibook library (not the store, dont need that yet), the ipad tries to authenticate even though i have already authenticated. I am not sure what background connections are happening whilst using the ibooks app, I looked in the squid access.log and saw some denied entries: ax.init.itunes.apple.com/sadfsdf.xml? phobos.apple.com/ssgsad.xml? gs-loc.apple.com:443 I tried to allow these with similar rules to these: acl apple-url1 url_regex ^ax.init.itunes.apple.com/sadfsdf.xml? acl appledomain dstdomain apple.com http_access allow apple-url1 http_access allow appledomain and certain other methods. Not really sure whats happening in regards to background connections on ipad and any pointers would really help Thanks.
  16. Yes I can do this.. but i wanted the hostname really not the ip Thanks
  17. Hello, This is related to an earlier question I asked, basically I am wanting to display a homepage for our webserver (intranet) when browsing through ipad, but the ipad goes externally and i get a dns run around on the internet, rather than it being resolved internally. I am thinking i could have it resolved in squid maybe? Am guessing though. hence the question. I have hosts file on webserver containing the fqdn and its related ip , but tahts not been the solution also i have dns forward and reverse records on our local DC which is our DNS server, thats not resolved it either. is it something in SQUID i need to do? Anyone help please? Ta.
  18. Thanks for the replies. I realised it was partially working after I posted. I also had conflicting information regarding mime type syntax, one mentioned application/x-javascript-config. Anyway mine looks like this: function FindProxyForURL(url, host) { if (shExpMatch(url, "http://intranet/")) { return "DIRECT"; } if (shExpMatch(url, "http://www.edugeek.net/")) { return "DIRECT"; } if (isInNet(myIpAddress(), "x.x.x.0", "255.255.255.0")) return "PROXY x.x.x.x:8080"; else return "DIRECT"; } I had another issue, but have been for my dinner since then and kinda lost track as I have many jobs to do. But I know one issue is I cannot get iPad to use this proxy address with the appended file name /proxy.pac THis being the real reason i am trying to use a proxy.pac ( i think i read somewhere that this was the answer to my ipad proxy woes) Thanks for help.
  19. Hello, I have a proxy.pac file that works great if it is residing locally on a machine, and the browser(IE9) has the setting "Use automatic configuration script" set to: file://c:/proxypac/proxy.pac But if I try to get it on my webserver, which is apache2, running squid, it doesnt work. I am not sure how to make it work, or where it resides. I tried the /var/www/ which is the root of my server. I am trying to get this up and running then i can use with ipads later. But first things first. Anyone any info that might help me please? Thanks
  20. The rsop.msc shows its applied, but still service runs... aghh I tried the forcing of the policy also. Same deal. But the fact rsop.msc shows its applied without errors, and still the service runs, is enough to make me cry.
  21. Thanks for response. But... Still seems to have firewall service running, even though both these items are applied according to the clients rsop.msc
  22. I try in vain to use group policy to turn the damned thing off I do computer->admin templates->network->net connections->windows firewall->std profile->protect all network connections-> disabled My rsop.msc on client shows firewall disabled. Services.msc shows ...firewall running!! Tried turning off service from group policy. windows settings->security->system services->windows firewall It then shows up in rsop.msc as another service: mpsSvc disabled firewall off When I open services.msc.... firewall is running.... bloody great. Why is this not happening?! anyone know Thanks
  23. hello. I am not sure what i am doing wrong here but.... it seems that i install collins literacy on server.... then install the collins maths, and the collins maths overwrites the collins literacy instance of apache.... so basically i can only have one or the other running. I use abacus and that just adds the second installation to the first so all content is available. if the collins actually overwrites the first apache conf and only has one instance running then it is an absolute wast of time.... crikey
  24. It looks like you are right. I added the ,,true and removed the parenthesis and it now waits. I had tried this previous, removing parenthesis, but i was getting syntax errors. Only issue now is that its nt running at startup, its running after I log in. It says running startup scripts, after I login. Weird. Might be something to do with the synchronous thing i set in gpmc. Thanks for response.
  25. I have a startup script that uninstalls mcafee: objShell.Run ("C:\PROGRA~1\McAfee\MANAGE~1\Agent\myinx /Script=C:\PROGRA~1\McAfee\MANAGE~1\VScan\vsasap.inx /Section=DefaultUninstall /quiet") It works on its own. It also gives me a dialog box "do you wish to uninstall mcafee etc" if ran without /quiet switch running as a startup script. This suggests it works in the startup script. But it does not appear to work properly, as a startup script. I previously had a similair script to uninstall google toolbar, this worked fine, but was slightly different as it was written: objshell.run """C:\Program Files\Google\Google Toolbar\Component\GoogleToolbarManager_9DE96A29E721D90A.exe""/uninstall" ,,True like i said though the script does perform the job if ran whilst logged in. Also as i said, if ran without /quiet, in the startup script, i can see the dialog box Am not sure why this would happen. I have tried various settings in gpmc like stated here: Scripts Extension Tools and Settings: Group Policy Run logon scripts synchronously Run startup scripts visible It appears that the script process is not being completed. Or its not working, but with waht i stated earlier things seem to be running ok in some respects. Anyone help? Thanks.
×
×
  • Create New...