Jump to content

marty

Members
  • Posts

    32
  • Joined

  • Last visited

Everything posted by marty

  1. Downloading Kali now. I've used Angry IP Scanner to scan for open ports on the guest network but really wanted to check for vulnerabilities through the open ports too so I will see what Kali unearths. Thank you
  2. Thank you for the advice Arreks I'll give that a go.
  3. Hello everybody Please can somebody recommend a penetration testing service for a school's guest wifi network? Thank you in advance Marty
  4. Introducing AES encryption has fixed the issue for me. Thanks everybody especially SYNACK for getting in first!
  5. Hello everybody Please can you help me? I have recently updated Juniper (formerly Trapeze) Mobility Software and Ringmaster to 9.0 and replaced by 802.11g APs with 802.11n. FYI it's an MX200 with MP-432 APs. I assumed 802.11n devices would automatically connect at speeds above 54Mbps (especially being in the same room as the AP) yet a whole range of modern devices only connect at 54Mbps max. The devices include Win8 laptops and tablets, iPads and a Macbook Pro. Is there any way I can allow faster connectivity to 802.11n devices or is it limited for a specific reason on purpose? Thanks in advance Marty
  6. Thanks guys I'm going to revisit the deployment tool and check if I've missed anything - I'm seriously considering a roll back! Other complaints are: CPU utilisation (exim), indicies format (no longer placed at superscript from old files?!), maths cannot find symbols (maths pack?). Regards Marty
  7. I moved some PCs over to SmartTech Notebook and Tools 11 but one of the staff has pointed out that you can no longer just grab a coloured Smart pen,from the pen tray, and annotate over non-native Smart applications, instead you have to fire the Smart Ink application. The problem I have here is that not only to you have to fire the Smart Ink application but you also then need to tell this application's control panel whether or not you want you want the pen to act as a pointer or a pen and then even choose the colour! Even worse, if you then pick up a different coloured pen, it is then reset to pointer mode. The Smart Ink application understands the colour of Smart pen you have picked up but doesn't go on and decide you want to annotate with it! C'mon Smart Tech, what are you doing?!?
  8. Hi Nick I think I've got it now. The default document was being inherited from the website (default.asp), by setting this to Default.aspx everything seems to work great now. Thank you very much once again for a great product! Regards Marty
  9. hap/api/setup Endpoint not found. Please see the service help page for costructing valid requests to the service . /hap/api/setup/help This page describes the service operations at this endpoint. Uri Method Description /AddFilter POST Service at https:///hap/api/setup/AddFilter /AddLesson POST Service at https:///hap/api/setup/AddLesson /AddLink POST Service at https:///hap/api/setup/AddLink /AddLinkGroup POST Service at https:///hap/api/setup/AddLinkGroup /AddMapping POST Service at https:///hap/api/setup/AddMapping /AddOU POST Service at https:///hap/api/setup/AddOU /AddQServer POST Service at https:///hap/api/setup/AddQServer /AddResource POST Service at https:///hap/api/setup/AddResource /AddSubject POST Service at https:///hap/api/setup/AddSubject /EditLesson POST Service at https:///hap/api/setup/EditLesson /GetADTree POST Service at https:///hap/api/setup/GetADTree /RemoveFilter POST Service at https:///hap/api/setup/RemoveFilter /RemoveLesson POST Service at https:///hap/api/setup/RemoveLesson /RemoveLink POST Service at https:///hap/api/setup/RemoveLink /RemoveLinkGroup POST Service at https:///hap/api/setup/RemoveLinkGroup /RemoveMapping POST Service at https:///hap/api/setup/RemoveMapping /RemoveOU POST Service at https:///hap/api/setup/RemoveOU /RemoveQServer POST Service at https:///hap/api/setup/RemoveQServer /RemoveResource POST Service at https:///hap/api/setup/RemoveResource /RemoveSubject POST Service at https:///hap/api/setup/RemoveSubject /UpdateFilter POST Service at https:///hap/api/setup/UpdateFilter /UpdateLink POST Service at https:///hap/api/setup/UpdateLink /UpdateLinkGroup POST Service at https:///hap/api/setup/UpdateLinkGroup /UpdateLinkGroupOrder POST Service at https:///hap/api/setup/UpdateLinkGroupOrder /UpdateLinkOrder POST Service at https:///hap/api/setup/UpdateLinkOrder /UpdateMapping POST Service at https:///hap/api/setup/UpdateMapping /UpdateQServer POST Service at https:///hap/api/setup/UpdateQServer /UpdateResource POST Service at https:///hap/api/setup/UpdateResource /UpdateSubject POST Service at https:///hap/api/setup/UpdateSubject /UpdateTab POST Service at https:///hap/api/setup/UpdateTab /UpdateTabOrder POST Service at https:///hap/api/setup/UpdateTabOrder
  10. Thanks for the response Nick 1. Yes - with a third party 4096bit cipher cert 2. Yes 3. integrated .net 4 pipeline 4. iis 7.5 authentication - anonymous enabled, from based enabled. These are on on the application level. Some of the settings are different for the containing website - different app pool, authentication and security etc
  11. Hi guys I've run through a new install of the brilliant HAP+ today on a Win2k8R2 DC (I appreciate member servers are better suited) that runs RM Easylink. Worked through initial setup.aspx to configure some initial settings, noticed that the IIS validated had failed on 'Integrated Pipeline', 'Services Activated' and 'App_Data Write Access'. I had actually created a new app pool for HAP and run the ICACLS command on HAP and App_Data for the HAP app pool user. The problem is I can access the log in page but then after passing my credentials I get 'The website declined to show you this web page HTTP403' and it's the same on the IIS server. Any ideas please? Should I build a new website (instead of sub-locating the app inside the RM default website) and try from scratch? Thanks in advance Regards Marty
  12. Thanks for that Synack I managed to convert my Global Address Lists LDAP filters to Opath following your links. I have since realised that even through I have set up discrete GALs for staff, students and HT and everything is fine in OWA, Outlook 2010 chooses to ignore my users' msExchQueryBaseDN values (e.g. Staff use CN=Staff GAL,CN=All Global Address Lists,CN=Address Lists Container,CN=Exchange Organization,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=laurenjack,DC=internal) and doesn't display the correct GAL for staff (Staff GAL). However, when students open the Outlook2010 application, they do see the correct GAL (Student GAL). Anybody willing to check my OPATH recipient filters at all? FYI I am administering Exchange 2007? HeadTeacher GAL OPATH ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) ) ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like 'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) ) Student GAL OPATH ( ( customAttribute1 -eq 'student' ) -and ( ObjectClass -eq 'user' ) -and ( ObjectCategory -like 'person' ) -and ( Alias -ne $null ) -and ( ServerLegacyDN -ne $null ) ) Staff GAL OPATH ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) ) ( ( Alias -ne $null ) -and ( ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and -not ( Database -ne $null ) -and -not ( ServerLegacyDN -ne $null ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'user' ) -and ( recipientType -eq 'UserMailbox' ) ) -or ( ( ObjectCategory -like 'person' ) -and ( ObjectClass -eq 'contact' ) ) -or ( ObjectCategory -like 'group' ) -or ( ObjectCategory -like 'publicFolder' ) -or ( ObjectCategory -like 'msExchDynamicDistributionList' ) ) -and -not ( customAttribute1 -eq 'student' ) -and -not ( customAttribute10 -eq 'headteacher' ) ) Regards Marty
  13. Is it possible to create a custom GAL that includes all user email addresses, groups and dynamic distribution lists excluding any users who have their custom attribute 1 set to 'student' and also exclude any users where custom attribute 10 is set to 'headteacher'? I've been trying using the set-globaladdresslist recipient filter parameter in power shell but to no avail. I've successfully done this in LDAP but I'm unable to transpose the query into Opath.
  14. I had a similar issue and had to add the fqdn for exchange in the IE proxy bypass list.
  15. Hello everybody Would anyone be kind enough to upload Saturday Kitchen from 9 June please? D&T want the section where they make fresh pasta. Thanks in advance Marty
  16. Hi Guys What's happened to Taecanet Springboard? When a subscribing school tries to log in they get a message saying it will be offline until Sept 2012.
  17. Hi folks Can somebody please upload the Hairy Bikers Bakation - episode 7 France for me please? Thanks in advance Marty
  18. I've found the answer I was looking for on vmadmin.co.uk here. Thanks to everybody who had a read. As if a HW HBA can't run MTU 9000 on vSphere 5.0 anyway, it's beggars belief if you ask me!
  19. I'm developing a VMWare vSphere 5.0 solution for my server infrastructure. After giving up and contacting VMWare for some technical support, they have told me that my HP DL380 G7 hosts cannot run the MTU of 9000 bytes required for jumbo frames on vSphere 5.0 and I therefore I have two options for my solution: 1) Use VMWares SW HBAs and turn on jumbo frames for the full length of the storage fabric (I'm using dedicated SAN switches) OR 2) Reap the benefits of HW HBAs but drop the frame MTU to 1500 across the storage links Has anybody got any advice? I read in a blog that 90% of all iSCSI in VMWare solutions is SW ad the first thing they asked me on the support call is why do I want to use HW HBAs? Why have a dog and bark yourself? I could not believe VMware were asking me this! ...TCP Offload Engine...???
  20. Thanks for the replies everybody. The only PDF printing I could get working with mapped drives and SIMS.net Exams Organiser is PDF995. I tried Bullzip, PrimoPDF and PDF Creator amongst a couple of others and they're all really good products but PDF995 fit the bill in the end. Thanks once again!
  21. Thanks, that's of course one option but I wanted to cut out the middle step. Does bull zip show network shares for you in the save location dialog?
  22. Hello everybody Does anybody have a working PDF printer that works with the SIMS.net Exams Organiser (6.84), .Net Framework 4 (4.0.30319) and Adobe Reader 10 (10.1.0)? I've tried PDF Creator, CutePDF, Bullzip and PrimoPDF. The couple that actually work don't 'see' the desired target network shares for saving the PDF file, they only see local disks. Have any of you come across this recently? PrimoPDF worked fine until we updated to .Net 4 and PDFCreator was fine until we updated to Adobe reader 10! Regards Marty
×
×
  • Create New...