Hi,

i'm new here. So please be a little bit patient.
I searched this topic about 2 days and couldn't found any solution for me. So I want to try it here.

I have the following configuration:

Gateway:
192.168.151.1

Workstation:
192.168.150.10

Interfaces:
auto eth0
iface eth0 inet static
address 192.168.151.55
netmask 255.255.255.0
network 192.168.151.0
broadcast 192.168.151.255
gateway 192.168.151.1

auto eth1
iface eth1 inet static
address 192.168.150.2
netmask 255.255.255.0
network 192.168.150.0
broadcast 192.168.150.255
gateway ?.?.?.?

resolve.conf:
nameserver IP_OF_NS1
nameserver ÎP_OF_NS2

cat /proc/sys/net/ipv4/ip_forward
1

gateway x.x.151.1 is working and Ubuntu can reach internet over eth0

What do I have to do, to connect my workstation to the gateway?
I don't know what I do have to set as gateway for eth1 or what else I must do.

any ideas?