[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Samba client
On Thu, Sep 2, 2010 at 3:44 AM, Peter Slegg <p.slegg@scubadivers.co.uk> wrote:
>
> The resulting network doesn't have 192.168.0.0 rtk0
>
it shouldn't, at least not in the route table pointing to rtk0
> bash-2.05a# route
> Destination Gateway Flags Ref Use Metric Iface
> default 192.168.0.1 UGD 1 0 0 rtk0
> 192.168.0.200 * UH 1 0 0 lo0
> 127.0.0.0 * U 1 0 0 lo0
> 127.0.0.1 * UH 1 8 0 lo0
>
> I am going to add it to default route to see if that helps.
>
see earlier post re: setting gateway via route
You might want to see something like the following in the route table,
but that is what the mask is for in ifconfig (not route).
> 192.168.0.0/24 192.168.0.1 UGD 1 0 0 rtk0
Paul