Results 1 to 6 of 6

Thread: Problem with routing

  1. #1
    Join Date
    Feb 2009
    Beans
    49

    Problem with routing

    Hi, We have a Front end server(Ubuntu 9.04) that we use to connect to a kiosk over a VSAT link... We have routing in place an for some reason the server drops the routes after a few min and for some reasond when we run "arp" it lists all the other connections with the same MAC address, but they aren't even the same device...

    Code:
    $ arp
    Address                  HWtype  HWaddress           Flags Mask            Iface
    xxx-xxx-xxx-xxx.router.1  ether   00:1b:54:23:3e:f0   C                     eth0
    xxx-xxx-xxx-xxx.server.1  ether   00:0d:88:ee:40:ac   C                     eth0
    xxx-xxx-xxx-xxx.router.2  ether   00:0d:88:ee:40:ac   C                     eth0
    xxx-xxx-xxx-xxx.server.2  ether   00:0d:88:ee:40:ac   C                     eth0
    Why is this happening?

    Thanks in advance
    If Windows is the solution, can we please have the problem back?

  2. #2
    Join Date
    Dec 2009
    Beans
    110
    Distro
    Ubuntu

    Re: Problem with routing

    Proxy ARP?
    I just need your bank account number and sort code, and we can wire you the monies directly.

  3. #3
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: Problem with routing

    It looks like something on the network is doing proxyarp.

  4. #4
    Join Date
    Feb 2009
    Beans
    49

    Re: Problem with routing

    But its only with this one server... How would i be able to fix it?
    If Windows is the solution, can we please have the problem back?

  5. #5
    Join Date
    Feb 2009
    Beans
    49

    Re: Problem with routing

    I just found out that there are no devices running proxy arp
    If Windows is the solution, can we please have the problem back?

  6. #6
    Join Date
    Oct 2009
    Location
    Elgin, IL USA
    Beans
    3,363
    Distro
    Ubuntu 16.10 Yakkety Yak

    Re: Problem with routing

    arp will only show devices that have had recent network traffic from the computer you arp from, unless manually set with arp and not temporary. Entries that are discovered will disappear if not used for a period of time, and arp will be used to find local IPs or gateways again when they are used again. Just because you do not see something in arp does not mean it no longer exists, just that it has not been used lately.

    If you want to see numerical active routing without DNS delays, use route -n.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •