Jump to content

Recommended Posts

Posted

Afternoon All,

 

We have a suite of 19 PIs connected via KVM to our Viglen Integras. Our school also has a guest WiFi network (Controller-less Aruba) which we would like to connect the PIs to via the Wi Pi adapters, however we have been told by the ICT teacher (Still need to see this to confirm) that issue is either with getting to the landing page (authentication) or the browser automatically opening another page post authentication (we are still unsure of which is the issue until we are shown).

 

Has anyone else had an issue similar or know a way to resolve this?

 

If I can turn up with a few ideas then it would be a great start!

 

Thank you!

Posted

Using vlans ?

 

if so you need to specify the vlan in /etc/network/interfaces

 

like this

 

auto eth0.vlanID
iface eth0.vlanID inet static 
address 192.etc
netmask 255.etc
gateway yourgateway

or just DHCP by using

iface eth0.vlanID inet DHCP

  • Thanks 1
Posted
Using vlans ?

 

if so you need to specify the vlan in /etc/network/interfaces

 

like this

 

auto eth0.vlanID
iface eth0.vlanID inet static 
address 192.etc
netmask 255.etc
gateway yourgateway

or just DHCP by using

iface eth0.vlanID inet DHCP

 

Thanks Caffrey - Yes we have VLANS set up. I presumed there would be some additional config setting somewhere. As I have no PI experience myself, this helps me a great deal - thank you!

Posted

Have you tried the obvious and used the desktop wifi config program to see what happens - its got lots of options in there

 

I don't have any fancy WiFi VLAN stuff myself so can't help

 

Simon

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...