Date: Wed, 6 May 2020 10:06:48 +0200 From: Polytropon <freebsd@edvax.de> To: Brandon helsley <brandon.helsley@hotmail.com> Cc: "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org> Subject: Re: bsd install Message-ID: <20200506100648.6f2e0ea9.freebsd@edvax.de> In-Reply-To: <CY4PR19MB16556F76E06A213A6B4AC7D5F9A70@CY4PR19MB1655.namprd19.prod.outlook.com> References: <CY4PR19MB1655820FA292B20DA336AA5BF9A70@CY4PR19MB1655.namprd19.prod.outlook.com> <20200505203456.8b85330a.freebsd@edvax.de> <CY4PR19MB1655334BCB7E5F814DEA58BCF9A70@CY4PR19MB1655.namprd19.prod.outlook.com> <20200505211848.b6d81e98.freebsd@edvax.de> <CY4PR19MB16556F76E06A213A6B4AC7D5F9A70@CY4PR19MB1655.namprd19.prod.outlook.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 5 May 2020 19:34:24 +0000, Brandon helsley wrote: > When I do this I get no ip addresses for ipv4 in the resolver configuration Maybe it's easier when you edit /etc/rc.conf. Do you need to set up a specific IP etc., or do you receive your data via DHCP? If that's the case, find out the name of your network interface (see "ifconfig -a" output), and as the last line of /etc/rc.conf, add ifconfig_<name>="DHCP" Substitite <name> with the appropriate interface name, for example: ifconfig_fxp0="DHCP" If you do _not_ have DHCP available, configure the interface manually; in /etc/rc.conf, add or change, for example ifconfig_vr0="inet 192.168.123.100 netmask 0xffffff00" defaultrouter="192.168.123.1" You can find more information in the FreeBSD handbook: https://www.freebsd.org/doc/handbook/config-network-setup.html -- Polytropon Magdeburg, Germany Happy FreeBSD user since 4.0 Andra moi ennepe, Mousa, ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20200506100648.6f2e0ea9.freebsd>