Koozali.org: home of the SME Server

routing problem

Onne

routing problem
« on: September 05, 2003, 09:24:36 PM »
HI!

I have stoopid problem (or I´m itself...)
e-smih acting like router, all almost working, but bit slow and I can´t get off that sticky last row in my routing table...

Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
my IP     * 255.255.255.255 UH 0 0 0 eth1
192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1
default * 0.0.0.0 U 0 0 0 eth1
 
Any suggestions?
Best wishes, Onne

Scott

Re: routing problem
« Reply #1 on: September 07, 2003, 04:27:37 AM »
Onne wrote:
>
> HI!
>
> I have stoopid problem (or I´m itself...)
> e-smih acting like router, all almost working, but bit slow
> and I can´t get off that sticky last row in my routing table...
>
> Kernel IP routing table
> Destination Gateway Genmask Flags Metric Ref Use Iface

> my IP     * 255.255.255.255 UH 0 0 0 eth1
> 192.168.10.0 * 255.255.255.0 U 0 0 0 eth0
The server must be set to be either server only
or server-gatway. server-gateway private won't
get you connected.

> 127.0.0.0 * 255.0.0.0 U 0 0 0 lo
Should be 127.0.0.1

> default 192.168.0.1 0.0.0.0 UG 0 0 0 eth1
> default * 0.0.0.0 U 0 0 0 eth1
Do you have eth1 connected to the modem or
the router. If eth1 is connected to the router,
you will get a local address. This however
looks as though you assigned eth1 this ip
address during the server configuration.
If eth1 is connected to your mosem and
you have a static ip, then eth1 should
be assigned your static ip. If your ip assigns
the ip automaticaly, then you need to check
that box during the server setup process.

Hope this helps.