Hey folks -
I'm having some "fun" with my router, which has a dual Intel 10GigE card in it. I have this same card in two other FreeBSD boxes, and one of them even has VLANs configured. But for some oddball reason, I simply can't get it working on this router. And I know the switch supports VLAN trunking, as the other servers are also connected to it (including the one with VLANs).
Once I have the switch port reconfigured to trunk VLANs 100 and 200, I've tried on the router:
No errors when those commands are executed. The link on ix0 stays up, the interfaces appear to come up, but I can't get anything to ping through them. At all. Nothing. Nothing on VLAN 100, nor 200. OK, that's odd. I add these lines to rc.conf:
And try to reboot the router. The moment it starts processing those lines, it kills the Ethernet interface's link. And when I finally get a CLI, the parent and two VLAN interfaces show up as "No Carrier". No amount of "ifconfig up" or restarting or anything will stop that.
I'm getting zilch for useful logging, otherwise I'd share it. I'm sure this is something silly, but I can't figure it out. Any guidance?
Thanks.
I'm having some "fun" with my router, which has a dual Intel 10GigE card in it. I have this same card in two other FreeBSD boxes, and one of them even has VLANs configured. But for some oddball reason, I simply can't get it working on this router. And I know the switch supports VLAN trunking, as the other servers are also connected to it (including the one with VLANs).
Once I have the switch port reconfigured to trunk VLANs 100 and 200, I've tried on the router:
ifconfig ix0.100 create vlan 100 vlandev ix0 inet 192.168.100.254/24
ifconfig ix0.200 create vlan 200 vlandev ix0 inet 192.168.200.254/24
No errors when those commands are executed. The link on ix0 stays up, the interfaces appear to come up, but I can't get anything to ping through them. At all. Nothing. Nothing on VLAN 100, nor 200. OK, that's odd. I add these lines to rc.conf:
Code:
vlans_ix0="100 200"
ifconfig_ix0_100="inet 192.168.100.254/24"
ifconfig_ix0_200="inet 192.168.200.254/24"
And try to reboot the router. The moment it starts processing those lines, it kills the Ethernet interface's link. And when I finally get a CLI, the parent and two VLAN interfaces show up as "No Carrier". No amount of "ifconfig up" or restarting or anything will stop that.
I'm getting zilch for useful logging, otherwise I'd share it. I'm sure this is something silly, but I can't figure it out. Any guidance?
Thanks.