Hi, I have a problem trying to connect an unmanged switch to my powerconnect 2848.
Everything is working fine, if I connect a desktop in 2848 I get ip from dhcp and can navigate normally, but if I connect an unmanaged switch to the same port of powerconnect and connect two or more pc to this switch they don't get ip from dhcp and even with static ip can't navigate.
My network:
Powerconnect 6248
Powerconnect 2848
Vlan for server, wireless, desktops and printers
powerconnect 2848:
ports 45, 46 - tagged for all vlans, pvid 1
port 32 - untagged, pvid 132 - vlan desktops
powerconnect 6248:
interface range ethernet 1/g45,1/g46
channel-group 1 mode auto
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 132 tagged
interface port-channel 1
switchport mode general
no switchport general acceptable-frame-type tagged-only
switchport general allowed vlan add 132 tagged
How can I make it work?