Multiple NIC's - Broadcast Messages


 
Thread Tools Search this Thread
Special Forums IP Networking Multiple NIC's - Broadcast Messages
# 1  
Old 10-16-2007
Multiple NIC's - Broadcast Messages

Hi,

I have a UNIX WS with four Network Interface Cards configured for a special scenario.

Ethernet Interfaces - bge0, bge1, bge2 & bge3.
bge3 is isolated from the whole IP world, not connected to the network, but only connected to bge1.

If there is a broadcast message from bge1, will it then reach bge3?
Or will bge3 be able to receive only the unicast messages meant for it from bge1???

Any quick inputs will be greatly appreciated!
# 2  
Old 10-16-2007
post the output of "ifconfig -a"....
# 3  
Old 10-16-2007
lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1
inet 127.0.0.1 netmask ff000000
bge0: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 2
inet 150.132.86.44 netmask ffffff00 broadcast 150.132.86.255
bge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 150.132.86.239 netmask ffffff00 broadcast 150.132.86.255
bge2: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 4
inet 150.132.86.240 netmask ffffff00 broadcast 150.132.86.255
bge3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 6
inet 150.132.86.251 netmask ffffff00 broadcast 150.132.255.255
# 4  
Old 10-16-2007
Quote:
Originally Posted by smanu
bge1: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 3
inet 150.132.86.239 netmask ffffff00 broadcast 150.132.86.255
bge3: flags=1000843<UP,BROADCAST,RUNNING,MULTICAST,IPv4> mtu 1500 index 6
inet 150.132.86.251 netmask ffffff00 broadcast 150.132.255.255
1. they have different broadcast addresses.

2. is bge1 plugged into bge3 via a cross-over cable, and that's the only cabling involved?

What are their MAC addresses?
# 5  
Old 10-16-2007
>> 1. they have different broadcast addresses.

Would having the same broadcast messages ensure that bge3 receives the broadcast messages from bge1?


>> 2. is bge1 plugged into bge3 via a cross-over cable, and that's the only cabling involved?

Yes, they are connected via a cross-over cable.

>> What are their MAC addresses?
bge1: 0:14:4f:70:22:59
bge3: 0:14:4f:70:22:5b
# 6  
Old 10-16-2007
Quote:
Originally Posted by smanu
Would having the same broadcast messages ensure that bge3 receives the broadcast messages from bge1?
If it they didn't match, then why would the other card recognize it as a broadcast message?

But then the problem is, how is Solaris going to know which network card to send a broadcast message (to 150.132.86.255) out to?

BTW, all of your interfaces appear to be on the same subnet.

I haven't worked out what you are trying to achieve here. Smilie
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Add two different subnet public IPs to single NIC or two different NIC on same box

Hello Admins, My ask is how can I add two different subnet IPs to same box with two different gateways? The issue is I can connect to the box when I am on ethernet LAN, but I am not able to connect to the same IP when I am on wifi. The server is RHEL 7 VM on vmware. How can I get connected... (4 Replies)
Discussion started by: snchaudhari2
4 Replies

2. AIX

Broadcast on AIX

hello how to disable brodcast from AIX 5.3 ? user get on workstation massage from root thx (3 Replies)
Discussion started by: ariec
3 Replies

3. Red Hat

I want to tune NIC's rps, rfs and xps value. which NIC device should I modify.

Dear All I want tune my NIC's rps, rfs and xps value. In my system I have two NIC (eth0, eth1) and I have a bond0 ( eth0, eth1). Here is the question? Which device should I modify ? eth0 and eth1? or just modify bond0 or modify all device (eth0, eth1, bond0) Any advice is welcome.... (0 Replies)
Discussion started by: nnnnnnine
0 Replies

4. IP Networking

squid proxy: one NIC for inbound & one NIC for outbound?

I am new in squid proxy. My question is how to (and if it's necessary) to set one NIC for inbound traffic (http requests) and one NIC for outbound traffic (http answers)? Thank you in advance! (4 Replies)
Discussion started by: aixlover
4 Replies

5. Solaris

x86 Solaris 10 nic driver added but not attached. NIC is not detected.

I couldn't install my nic in solaris 10. I compiled and added the driver but failed to attach the driver and ifconfig output shows only loopback dev. Please see the following output and tell me whether my nic has been detected and why the driver failed to attach? My nic is detected in linux... (0 Replies)
Discussion started by: vectrum
0 Replies

6. HP-UX

how can I determine which NIC card is virtual NIC Card

how can I determine which NIC card is virtual NIC Card which condition can make a decision Does HP UX have Virtual Network Adapter Concept if ,it has where I can Find if I Install Virutal Network Adapter or which command that i can get it or which software can generate thanks (2 Replies)
Discussion started by: alert0919
2 Replies

7. HP-UX

routing issues with multiple NIC cards

I am running HP_UX 11.23 with 4 NIC cards (this is our TSM server) I have 4 subnets we are backing across. trying to keep traffic on their subnets. I only have one route statment should I add more. route add net 123.99.8.0 netmask 255.255.255.0 123.99.8.254 route add net 123.99.67.0 netmask... (2 Replies)
Discussion started by: myork
2 Replies

8. UNIX Desktop Questions & Answers

broadcast

Can anybody hellp me troubleshoot this error. Using HP-Uxix B.10.X " *****ARPA/9000 NETWORKING***** Mon Jun 30 SAT 2003 20:18:12.xxxxxxx DISASTER Subsys: NS_LS_PROBE LOC:01001 Network NS_LS_PROBE DISASTER 1001, pid arp: ether address is broadcast for IP address zzzzzzz! " where... (1 Reply)
Discussion started by: SEB
1 Replies

9. UNIX for Dummies Questions & Answers

broadcast email???

Hi all, How can i send email to all the users on a box? Thank you all (1 Reply)
Discussion started by: solvman
1 Replies
Login or Register to Ask a Question