Results 1 to 5 of 5

Thread: Authentication in LAN? (Prevent impersonating IP in LAN)

  1. #1
    Join Date
    May 2008
    Beans
    23

    Authentication in LAN? (Prevent impersonating IP in LAN)

    I have a gateway with a few clients.

    It's compulsory that the clients can not spoof their LAN IP's.

    What's the most simple authentication mechanism for LAN's? Encryption is not necessary (but ok) and MITM in LAN is also not possible.

    I simply want to ensure that once a client has been compromised he can not pretend to have another IP.

  2. #2
    Join Date
    Nov 2007
    Location
    Newry, Northern Ireland
    Beans
    1,258

    Re: Authentication in LAN? (Prevent impersonating IP in LAN)

    You could start by doing some reading of ARP spoofing and seeing how this can be avoided, I'm not sure how you would prevent this in practise though...
    Can't think of anything profound or witty.
    My Blog: http://gonzothegeek.blogspot.co.uk/

  3. #3
    Join Date
    Feb 2008
    Beans
    606
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: Authentication in LAN? (Prevent impersonating IP in LAN)

    IPSEC. It's very hard to spoof but it's far from simple to set up.

    Note that they could still fake an IP address -- anyone can do that -- but they won't be able to talk to any other machines since they won't have the correct key to authenticate with.

  4. #4
    Join Date
    May 2008
    Beans
    23

    Re: Authentication in LAN? (Prevent impersonating IP in LAN)

    Static ARP entries will work.

  5. #5
    Join Date
    Aug 2006
    Location
    Somewhere in the hell
    Beans
    294
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Authentication in LAN? (Prevent impersonating IP in LAN)

    Quote Originally Posted by codell View Post
    I have a gateway with a few clients.

    It's compulsory that the clients can not spoof their LAN IP's.

    What's the most simple authentication mechanism for LAN's? Encryption is not necessary (but ok) and MITM in LAN is also not possible.

    I simply want to ensure that once a client has been compromised he can not pretend to have another IP.
    I agreed with codell. If you router can configure to static ARP, it is the better solution to the ARP Spoofing.

    One of the threat in the LAN is the ARP Spoofing. You can prevent it by following this tutorial.

    Samiux
    Last edited by samiux; October 24th, 2012 at 01:14 AM. Reason: fix typo

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
  •