Results 1 to 4 of 4
Hi all,
I have a linux box which I need to configure as a router. If it receives network traffic as VOIP packets and data packets, can the box distinguish ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-14-2009 #1Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
routing based on traffic type
Hi all,
I have a linux box which I need to configure as a router. If it receives network traffic as VOIP packets and data packets, can the box distinguish between the packets and route the packet to two different networks ? I am a newbie at this.
Please help. Appreciate if you can answer my query.
gk
- 04-16-2009 #2
iptables should be able to do this for you. I haven't used it to route VOIP before, but you should be able for forward traffic to an appropriate network. There are plenty of doco's out there for this.
You may need to do deep packet inspection if VOIP doesn't use standard ports, but this is apparently available if you recompile iptables as well.
Here might be a starting point:
Any Deep Packet Inspection in Linux? - Ubuntu Forums
- 04-16-2009 #3Just Joined!
- Join Date
- Apr 2009
- Posts
- 2
Thanks Ziplock. very useful
- 04-16-2009 #4


Reply With Quote
