bsd install

Polytropon freebsd at edvax.de
Wed May 6 08:06:54 UTC 2020


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, ...


More information about the freebsd-questions mailing list