Results 1 to 4 of 4
Hello,
i have the folowing setup:
One linux box -router on a stick- (debian), one catalyst 2950, 2 vlan.
_____
| R | (Ip_forward 1, -P INPUT, OUTPUT, FORWARD ACCEPT)
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-30-2007 #1Just Joined!
- Join Date
- Aug 2007
- Posts
- 2
Broadcast over Vlans
Hello,
i have the folowing setup:
One linux box -router on a stick- (debian), one catalyst 2950, 2 vlan.
_____
| R | (Ip_forward 1, -P INPUT, OUTPUT, FORWARD ACCEPT)
|____|
|
|
_|____
|_2950|----Vlan20
|
|
Vlan10
I have an application in vlan10 that generates the folowing packet:
http://farm2.static.flickr.com/1261/...1b6c49b8_o.jpg
The client must see the broadcast, in order to connect to the server.
The ping, works..
How can i do that?
- 08-30-2007 #21. What type of socket you have created?he client must see the broadcast, in order to connect to the server.
2. Is the client using INADDR_ANY or its interface ip to receive broadcast packets?---------------------------------
Registered Linux User #440311
HI2ARUN _AT_ GMAIL _DOT_ COM
---------------------------------
- 08-30-2007 #3Just Joined!
- Join Date
- Aug 2007
- Posts
- 2
- 08-31-2007 #4Just Joined!
- Join Date
- Aug 2007
- Posts
- 8
broadcasts are only transmitted to the broadcast domain- in this case the local subnet. it is possible to configure some routers to forward broadcast packets. not sure if this functionality is avalible on a layer3 switch that has implemeted VLAN's.
basically check the router and the switch for this functionality.


Reply With Quote

