- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- ARP lookup?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2006 01:14 AM
тАО09-15-2006 01:14 AM
ARP lookup?
It's not a switch/hub/modem issue, but I'm guessing that of all forums, this is where the experts are.
We have a server A, with two NICs (1 and 2)
The server runs HP teaming, in transmit load balancing mode, and expects to see all incoming traffic to NIC1, which has the team's MAC-address. It load balances outbound traffic on both NICs.
If you do an arp lookup for SERVER A, you will get NIC1 MAC in return.
So even if traffic goes out of NIC2, replies should always come back to NIC1.
We send traffic from SERVER A, NIC2 to a mail server on the other side of a firewall.
The firewall responds directly to NIC2, not NIC1. If I go to the firewall and ping SERVER A, it's NIC1 that is inserted into the ARP-table.
So, is the firewall displaying correct behaviour, or should it, as I expect, return my traffic to NIC1?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-15-2006 07:35 PM
тАО09-15-2006 07:35 PM
Re: ARP lookup?
Traffic usually in an trunk is distributed across the individual trunked links but the load is not necessarily balanced equally across all the links.
More over, Trunk link uses source-destination
address pairs (SA/DA) for distributing outbound traffic over trunked links.
Now for arp lookup for Server A, i belive you are doing this from the same Vlan where the Server is located.
Usually firewall does NAT from inside to outside, and does Routing from Outside to Inside, so if your Mail server located on OUtside Zone, and Server A in the Inside Zone then we have here Nat and routing is necessary also here.
What you can do for testing, most of the Firewalls usually allow you to ping using a specific port on the firewall, so you can ping Server A from Outside port (Port connects to outside zone - DMZ or Untrust).
If yo ucan explain little about your Vlans you have and how you connect the Firewall, Server A and Mail server, i think you will get a good explaination here :)
Good Luck !!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 08:27 PM
тАО09-17-2006 08:27 PM
Re: ARP lookup?
The network in question has all client ports
untagged in default VLAN (VLAN1)
The server is a BL20 blade, with one NIC connected to each GbE2 interconnect switch. (see diagram)
One GbE2 is connected to a meshed 3448, and at the other "end" of the mesh is a 3424 connected to the firewall.
There is no trunk here, the two-NIC load balancing is done with HP teaming Transmit Load Balancing, which sends on multiple NICs, but only receives on one NIC.
All outgoing traffic uses each individual NICs MAC address, but since only the primary NIC will answer to ARP requests, only the primary NIC's MAC address should be seen in incoming traffic.
This works for through routers here, but not this particular firewall.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-17-2006 08:29 PM
тАО09-17-2006 08:29 PM
Re: ARP lookup?
This works through other routers here.....
:-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-18-2006 04:34 AM
тАО09-18-2006 04:34 AM
Re: ARP lookup?
Perhaps the firewall is "learning" MAC addresses via means other than ARP - perhaps like a switch does by looking at the ethernet headers. Might be some attempt to avoid ARP poisioning or something.