Date: Tue, 29 Sep 1998 13:42:37 +0930 From: Greg Lehey <grog@lemis.com> To: Lionel MOTTAY <mottay_l@epita.fr>, freebsd-questions@FreeBSD.ORG Subject: IP routing? (was: Samba 1.9.18p3 problem.) Message-ID: <19980929134237.G15172@freebie.lemis.com> In-Reply-To: <000001bdeabc$12fc0760$9881fe0a@mallat.sr.epita.fr>; from Lionel MOTTAY on Fri, Sep 25, 1998 at 10:40:53AM %2B0200 References: <000001bdeabc$12fc0760$9881fe0a@mallat.sr.epita.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Friday, 25 September 1998 at 10:40:53 +0200, Lionel MOTTAY wrote: > In my rc.conf, I have : > ifconfig_ed0="inet 10.254.129.154 netmask 0xffff8000" > ifconfig_ed0_alias0="inet 10.254.129.155 netmask 0xffffffff" > ifconfig_ed0_alias1="inet 10.254.129.156 netmask 0xffffffff" > ifconfig_ed0_alias2="inet 128.10.25.4 netmask 0xffffff00" > > And in my smb.conf : > interfaces = 10.254.129.154/255.255.128.0 128.10.25.4/255.255.255.0 > > The problem is that I can't see samba server with machines which are on 128.10.25.* subnet. > > Thank for your answer. ISTR that aliases must have a netmask of 255.255.255.255, but that may be only if you have them in the same network, which is not the case here. In any case, you probably need to set a route to the 128.10.25.* subnet. Where do you get this network address from? It looks as if it's in the CS department of Purdue University. Greg -- See complete headers for address, home page and phone numbers finger grog@lemis.com for PGP public key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980929134237.G15172>