Hi there
I have two openbsd 3.6 hosts connected to a cisco catalyst 3550 series
switch.
OpenBSD host A: interface em1 192.168.134.90/29
OpenBSD host B: interface em1 192.168.134.91/29
Host A is connected on FE 0/1 port and host B on FE 0/2 port on the cisco
switch. Both hosts are in vlan 1.
interface FastEthernet0/1
switchport mode dynamic desirable
!
interface FastEthernet0/2
switchport mode dynamic desirable
With this configuration both hosts can ping each other. Now I want to set
up a trunk link on the cisco FE 0/2 port where host B is connected:
interface FastEthernet0/2
switchport trunk encapsulation dot1q
switchport mode trunk
hostB# ifconfig em1 delete
hostB# ifconfig em1 up
hostB# ifconfig vlan0 192.168.134.91 netmask 255.255.255.248 vlan 1 vlandev
em1
After this configuration change I can no longer ping from or to host B. Did
I forget a configuration setting or what could be the problem?
Thanks, Daniel
|