Help!

Mac + IP Forwarding filter


Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Firewall RSS
Next:  Netfilter Port Forwarding Problem  
Author Message
Stanciu Nicolae
External


Since: May 04, 2007
Posts: 3



PostPosted: Fri May 04, 2007 12:10 am    Post subject: Mac + IP Forwarding filter
Archived from groups: linux>debian>maint>firewall (more info?)

How can I filter dhcpd3+mac+ip addresses ?
Have someone find a solution?


--
To UNSUBSCRIBE, email to debian-firewall-REQUEST.TakeThisOut@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.TakeThisOut@lists.debian.org
Back to top
Bazy
External


Since: May 24, 2006
Posts: 5



PostPosted: Sat May 05, 2007 1:20 pm    Post subject: Re: Mac + IP Forwarding filter [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

subnet 10.0.10.0 netmask 255.255.255.0 {
range 10.0.10.2 10.0.10.100;
option routers 10.0.10.1;

The IP address of the debian server is 10.0.10.1.

The DHCP server will lease IPs from 10.0.10.2 to 10.0.10.100.

But, you can also assign IP address based on the PCs MAC address.

host Gigel {
hardware ethernet 0:0d:da:06:13:df;
fixed-address 10.0.10.9;
}



On 5/4/07, Stanciu Nicolae <jad_nycky.DeleteThis@hidrotehnica.com> wrote:
> How can I filter dhcpd3+mac+ip addresses ?
> Have someone find a solution?
>
>
> --
> To UNSUBSCRIBE, email to debian-firewall-REQUEST.DeleteThis@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
>
>


--
To UNSUBSCRIBE, email to debian-firewall-REQUEST.DeleteThis@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster.DeleteThis@lists.debian.org
Back to top
Display posts from previous:   
Post new topic   General Reply to Topic (not reply to a specific post)    Forums Home -> Firewall All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum