Date: Fri, 02 Jun 2000 11:48:11 -0700 From: "Raymundo M. Vega" <RaymundoVega@home.com> To: ben@instantemail.net Cc: freebsd-questions@FreeBSD.ORG Subject: Re: network setup Message-ID: <3938016B.268E0581@home.com> References: <3937F75B.8C3926EC@instantemail.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Ben Williams wrote: > > This is from one of my ISP's: > > > aaa.bbb.78.62 netmask 255.255.255.252 > > gateway should be aaa.bbb.78.61 > > Is this possible? If so how? AFAIK .61 is the network address for that > subnet... no .61 is the address of the default gateway, login as root and give the commands: ifconfig <int_name> aaa.bbb.78.62 netmask 255.255.255.252 route add default aaa.bbb.78.61 good luck raymundo > > --Ben Williams > ben@instantemail.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message 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?3938016B.268E0581>