All of lore.kernel.org
 help / color / mirror / Atom feed
From: nkef@freemail.gr
To: lartc@vger.kernel.org
Subject: [LARTC] Enabling Proxy Arp
Date: Thu, 03 Apr 2003 10:07:16 +0000	[thread overview]
Message-ID: <marc-lartc-104936452525607@msgid-missing> (raw)


I have read the section  http://lartc.org/howto/lartc.bridging.proxy-arp.html .
I configured my two ethernet devices with the same ip address .
Should i configure them with a specific command ?

I used : ifconfig eth0 192.168.47.104 netmask 255.255.255.0
	     ifconfig eth1 192.168.47.104 netmask 255.255.255.0

I tried to configure them with ip also .

eth0      Link encap:Ethernet  HWaddr 00:90:27:72:B8:1D
          inet addr:192.168.47.104  Bcast:192.168.47.255  Mask:255.255.255.0
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:9

eth1      Link encap:Ethernet  HWaddr 00:00:E8:8D:0C:DC
          inet addr:192.168.47.104  Bcast:192.168.47.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
          Interrupt:9 Base address:0x2000

I checked for support in kernel 
# dmesg |grep ip_
ip_conntrack version 2.1 (4095 buckets, 32760 max) - 292 bytes per conntrack
ip_tables: (C) 2000-2002 Netfilter core team
Is there any specific kernel option for proxy-arp ?

then i tried to enable proxy arp with :
echo 1 > /proc/sys/net/ipv4/conf/eth0/proxy_arp
echo 1 > /proc/sys/net/ipv4/conf/eth1/proxy_arp
but proxy_arp remains 0 , whatever i do .

Thank you for your help
Nikolaos Kefalas


--
http://www.freemail.gr - δωρεάν υπηρεσία ηλεκτρονικού ταχυδρομείου.
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

             reply	other threads:[~2003-04-03 10:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-03 10:07 nkef [this message]
2003-04-03 13:28 ` [LARTC] Enabling Proxy Arp Martin A. Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=marc-lartc-104936452525607@msgid-missing \
    --to=nkef@freemail.gr \
    --cc=lartc@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.