Re: vlan without ip address

2012-01-02 Thread saeedeh motlagh
[image: untitled.bmp] thank you guys, the above picture is my network topology. as you see, i have four end point systems in the same range ip. three of them (c1, c3, c4) are the member of vlan1 and the other one (c2) is the member of vlan2. these three systems should ping each other and should not

Re: vlan without ip address

2011-12-31 Thread Juli Mallett
On Sat, Dec 31, 2011 at 03:26, saeedeh motlagh wrote: > thank you guys for your answers but my problem is not solved yet:(( > > the thing is, i wanna have something like this: > a freebsd box which acts like switch (for example cisco 2960). i want to > define vlanX on one interface (without any ip

Re: vlan without ip address

2011-12-31 Thread Adrian Chadd
This has worked for me in the past. Have you disabled all the hardware vlan and ip offload options on those interfaces? You should be able to use tcpdump on the parent interfaces to see if the tagged packets are going in/out. Adrian ___ freebsd-net@fre

Re: vlan without ip address

2011-12-31 Thread saeedeh motlagh
thank you guys for your answers but my problem is not solved yet:(( the thing is, i wanna have something like this: a freebsd box which acts like switch (for example cisco 2960). i want to define vlanX on one interface (without any ip address) and it tags any passing packets through that interface

Re: vlan without ip address

2011-12-25 Thread saeedeh motlagh
hi Nikos yes i read it and thank you so much but my problem is not solved yet :(. would you please tell me step by step how should i do to have a vlan freebsd switch? we have four freebsd system as end nodes and one freebsd system as a switch. two of four systems should be the member of vlan10 an

Re: vlan without ip address

2011-12-20 Thread Nikos Vassiliadis
n: 10 parent interface: msk0 you know when i define vlans with ip addressess they work as i expected but i want to know if i can define vlan without ip address as the switch beacuse i wanna configure a freebsd box as a real switch in

Re: vlan without ip address

2011-12-20 Thread Juli Mallett
gt;>>> mtu 1500 >>>> >>>>     options=3 >>>>     ether 00:27:0e:03:4b:2f >>>>     media: Ethernet autoselect (1000baseT) >>>>     status: active >>>>     vlan: 10 parent interface: gbeth0 >>>> msk0.10: fl

Re: vlan without ip address

2011-12-20 Thread saeedeh motlagh
Ethernet autoselect (1000baseT) >>> status: active >>> vlan: 10 parent interface: gbeth0 >>> msk0.10: flags=8842 metric 0 >>> mtu 1500 >>> >>> options=100 >>> ether 00:30:4f:63:5a:bc >>> media: Ethernet autos

Re: vlan without ip address

2011-12-19 Thread Nikos Vassiliadis
options=100 ether 00:30:4f:63:5a:bc media: Ethernet autoselect (none) status: active vlan: 10 parent interface: msk0 you know when i define vlans with ip addressess they work as i expected but i want to know if i can define vlan without ip address as the switch beacuse i

Re: vlan without ip address

2011-12-19 Thread Alexander Lunev
atus: active >     vlan: 10 parent interface: gbeth0 > msk0.10: flags=8842 metric 0 mtu 1500 > >     options=100 >     ether 00:30:4f:63:5a:bc >     media: Ethernet autoselect (none) >     status: active >     vlan: 10 parent interface: msk0 > > you know when i defi

Re: vlan without ip address

2011-12-19 Thread John Nielsen
mtu 1500 >options=100 >ether 00:30:4f:63:5a:bc >media: Ethernet autoselect (none) >status: active >vlan: 10 parent interface: msk0 > > you know when i define vlans with ip addressess they work as i expected but > i want to know if i can define vlan without ip ad

Re: vlan without ip address

2011-12-18 Thread saeedeh motlagh
vlan: 10 parent interface: msk0 you know when i define vlans with ip addressess they work as i expected but i want to know if i can define vlan without ip address as the switch beacuse i wanna configure a freebsd box as a real switch in my network. maybe it's impossible to do that :( On Sun, Dec

Re: vlan without ip address

2011-12-18 Thread Alexander Lunev
first of all, you should name and number you vlan same, if it's clan10 on the one side, then it's vlan10 on the other side and in betweeen. then (though you have to do it first of all), you should understand how vlan's work, and after that connect ports to each other according to your scheme. --

Re: vlan without ip address

2011-12-17 Thread saeedeh motlagh
i have 3 freebsd system: 0.28 , 0.25 and 0.12 which 28 is assumed to be switch here. one interface of 28 is connected to 25 and the other interface of 28 is connected to 12. as mentioned below, i've defined two vlan10 and 11 with the same vlan id on the 28 and bridge them. now i can't ping 0.25 fro

Re: vlan without ip address

2011-12-17 Thread Alexander Lunev
What is your network topology from the system you start ping to the system which you're pinging? -- your sweet isn't ready yet On Sat, Dec 17, 2011 at 2:01 PM, saeedeh motlagh wrote: > when i do that, the vlan is defined but from a system in a vlan, i can't > ping the other one which is in the

Re: vlan without ip address

2011-12-17 Thread saeedeh motlagh
when i do that, the vlan is defined but from a system in a vlan, i can't ping the other one which is in the same vlan. so i think that the vlan is not working. am i right? On Sat, Dec 17, 2011 at 1:15 PM, Juli Mallett wrote: > You probably just need to do ifconfig vlanxxx up instead of assigning

vlan without ip address

2011-12-17 Thread saeedeh motlagh
hi every body i wanna configure a freebsd box as a switch. in order to do that, i bridged all my interfaces to have switching and it works fine. after that i want to have vlans on it. as you know, in a real switch, a vlan is configured just by assigning a port to it without any additional configur