dan_lumbard
Members-
Posts
13 -
Joined
-
Last visited
Content Type
Forums
News
20th
EduGeek EDIT Conference
Blogs
Everything posted by dan_lumbard
-
IT Technician Salary: £25,989 - £26,824 per annum Anticipated start date: 13th April 2026 John Flamsteed Community School is looking to appoint a reliable, proactive and enthusiastic IT Technician to join our dedicated support team. This is an exciting opportunity for a motivated individual to play a central role in supporting and developing our school’s IT infrastructure. You will help ensure that both staff and students have seamless access to high-quality technology that enhances teaching, learning and the wider life of the school. As our IT Technician, you will provide first-line technical support to staff and students, maintaining and troubleshooting hardware, software and network systems across the site. You will support classroom technology, including interactive displays and AV equipment, assist with the installation of devices and systems and maintain accurate records of IT issues and resolutions. A key part of the role will be ensuring that systems remain secure, up to date and fully compliant with safeguarding and data protection requirements. We are seeking someone with strong IT knowledge and excellent troubleshooting skills who is organised, methodical and solution-focused. You will need to demonstrate clear communication with the ability to prioritise your workload effectively. The successful candidate will be equally comfortable working independently and as part of a team. Experience in a school environment would be advantageous but it is not essential. John Flamsteed Community School is a popular school located in mid-Derbyshire close to Nottingham, Derby and Sheffield and within easy reach of the Peak District. We are part of the East Midlands Education Trust and work in close partnership with other schools in the Trust. Students, teachers and support staff alike strive to live by the tagline: Nothing Short of Remarkable. If you are passionate about technology and want to make a real difference in an educational setting, we would be delighted to hear from you. The successful candidate will have to meet the requirements of the person specification in order to be offered the post, will be required to undergo a full enhanced DBS check and must be eligible to work in the UK. The Trust is committed to safeguarding and promoting the welfare of children and young people and expects all staff and volunteers to share this commitment. Safeguarding checks will be undertaken during the recruitment process and this may include online searches. We welcome applications regardless of age, gender, ethnicity or religion. Closing date for applications: Midnight Sunday 15th March 2026 Interviews to be held week commencing 16th March 2026
-
Did you get sorted with this? We have some SB660 and SB680 units going spare.... Near Mansfield.
-
If you're interested please PM me as it's me you'll be working with. It's at The Joseph Whitaker School in Rainworth. You can also email me at [email protected] https://nottinghamshire.tal.net/vx/lang-en-GB/mobile-0/appcentre-1/brand-2/xf-939e480bb47b/candidate/so/pm/4/pl/1/opp/1664-ICT-Network-Technician/en-GB Closing date 15 April 2016 Type of vacancy Permanent Category IT, School/Academy Services Work pattern Full Time Location including post code The Joseph Whitaker School, Warsop Lane, Rainworth, Nottinghamshire, NG21 0AG Department External Salary / Hourly Rate NJC Scale 3 / 4 £16231 to £19742 Advert text Required as soon as possible The Joseph Whitaker School is a popular oversubscribed school of over 1200 students, recently judged by Ofsted as being “good”. The Governors are seeking to appoint an experienced ICT professional, who will be able to demonstrate a detailed knowledge of LAN/WLAN technologies, windows server and active directory. You should have a minimum of two years hands on experience and have gained or working towards an MCP or equivalent. For details and an application form please email Sue Linnell via [email protected]. Candidates are more than welcome to visit the school at any time. The closing date for applications is Friday 15 April 2016 at Noon. The school is committed to safeguarding and promoting the welfare of children and young people and expects all staff and volunteers to share this commitment. The successful candidate will be required to undertake a criminal record check via the DBS.
-
Each port is untagged on the default vlan, so for a device to connect to a particular VLAN/subnet they would have to enable the VLAN settings on the NIC on a particular device. This would mean physically connecting to a network socket and this is a security risk I feel ok with, rogue devices in our school would almost exclusively be wireless devices such as mobiles/tablets etc. The reasons for my different VLANs was to cut down the broadcast traffic (we were previously a flat network on a /21 subnet!!!!) it also allows a different route to the internet with particular ease based on AD groups. If there is no performance hit then tagging all ports on all switches gives me an easy life as I can make changes without having to worry about ports. Thanks for the responses so far.
-
Hi, Ignoring issues with security of the IP subnets assigned to my different VLANs does tagging all ports on every switch have a bad effect on performance? We have a L3 Procurve 2600 (J9264a) as our core switch which handles the inter VLAN routing, most of our other switches are L2 2510G We have 30 or so wifi access points which assign VLANs dynamically dependent on who is logged on. At the moment I have tagged ALL VLANS on just the ports that the access points are connected to on the various switches around the buildings. For an easier life after some patch panel re-wiring jobs I am about to perform, I was thinking about just tagging all VLANS to all ports on every switch. I know this will work but I wasn't sure if there is/how much of a hit we would take to the performance of the network? I'd be most grateful if anyone has a definitive answer? Cheers, Dan.
-
If it looks like its worked then it may well just be the connect.ini still pointing to the old instance if you get the invalid username and password issue.
-
Sort of. I think I can view it with this: Get-ExchangeServer | fl name, internetwebproxy which reveals the proxy : port but there are no exceptions, I thought it may be important to exclude the local address of the server in the exceptions. In IE the exceptions are there but they don't show up using the command I just mentioned. The command the error message suggests doesn't work; see below. If I use netsh winhttp show proxy that DOES have the correct proxy AND a bypass list with correct settings but I wasn't sure if this was somehow a different thing. I wonder if anyone who managed to do this had to add any other settings to their server/internet connection such as rules for port forwarding etc. [PS] C:\Windows\system32>Get-ExchangeServer -InternetWebProxy A parameter cannot be found that matches parameter name 'InternetWebProxy'. + CategoryInfo : InvalidArgument: ( [Get-ExchangeServer], ParameterBindingException + FullyQualifiedErrorId : NamedParameterNotFound,Get-ExchangeServer + PSComputerName : xxx.domain.xxx (I changed this)
-
Hi, I am struggling to complete the Hybrid Config Wizard, it goes through; Connecting to tenant, Checking tenant pre-requisites, Configuring organization relations but then stops with this: Updating hybrid configuration failed with error 'Subtask NeedsConfiguration execution failed: Configure Organization Relationship Exchange was unable to communicate with the autodiscover endpoint for your Office 365 tenant. This is typically an outbound http access configuration issue. If you are using a proxy server for outbound communication, verify that Exchange is configured to use it via the “Get-ExchangeServer –InternetWebProxy” cmdlet. Use the “Set-ExchangeServer –InternetWebProxy ” cmdlet to configure if needed. at Microsoft.Exchange.Management.Hybrid.OrganizationRelationshipTask.get_OnpremisesFederationInfo() at Microsoft.Exchange.Management.Hybrid.OrganizationRelationshipTask.NeedsConfiguration(ITaskContext taskContext) at Microsoft.Exchange.Management.Hybrid.Engine.ExecuteSubStep(String subStepName, ITaskContext taskContext, ITask task, Func`3 substep, Func`4 createException, Boolean throwOnFalse) '. I have tried adding our LEA provided proxy settings in NETSH but it still stops at this point. Could it be a port issue like 997 being blocked? Currently our onsite Exchange 2013 server is running fine in all respects. How did you guys configure yours if you're behing the LEA firewall and using their proxy? Or is this a red-herring and I shouldn't read too much into the MS error? I know i'm a bit light on surrounding details but I think it MAY not be relevant if someone had the same isssue... Any advice would be most gratefully received.
