[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
RE: [rhn-users] what's best way to allow a part of ip range to ac cess lan server ?
- From: Strickler Carl <cstrickler iitri org>
- To: "'Red Hat Network Users List'" <rhn-users redhat com>
- Subject: RE: [rhn-users] what's best way to allow a part of ip range to ac cess lan server ?
- Date: Wed, 1 Dec 2004 12:19:32 -0600
You probably want to start here:
http://www.netfilter.org/documentation/HOWTO//packet-filtering-HOWTO.html
You'll end up with a few rules that look like this
iptables -N dhcpblock
iptables -A INPUT -i eth0 -j dhcpblock
iptables -A dhcpblock -s 192.168.x.192/26 -j REJECT
...
-----Original Message-----
From: rhn-users-bounces redhat com [mailto:rhn-users-bounces redhat com] On
Behalf Of FM
Sent: Wednesday, December 01, 2004 11:39 AM
To: Mailing List Redhat Network
Subject: [rhn-users] what's best way to allow a part of ip range to access
lan server ?
our stations have their IP with DHCP (using MAC address). 192.168.x.50 --
192.168.x.134
Other station (laptop from customer) received a ip from a range of :
192.168.x.135 -- 192.168.x.253
I'd like to disallow access from those stations to our lan server.
is host-allow the best way / easy way ?
thanks !
_______________________________________________
rhn-users mailing list
rhn-users redhat com https://www.redhat.com/mailman/listinfo/rhn-users
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]