Computing.Net > Forums > Linux > MS Exchange with Linux Firewall

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

Reply to Message Icon

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.

Tanks for your help !

Sylver



Sponsored Link
Ads by Google

Response Number 1
Name: Carlos Luis Carranza
Date: April 2, 2002 at 12:01:46 Pacific
Reply:

Greetings:

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

Sylver B.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More


Where to download the lat... smb printer



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Linux Forum Home


Sponsored links

Ads by Google


Results for: MS Exchange with Linux Firewall

Replace MS Mail with Linux www.computing.net/answers/linux/replace-ms-mail-with-linux/7543.html

MS Exchange compatible Linux mailserver? www.computing.net/answers/linux/ms-exchange-compatible-linux-mailserver/3312.html

Need help pls with Linux Firewall www.computing.net/answers/linux/need-help-pls-with-linux-firewall/19227.html