Same IP | Different port | Different MAC


 
Thread Tools Search this Thread
Special Forums IP Networking Same IP | Different port | Different MAC
# 1  
Old 02-16-2014
Same IP | Different port | Different MAC

Hello all,

I meet a "strange" situation, at least for me, and i want your opinion.
I have a node used as SIP B2BUA (node A) and i have the following issue.
SIP messages does not reach a client node (node B) but ICMP do.
I see in the pcap that SIP and ICMP messages have different destination MAC address. Only ICMP messages have destination MAC address the MAC of node B.
OS: rhel 6.2
arp table show the MAC of node B.

Any idea?What should i check??

Thanks in advance!

Last edited by @dagio; 02-16-2014 at 11:54 AM..
# 2  
Old 02-17-2014
Is this an HA cluster or is there ether-channel or link-aggregation in play here?


Robin
# 3  
Old 02-17-2014
Yes is HA cluster.

A workaround i used to make it work is to create a static arp table.
So i defined in node A the MAC address of the GW to be the MAC of nodeB.

Code:
arp -s <GW IP> <MAC of nodeB>

# 4  
Old 02-18-2014
So the problem you might have with defining a static MAC for an IP address is what would happen if the IP address moves to another server under HA management.

Is this causing a problem to your operating environment or just something unusual you noticed?

Personally I would leave out any static definitions and let the switches manage routing packets to the right server. The only exception could be for the static IP addresses that do not move under HA control, i.e. the ones that only you should know and no-one else uses, even if they are on the same card.



Robin
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Bash script, find the next closed (not in use) port from some port range.

hi, i would like to create a bash script that check which port in my Linux server are closed (not in use) from a specific range, port range (3000-3010). the print output need to be only 1 port, and it will be nice if the output will be saved as a variable or in same file. my code is: ... (2 Replies)
Discussion started by: yossi
2 Replies

2. Solaris

How to find port number wwn of particular port on dual port HBA,?

please find the below o/p for your reference bash-3.00# fcinfo hba-port HBA Port WWN: 21000024ff295a34 OS Device Name: /dev/cfg/c2 Manufacturer: QLogic Corp. Model: 375-3356-02 Firmware Version: 05.03.02 FCode/BIOS Version: BIOS: 2.02; fcode: 2.01;... (3 Replies)
Discussion started by: sb200
3 Replies

3. Solaris

Cabling and adapters to communicate to service processor serial port from Windows PC with USB port.

Hello, I have an unloaded T5140 machine and want to access the ILOM for the first time and subsequently the network port after that., and then load Solaris 10 the final January 2011 build. The first part is what confuses me -the cabling. I am coming from a Windows machine (w/appropriate... (5 Replies)
Discussion started by: joboy
5 Replies

4. IP Networking

Tcp ip port open but no such process (merged: Release A Port)

i want to kill a tcp connection by killing its pid with netstat -an i got the tcp ip connection on port 5914 but when i type ps -a or ps-e there is not such process running on port 5914 is it possible that because i do not log on with proper user account i can not see that process running? (30 Replies)
Discussion started by: alinamadchian
30 Replies

5. Solaris

How to enable Serial port on ILOM, when Network Port is enabled in parallel

Hi Everyone, In my environment, I have few T5220. On the iLOM Management Card, I have both Network and Serial port are cabled, I don't have any issues while I try to connect using Network Management port, but when I try to connect the serial port for the same server which is actually connected... (3 Replies)
Discussion started by: bobby320
3 Replies

6. UNIX for Advanced & Expert Users

Sunblade shows 2 MAC address on same port

Please, can someone tell me why my SunBlade would be showing 2 different but similar MAC addresses on the same port on the Switch? The switch shows all other Workstations with 1 MAC on each port, but the SunBlade is showing 2. Thanks in advance for any insight.... (1 Reply)
Discussion started by: GoneCrazy
1 Replies
Login or Register to Ask a Question