This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARP Clash???

Hi

I need some help with Astaro V4. My config:

eth0 192.168.1.254 255.255.255.0  internal
eth1 62.11.104.4 255.255.255.128 external
eth2 62.11.104.5 255.255.255.128 external
eth3 192.168.1.253 255.255.255.0 internal


eth1 and eth2 are on the same switch. eth0 and eth3 are on the same switch (another switch than eth1 and eth2....). Now i can ping and connect to the ip's of eth1 and eth2 from external everything is fine. But i cannt ping or connect in any matter from a machine (ex. 62.11.104.10) to eth1 and eth2 ...and this machine is on the same switch as eth1 and eth2. But i can ping and connect from a machine (again ex. 62.11.104.10) to other machines on the same switch (62.11.104.11). Now as i look to the arp cache of the machine  62.11.104.10 i discover that eth1 of Astaro firewall with 62.11.104.4 has the same Mac adress as eth2 with 62.11.104.5  of the Astaro Firewall....so it looks to me like some sort of ARP Clash....what have i done wrong?

thx for any help

  


This thread was automatically locked due to age.
  • spoofing kicks you out... disable eth2 and eth3 and use just one nic per subnet. since you won't be able to connect to webadmin, login as root on a local console and edit /etc/wfe/conf/itf.conf
    (switch status for eth2/eth3 to 0)

    /marcel 
  • thx for reply marcel

    yes if i use only one interface per subnet everything is ok....if i understand you correctly i have to 
    "patch" eth2 and eth3 to different ethernet segments then it works without those "clashs" right?

    greets