Re: Allowing access to IP/MAC pairs only



Hi,

On 31 Jan 2008, at 18:30, Szemerédy Gábor wrote:

Hello list!
We have feeBSD 6.2 machines with local subnets on the servers and would like to allow access to the internet only for workstations with exact IP/MAC pairs and deny access for not predefined pairs.
Is there a solution in firewall settings?

In ipfw, something like:

allow ip from <ip A> to any mac any <mac of ip A>
allow ip from <ip B> to any mac any <mac of ip B>
...
deny ip from any to any

Beware that MAC addresses are given in the order dest, src.

--
Bob Bishop +44 (0)118 940 1243
rb@xxxxxxxxx fax +44 (0)118 940 1295




_______________________________________________
freebsd-stable@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Allowing access to IP/MAC pairs only
    ... We have feeBSD 6.2 machines with local subnets on the servers and would like to allow access to the internet only for workstations with exact IP/MAC pairs and deny access for not predefined pairs. ...
    (freebsd-stable)
  • Allowing access to IP/MAC pairs only
    ... We have feeBSD 6.2 machines with local subnets on the servers and would like to allow access to the internet only for workstations with exact IP/MAC pairs and deny access for not predefined pairs. ...
    (freebsd-stable)
  • Only allow access to certain websites
    ... Some of the workstations are completely deny access ... from internet. ... Now i want to allow access to some of the websites ...
    (microsoft.public.isaserver)