Re: Will proxy-arp fix this incorrectly subnetted network?



On 23.05.2006 04:35 traceymtoner@xxxxxxxxx wrote

Barry Margolin wrote:
> So, the problem is that the 172.16.1.0 and 172.16.26.0 machines both
> have subnets of 255.255.0.0, so they do not think that they need to
> talk to a router to get to each other even though they do. My question
> is, will enabling proxy-arp on Eth0 on both routers fix this problem
> for me? Without moving IP networks or changing subnet masks everywhere.

Yes. Configure the subnet masks and routes correctly on the routers,
and proxy ARP will take care of routing the traffic transparently.

Thanks again for all your help, Barry. When you say "correctly", do you
mean that on the routers I should use 255.255.255.0 even though the
rest of the networks are set as 255.255.0.0 (which is incorrect for my
application)?


Correctly means that you have to set subnet mask and broadcast accordingly

e.g. for the C2610

!
interface FastEthernet 0/0
ip address 172.16.1.194 255.255.255.0
ip broadcast-address 172.16.255.255
!
! static route to the other network
!
ip route 172.16.26.0 255.255.255.0 10.1.2.1


--
Arnold Nipper, AN45
.



Relevant Pages

  • Re: HSRP and Policy Route
    ... routers think they are the local owner of the 5.1 subnet, ... now I am taking only default route from the ISP's but I guess if I ... So I'm assuming you have a switch in the 10.X network that goes to the ... of the subnet as you are saying that when Core 2 owns the 5.X network, ...
    (comp.dcom.sys.cisco)
  • Re: Adding new subnets
    ... We already have routers for the point to point ... connect the 10.1.1.0 and 10.1.4.0 networks. ... >> up a new subnet for that office. ... >> networks to talk to each other I am going to change the subnet mask on our ...
    (microsoft.public.win2000.networking)
  • Re: another vpn wins site to site to site problem*
    ... you effectively have three segments/subnets linked by routers. ... The current advice is to delete the DisableNetbiosOverTcpip ... subnet for the RAS/VPN interfaces to solve the browsing problem. ... I have a central server ...
    (microsoft.public.windows.server.networking)
  • Re: Subnetting, private networks & default routes
    ... are in remote locations and thus connected by routers. ... If the subnet mask is 255.255.0.0, then they will not send to a router ... Different networks can certainly have different subnet masks. ...
    (comp.dcom.sys.cisco)
  • Re: I want to link 2 lans at home
    ... > have to change the least significant bit of the sub net mask. ... So that for the original poster to add the two networks ... Anyway, if the two linksys' were just routers, just changing the subnet ... puttin everything on a /22 subnet as discussed previously in the thread. ...
    (comp.os.linux.networking)

Loading