[RedHat] ARP issue


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat [RedHat] ARP issue
# 1  
Old 04-12-2013
Tools [RedHat] ARP issue

Hello,

I am setting up a new RedHat server with two network interfaces.
These interfaces are on different subnets, and connected to the same firewall.

I'm trying to reach a remote IP.
It works fine from the first interface.

The second interface however, is making ARP requests instead of contacting the default gateway.
Using the same cable, and a laptop with the same IP setting as this second server interface, I can join the remote IP, so I would say it is not a connectivity/firewall issue.

I have tried several things without success so far

Any idea?

Thank you Smilie

W85
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

Issue with "rsh" on RedHat

Hi Folks, I feel that I should be posting this in the Unix for Dummies Forum and will probably wish I'd created an account and done just that - but here goes anyway. I have two identical servers both Dell R430's both running RedHat Enterprise Server 7.4 and the same kernel, both have the same... (16 Replies)
Discussion started by: gull04
16 Replies

2. Red Hat

Ntp issue redhat 5.11

HI Admin, We are facing a weird issue with NTP. A physical server RHEL 5.11 is migrated as P2V. NTP was running & clocks are in sync on source server before migration. After the SVMotion, On the target Linux guest, the ntpd is not able to sync with any of the clocks except local. Forcefully... (1 Reply)
Discussion started by: snchaudhari2
1 Replies

3. Red Hat

RedHat 5 update 9 BASH update issue

Hi i want to update the BASH because of the "shell shock" vulnerability. my RedHat 5 is clean install with the default mirror site. when im running the command: yum update bash im getting a message saying there is no update. you can see in the attach picture... what am i doing wrong? is... (4 Replies)
Discussion started by: guy3145
4 Replies

4. Red Hat

Redhat 7.2 on vmware issue

I have Dell laptop having windows 8 vmware workstation 9 redhat 7.2 After installation it only get me into text mode instead f GUI Please help (4 Replies)
Discussion started by: hananabbas
4 Replies

5. Red Hat

Redhat disabling network interface - IRQ issue

Hi. I'm having problems on multiple Red Hat VM's (on esxi) whereby the network interface IRQ is disabled by the OS. This is the error from dmesg: command: Write(10): 2a 00 03 42 3f e0 00 00 08 00 mptscsih: ioc0: task abort: SUCCESS (sc=ffff81018b45c680) irq 67: nobody cared (try... (0 Replies)
Discussion started by: badoshi
0 Replies

6. Red Hat

DNS issue in Redhat 9

Hi all m newbie in linux and trying to setup my internal DNS server for local network.After messing with DNS for hours i am posting this. i have configured /etc/resolve.conf, hostname with domain name in /etc/sysconfig/network file,/etc/hosts file with local host entry and zone file... (1 Reply)
Discussion started by: Vaibhav.T
1 Replies

7. UNIX for Dummies Questions & Answers

Screen Resolution Issue Of RedHat Linux In VMWARE

Hi , I Have Installed Red Hat Linux 5 (Guest) In VMWARE And Host Is Windows The Screen Resolution Of Linux Is Less And How To Increase Resolution , When I Am Trying To Install VMWARE Tool It's Just Showing The Below Message Installing the VMware Tools package will greatly... (4 Replies)
Discussion started by: anudeepkumar123
4 Replies

8. Solaris

multicast arp/route issue

Hi forum members, I've run into a problem that I'm hoping you can sort out. Whenever I run an arp -a or netstat -p the command hangs. It seems that the system is trying to reverse lookup a multicast address and this is what causes the issues. The commands are actually generated via... (2 Replies)
Discussion started by: melias
2 Replies

9. UNIX for Dummies Questions & Answers

Network Issue between Linux and RedHat (both on VMWare)

Hi All My first post so I hope it's ok. I have VMware workstation 5.0.0 build-13124 on an XP professional box. Within the VMware environment I have two virtual systems. The first is a Red Hat Linux (3.2.2-5) box and the second is an XP Home (sp2) box. When setting up both virtual boxes I set... (1 Reply)
Discussion started by: The_Lo_King
1 Replies

10. Linux

Redhat AS 3.0 Kickstart file issue

I am trying to create a custom ks.cfg file with redhat AS 3.0. I have a certain package list I would like to install so we have just the packages we need. The issue is in the file it show groups so I have removed them and added my list of packages as I would when useing this in AS 2.1 but for some... (2 Replies)
Discussion started by: Acleoma
2 Replies
Login or Register to Ask a Question
MKLNIM(1)						      General Commands Manual							 MKLNIM(1)

NAME
mklnim - make Linux Netinstall Image SYNOPSIS
mklnim outputfile [path-to-cdrom] DESCRIPTION
mklnim is a shell script that takes a SuSE, TurboLinux or a RedHat CDROM, or equivalent disk directory, and creates a network bootable image (NBI) that can be used with Etherboot (http://etherboot.sourceforge.net/) or Netboot (http://www.han.de/~gero/netboot.html). This NBI, when booted via the network, will make the target computer behave just as if a CDROM boot (TurboLinux), or a floppy boot (RedHat and SuSE) had been selected. A conventional install can be done from this point onwards. There are several occasions when this technique is useful: 1. It can be used to quickly boot a target computer when the floppy loading is very slow. 2. In the case of TurboLinux, it loads the CDROM initial ramdisk which does not require any further floppy loading. In the case of RedHat, it only loads the floppy initial ramdisk which does not contain the material in the supplementary floppy, and may require more floppy insertion. 3. It can start the install from a floppy of any size, not just 1.4 MB, or even from a floppyless machine, if one has a boot ROM (providing no further floppy access is required). 4. It could be used as part of an automatic installation process. Naturally, all this assumes that the infrastructure for diskless booting (bootp and tftp servers) has been set up. BUGS
If supplementary floppies are required, this script doesn't include that material in the network boot image. Please feel welcome to fix this problem. SEE ALSO
Etherboot tutorial at http://etherboot.sourceforge.net/ COPYRIGHT
mklnim is under the GNU Public License AUTHOR
Ken Yap (ken_yap@users.sourceforge.net) DATE
Version 0.4 April 2000 25 April 2000 MKLNIM(1)