Hi everybody I have a network with multiple GREEN:
net2: 192.168.2.0/24 net3: 192.168.3.0/24 net4: 192.168.4.0/24 net5: 192.168.5.0/24 net6: 192.168.6.0/24 net7: 192.168.7.0/24 And i need total access on some users to RED ____ I installed EFW 2.1 and i need to give access to RED to some users. If they are connected on net7 they can access to RED perfectly but if they are not on net7 they just can't. All users can view EFW (ping) but they can't access to Internet (only net7). I have done this: # ie, access to 192.168.2.20 HTTP,HTTPS,MSN # eth1 = RED # eth0 = GREEN #nat iptables -t nat -A CUSTOMFORWARD -s 192.168.2.20 -p all -o eth1 -j MASQUERADE #forward iptables -A CUSTOMFORWARD -p tcp -i eth0 -s 192.168.2.20 --dport 80 -j ACCEPT iptables -A CUSTOMFORWARD -p tcp -i eth0 -s 192.168.2.20 --dport 443 -j ACCEPT iptables -A CUSTOMFORWARD -p tcp -i eth0 -s 192.168.2.20 --dport 1863 -j ACCEPT I'll appreciate any help. ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Efw-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/efw-user
