Two network interfaces

Hi,

You will need to set up a static route towards your ITSP. It should be a on a special file in the Linux OS. The location is in the /etc/sysconfig/network-scripts

The name of the file should be route-eth1 for example if your ITSP is connected to eth1.
The static route in this file should be like this:

[destination network/cidr] via [ip address of your ITSP router] dev [device name]

for example:

192.168.20.0/24 via 192.168.20.253 dev eth0

Upon completing this restart the networking service:

service network restart

To verify that the route is in place, type this command:

ip route list

or,

netstat -rn

Thank you,

Daniel Friedman
Trixton LTD.

Tel: 972.72.2557000 Ext.1
Mobile: 972.50.6655579

Email: [email protected]