Date: Mon, 10 Jun 2002 21:45:27 +0200 From: Ruben de Groot <fbsd-q@bzerk.org> To: Andrea Bacchet <baccheta@cae.com> Cc: "'freebsd-questions@FreeBSD.ORG'" <freebsd-questions@FreeBSD.ORG>, "'grimm@planetquake.com'" <grimm@planetquake.com> Subject: Re: Jail single ip network (FreeBSD 4.5) Message-ID: <20020610214527.A24618@ei.bzerk.org> In-Reply-To: <8A6A2A139700D5118EB6009027B0FF3A0B7FDFCA@caemsx02.cae.ca>; from baccheta@cae.com on Mon, Jun 10, 2002 at 01:08:27PM -0400 References: <8A6A2A139700D5118EB6009027B0FF3A0B7FDFCA@caemsx02.cae.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Jun 10, 2002 at 01:08:27PM -0400, Andrea Bacchet typed: > Greetings, > Hi, I dont't know if this is related to your problem, but <SNIP> > I then created the network alias, here is the output from ifconfig: > > xl0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500 > options=3<rxcsum,txcsum> > inet 142.39.88.238 netmask 0xffffff00 broadcast 142.39.88.255 > inet6 fe80::2c0:4fff:fea0:86fa%xl0 prefixlen 64 scopeid 0x1 > inet 192.168.200.13 netmask 0xffffffff broadcast 192.168.200.13 ^^^^^^^^ Normally you would use such a netmask if your alias IP address is in the same subnet as your primary IP address. Since they are in unrelated networks you probably want to use a netmask of 255.255.255.0 here. Ruben 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?20020610214527.A24618>