Linux / UNIX Tech Support Forum
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.
|
|||||||
| Networking, Firewalls and Security No it's not a secret. Talk about firewalls and security issues. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
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. |
![]() |
|
|
| Tags |
| nat, qos, voice, zeroshell |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| 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 |