Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
MS Exchange with Linux Firewall
Name: Sylver B Date: April 1, 2002 at 17:24:30 Pacific
Comment:
hi world,
I have a Redhat linux firewall 7.2, with 2 network interface. a public and a local. I have a microsoft Exchange server in my local network. How i need to config my firewal and MS Exchange to reseive emails from outside with my public domaine.
I've some problems like that. I configured SuSE 7.3 (kernel 2.4.0) as proxy and I try use the iptables and sendmail for connect a internal MSExchange Server with the world, but dont works!!! What rules I need to install using iptables for make it works only NAT service!!!
Carlos
0
Response Number 2
Name: Sylver B Date: April 3, 2002 at 21:49:43 Pacific
Reply:
Hi,
to Enable packet forwarding. To do this at system boot, make sure the file /etc/sysctl.conf contains the line net.ipv4.ip_forward = 1.
and use the ipchains command :
ipchain -A forward -s local_net -d 0/0(anywhere) -j MASQ
exemple: ipchains -A forward -s 192.168.0.0/24 -d 0/0 -j MASQ
To enable packet forwarding without rebooting, as root issue this command or reboot: echo 1 > /proc/sys/net/ipv4/ip_forward
Now you are able to do the NAT with your local network. you can go at this URL: http://www.redhat.com/docs/manuals/haserver/RHHAS-1.0-Manual/x4011.html
Summary: Is there a way to replace MS mail with Linux? We don't want to do our internet e-mail in house we just want to replace the MS mail feature with Linux so that it will function more like MS Exchange but...
Summary: Is there such a thing? I would like to find a free mailserver for Linux that supports Outlooks Calender and stuff... I want to replace MS Exchange and NT with Linux. :) Anybody who knows? Thanx! A...
Summary: Hey guys, I've got an assignment for school to configure a Firewall on a Linux based system (you know...) and I don't even know how to begin. I need a few HOWTO's (can just find 1 (Mark Grennan's)) b...