nixCraft Linux / UNIX / Shell Scripting Forum

nixCraft

Linux / UNIX Tech Support Forum

Zeroshell Firewall NAT problem

This is a discussion on Zeroshell Firewall NAT problem within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Hi! We are setting up a VPN through which employee can take customer voice calls using the internet based VPN ...


Register free or login to your account to remove all advertisements.

Go Back   nixCraft Linux / UNIX / Shell Scripting Forum > Mastering Servers > Networking, Firewalls and Security

Linux answers from nixCraft.


Networking, Firewalls and Security No it's not a secret. Talk about firewalls and security issues.

Reply

 

Thread Tools Display Modes
  #1 (permalink)  
Old 6th November 2009, 05:27 PM
Junior Member
 
Join Date: Nov 2009
OS: Zeroshell Firewall
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thesaint is on a distinguished road
Red face Zeroshell Firewall NAT problem

Hi! We are setting up a VPN through which employee can take customer voice calls using the internet based VPN connection and VoIP solution of Nortel Softphone. When we are making a Bridge connection the voice traffic is going smooth from both inwards and outwards NICs. But the problem arises when we implement NATing. We have setup IPtables rule for NATing as under:
# Translate incoming connections to the private server addresses
iptables -t nat -I PREROUTING 1 -d 192.168.XXX.XXX -i ETH01 -j DNAT --to-destination 10.XXX.XXX.XXX

# Translate outgoing connections from the private server addresses
iptables -t nat -I POSTROUTING 1 -s 10.XXX.XXX.XXX -o ETH01 -j SNAT --to-source 192.168.XXX.XXX

With Nating, it is possible for us to send the agents voice to a calling customer but the voice traffic from customer is not coming to the agents PC, i.e. only 1-way voice communication is happening.

Please suggest if we can do something about it.
Also, while researching about the same, I came across QoS setup on Zeroshell firewall... which I din't really understand. Anybody if temme about Qos too, and if it's related to voice traffic and NATing.
Attached Images
File Type: jpg Schematic.JPG (16.1 KB, 4 views)
Reply With Quote
Reply

Tags
nat, qos, voice, zeroshell


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Firewall for Debian? cryingthug Ubuntu / Debian 4 5th October 2009 08:18 AM
creating firewall ramsatpm Networking, Firewalls and Security 1 28th March 2008 09:15 AM
Firewall issues shilpigoel1 Networking, Firewalls and Security 3 30th October 2007 03:47 AM
squid without firewall meenal Networking, Firewalls and Security 1 29th October 2007 03:54 PM
suse 9 firewall click007 Getting started tutorials 5 15th August 2007 11:29 PM


All times are GMT +5.5. The time now is 08:26 AM.


Powered by vBulletin® Version 3.8.6 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40