I am sitting at home this weekend trying to get Vyatta to do function as
a router for an upcoming project I have.  Problem is, it isn't doing
what I expect it to be doing.  I am hoping someone here can give me some
pointers.

First, I have a Cisco Catalyst 2924 configured with 9 VLANs configured. 
The VLAN ids are 1, 100, 200, 301, 302, 303, 304, 305, 306.  Port 22 on
the switch is configured Multi-VLAN for all 9 VLANs.   Port 4 on the
switch is configured Static Access with Allowed VLANs and Native VLAN
set to 301. 

On vyatta I have configured my interfaces so the show interfaces looks like:
loopback lo{
}
ethernet eth0 {
    hw-id: 00:50:DA:0A:64:39
    vif 301 {
        address 192.168.11.1 {
            prefix-length: 24
        }
    }
}

The cable from eth0 goes into port 22 on the Cisco switch. 

I then plug in a machine into port 9 on the switch configure it with an
IP address of 192.168.11.100/24.  For both the computer and the router I
can not ping the other.  So ping 192.168.11.100 from the router no go. 
Ping 192.168.11.1 from the computer, nogo. 

Isn't that supposed to work?  Am I missing something?  Any suggestions
or pointers?

Regards,
Jeff
_______________________________________________
Vyatta-users mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/vyatta-users

Reply via email to