Open Source Training Seminar


Not Logged in - No Account?

Don't have an account? Registering an account with us allows you to post to the forums, easily track new posts, subscribe to threads, pm (private message) other forum members, and receive periodic news letters (you can opt out if you desire). Once you are logged in this message will no longer appear. If you don't have an account, you can create one by registering here. Lost your password, request a new password. We respect your privacy which means we collect minimal information when you register and we do not resell that information or use it in any objectionable way. You can review our privacy policy for full details.


Dual Nic Cards

R_Henry's picture

I have read that many pre-configured machines for Asterisk or FreePBX come with dual nic cards. What is the benifit of dual nics, how would you set them up.

Thanks

Rob


__________________


Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

My company's PBX uses two

bobbyburgess's picture

My company's PBX uses two NICs. One is for connection to the office LAN (obviously). The other NIC gets a static, public IP address. Off-site phones (e.g. home users, retail stores) register to Asterisk via this public IP. Some people advise against putting a PBX on the internet, but if it has a static IP and your remote users do too, you can create rock solid firewall rules.

- Bobby


On a larger deployment,

cookdn's picture

On a larger deployment, especially where you have multiple switches, you might want to look a bonding the NICs for redundancy.

Have a look at http://www.cyberciti.biz/tips/linux-bond-or-team-multiple-network-interf....

You will want the following in /etc/modprobe.conf:

alias bond0 bonding
options bond0 mode=active-backup miimon=100 primary=eth0