Re: IPTable Rules... again

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



>> for some reason I can't make a connection to the external mail 
>> server from inside the lan. even from the 10.0.0.3 address which
>> should be allowed to do anything. everything used to work when i 
>> used MASQUERADing but stopped once i switched to SNAT. Can anybody 
>> help me? What am I doing wrong??

> what you are doing wrong is change working things
> the following works perfectly (eth1: WAN, eth0: LAN)

> iptables -t filter -P INPUT ACCEPT
> iptables -t filter -P FORWARD ACCEPT
> iptables -t filter -P OUTPUT ACCEPT
> iptables -t nat -P PREROUTING ACCEPT
> iptables -t nat -P POSTROUTING ACCEPT
> iptables -A FORWARD -i eth1 -d 192.168.1.0/24 -j ACCEPT
> ipatbles -A POSTROUTING -t nat -s 192.168.1.0/24 -o eth1 -j MASQUERADE

the thing is I don't want to allow all my local machines to access the net. Only selected services (POP3S, DNS, and SMTPS) are allowed. Although there are exceptions like 10.0.0.3. Additionaly my ISP limits the amount of traffic from 1 IP. I have 5 public addresses I want to roundrobin them so that traffic gets distributed accross the IPs.

> what is this????????????????????????
> -A INPUT -i eth1 -j ACCEPT

that's allow local packets from the lan (eth1) into the server.
-- 
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [EPEL Devel]     [Fedora Magazine]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Desktop]     [Fedora Fonts]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Fedora Sparc]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux