Re: Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread Olivier Nicole
Hi, > The first interface 192.168.0.1 255.255.255.0 > The second interface: 10.228.44.1 255.255.255.0 > The gateway for the first interface must be 192.168.0.254 and the > second > interface must be 10.228.44.254 > How can I configure them? In rc.conf we have just defaultrouter but > we can't

Re: Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread Derek Ragona
At 12:05 PM 9/10/2008, The Noob wrote: Hello all, I have a small question. I have two interface in two vlans. The first interface 192.168.0.1 255.255.255.0 The second interface: 10.228.44.1 255.255.255.0 The gateway for the first interface must be 192.168.0.254 and the second interface must be 1

Re: Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread Tom Marchand
You should be able to use the route command. On Sep 10, 2008, at 1:05 PM, The Noob wrote: Hello all, I have a small question. I have two interface in two vlans. The first interface 192.168.0.1 255.255.255.0 The second interface: 10.228.44.1 255.255.255.0 The gateway for the first interface mu

Re: Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread Christopher Cowart
The Noob wrote: > I have a small question. > I have two interface in two vlans. > The first interface 192.168.0.1 255.255.255.0 > The second interface: 10.228.44.1 255.255.255.0 > The gateway for the first interface must be 192.168.0.254 and the second > interface must be 10.228.44.254 > How can I

Re: Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread Bill Moran
In response to "The Noob" <[EMAIL PROTECTED]>: > Hello all, > > I have a small question. > I have two interface in two vlans. > The first interface 192.168.0.1 255.255.255.0 > The second interface: 10.228.44.1 255.255.255.0 > The gateway for the first interface must be 192.168.0.254 and the secon

Configure 2 gateways on a freebsd box for 2 interfaces

2008-09-10 Thread The Noob
Hello all, I have a small question. I have two interface in two vlans. The first interface 192.168.0.1 255.255.255.0 The second interface: 10.228.44.1 255.255.255.0 The gateway for the first interface must be 192.168.0.254 and the second interface must be 10.228.44.254 How can I configure them? In