Is it possible to use 2 lines from 2 different ISP?
How can I (if it is possible) to set up the network gateway if I have 2 internet lines from 2 different ISPs? Furthermore, one of them is forwarding /28 static ip for (into) our network. Is there a schematic diagram to refer to?
Thanks.
Using two or more ISPs is totally feasible, normal and even encouraged. You can:
- Use one ISP as primary route and have the second take over if the first fail.
- Use two or more ISPs to direct specific traffic (like, all youtube traffic goes to ISP 1, the rest to ISP 2 and so on)
- Use two or more ISPs at the same time with load balacing and failover (but that may require use of advanced routing protocols like BGP)
How to set it up will depend on what you are using to route the traffic. If it is a linux box you can refer to the Linux Advanced Routing & Traffic Control guide (section 4.2). For other systems you will have to look for some documentation.
I didn't get what you said by schematics, /28 means 16-2 valid ip addresses, but theoretically each ISP must give you at least one valid IP to work with.