On Fri, Jun 23, 2000 at 11:16:33AM +0200, Serge Maandag wrote:
 > Javier,
 > 
 > The netmask set on eth0 should be 255.255.0.0
 > 
 > Serge.
 > 
 > -----Original Message-----
 > From: Javier Castillo [mailto:[EMAIL PROTECTED]]
 > Sent: vrijdag 23 juni 2000 10:40
 > To: Glynn Clements
 > Cc: [EMAIL PROTECTED]
 > Subject: Re: Proxy ARP
 > 
 > 
 > 
 >      Thanks Glynn for help me:
 > 
 > alhmngsrv:~# ifconfig 
 > eth0      Link encap:Ethernet  HWaddr 00:A0:C9:9C:C6:B6  
 >           inet addr:192.168.155.1  Bcast:192.168.155.255 
                                                    ^^^- this should be 255.

 > Mask:255.255.255.0
                ^^^- this 0 as Serge mentioned.

 >           inet6 addr: fe80::2a0:c9ff:fe9c:c6b6/10 Scope:Link
 >           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 >           RX packets:0 errors:0 dropped:0 overruns:0 frame:0
 >           TX packets:857 errors:0 dropped:0 overruns:857 carrier:0
 >           collisions:0 txqueuelen:100 
 >           Interrupt:5 Base address:0x3000 
 > 
 > eth1      Link encap:Ethernet  HWaddr 00:A0:24:4D:7B:03  
 >           inet addr:192.168.1.177  Bcast:192.168.255.255 
 > Mask:255.255.0.0
 >           inet6 addr: fe80::2a0:24ff:fe4d:7b03/10 Scope:Link
 >           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
 >           RX packets:17942779 errors:26 dropped:0 overruns:0 frame:37
 >           TX packets:18017325 errors:0 dropped:0 overruns:0 carrier:1332
 >           collisions:8087 txqueuelen:100 
 >           Interrupt:12 Base address:0xb400 
 > 
 > lo        Link encap:Local Loopback  
 >           inet addr:127.0.0.1  Mask:255.0.0.0
 >           inet6 addr: ::1/128 Scope:Host
 >           UP LOOPBACK RUNNING  MTU:3924  Metric:1
 >           RX packets:844515 errors:0 dropped:0 overruns:0 frame:0
 >           TX packets:844515 errors:0 dropped:0 overruns:0 carrier:0
 >           collisions:0 txqueuelen:0 
 > 
 > 
 > alhmngsrv:~# route -n
 > Kernel IP routing table
 > Destination     Gateway         Genmask         Flags Metric Ref    Use
 > Iface
 > 192.168.155.0   0.0.0.0         255.255.255.0   U     0      0        0
 > eth0
 > 10.15.1.0       192.168.1.207   255.255.255.0   UG    0      0        0
 > eth1
 > 192.168.0.0     0.0.0.0         255.255.0.0     U     0      0        0
 > eth1
 > 0.0.0.0         192.168.1.180   0.0.0.0         UG    0      0        0
 > eth1
 > 
 > alhmngsrv:~# cat /proc/sys/net/ipv4/conf/all/proxy_arp 
 > 1

        try putting 1 in /proc/sys/net/ipv4/conf/{eth0,eth1}/proxy_arp also.

 > alhmngsrv:~# cat /proc/sys/net/ipv4/conf/all/rp_filter 
 > 1
 > alhmngsrv:~# cat /proc/sys/net/ipv4/ip_forward
 > 1
 > 
 > 
 > 
 >      Perhaps my kernel config causes an strange behavior??.

-- 
catalin
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to