Installation of DragonFly 4.0.0 RC
Markus Pfeiffer
markus.pfeiffer at morphism.de
Thu Nov 6 04:19:02 PST 2014
Hi Mehmet,
On Wed, Nov 05, 2014 at 09:00:53PM -0800, Mehmet Erol Sanliturk wrote:
>
> # ifconfig -v ue0 192.168.10.1 netmask 255.255.255.0
> # ping 192.168.1.1
>
> listed :
>
> ping : sent to : No route to host
>
If you configure the ip manually, you'll have to set a default route to ping
hosts outside your network. Are you sure that
# ifconfig -v ue0 192.168.10.1 netmask 255.255.255.0
is what you intended?
If so, then you have to set a default route:
# route add -inet default $yourgatewayaddress
If you have a dhcp server (which I assume you do), then using
# dhclient ue0
will hopefully give you all the correct settings, including entries for
resolv.conf.
Cheers,
Markus
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.dragonflybsd.org/pipermail/users/attachments/20141106/963b4ae8/attachment-0016.bin>
More information about the Users
mailing list