[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: your mail
- To: Martin MBAYI <mbayimartin at yahoo.fr>
- Subject: Re: your mail
- From: Brian Candler <B.Candler at pobox.com>
- Date: Wed, 22 May 2002 15:23:22 +0100
- Cc: afnog at afnog.org
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- Delivered-To: afnog-archive at lists.eahd.or.ug
- Delivered-To: afnog-outgoing at afnog.org
- Delivered-To: afnog at afnog.org
- In-Reply-To: <20020522141826.76172.qmail at web10505.mail.yahoo.com>; from mbayimartin at yahoo.fr on Wed, May 22, 2002 at 04:18:26PM +0200
- References: <20020520233117.B900 at linnet.org> <20020522141826.76172.qmail at web10505.mail.yahoo.com>
- Sender: owner-afnog at afnog.org
- User-Agent: Mutt/1.2.5i
On Wed, May 22, 2002 at 04:18:26PM +0200, Martin MBAYI wrote:
> In fact this is my problem:
> I have a LAn of 10 machines which are connected to the
> Intenet through a computer having Linux redhat
> operating system whose Ip address is 192.168.1.1
> And the rest of the Ip addresses from 192.168.1.2 up
> to 192.168.1.10 are attributed to other machines of
> the same LAN.
> So I installed FreeBSD on machine 192.168.1.7
> I went to the /etc/rc.conf I configured as this:
> Defaultrouter="192.168.1.1"
> hostname="pc7.cifs"
> ifconfig_ep0="inet =192.168.1.7
> netmask=255.255.255.0".
>
> So since then I can easily ping on 192.168.1.7 but
> almost no success for the rest of the machines which
> are either in my Lan or elsewhere.
You have some syntax errors in the above.
defaultrouter="192.168.1.1" <-- small "d"
ifconfig_ep0="inet 192.168.1.7 netmask 255.255.255.0" <-- no '='
After rebooting, login as root and do
ifconfig -a
netstat -rn
to confirm your settings. Post the output of those two commands to the list
if it still isn't working.
Cheers,
Brian.
-----
This is the afnog mailing list, managed by Majordomo 1.94.5
To send a message to this list, e-mail afnog at afnog.org
To send a request to majordomo, e-mail majordomo at afnog.org and put
your request in the body of the message (i.e use "help" for help)
This list is maintained by owner-afnog at afnog.org