If i do this it my client is actually getting and ip adresse.
interface ethernet 1/1
switchport allowed vlan add 2050 untagged
switchport native vlan 2050
interface ethernet 1/24
switchport allowed vlan add 2005 untagged
switchport native vlan 2005'
But then my next problem is that i actually want my client to access the VLAN2005 but if i add it again
switchport allowed vlan add 2005,2050 untagged
switchport native vlan 2050
interface ethernet 1/24
switchport allowed vlan add 2005,2050 untagged
switchport native vlan 2005
they client doesnt recieve and ip???