Linux Netfilter discussions
 help / color / mirror / Atom feed
* How to build a better security setup for my problem?
@ 2004-03-13 17:41 Vlad H.
  2004-03-13 17:50 ` Antony Stone
  0 siblings, 1 reply; 4+ messages in thread
From: Vlad H. @ 2004-03-13 17:41 UTC (permalink / raw)
  To: netfilter

[-- Attachment #1: Type: text/plain, Size: 714 bytes --]

Hello to all,
 
I have to give internet access to a small group of users from a local network. Internet interface is eth0 and local lan interface is eth1. I guess these rules are ok for my intention:

iptables -t mangle -A FORWARD -i eth1 -o eth0 -s x.x.x.x -m mac --mac-source aa:aa:aa:aa:aa:aa -j ACCEPT
iptables -t mangle -A FORWARD -i eth1 -o eth0 -s y.y.y.y -m mac --mac-source bb:bb:bb:bb:bb:bb -j ACCEPT
iptables -t mangle -A FORWARD -i eth1 -o eth0 -j DROP

But I recently found out that mac address can be changed. So, I need a third security identifier for iptables or any other solution to increase security. Any clues on this? thx.



Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam

[-- Attachment #2: Type: text/html, Size: 955 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-03-13 18:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-13 17:41 How to build a better security setup for my problem? Vlad H.
2004-03-13 17:50 ` Antony Stone
2004-03-13 18:19   ` Vlad H.
2004-03-13 18:33     ` Antony Stone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox