Conversation
Notices
-
Embed this notice
feld (feld@friedcheese.us)'s status on Saturday, 19-Oct-2024 02:58:27 JST feld @poes I haven't done exactly that before but I observe you are running ifconfig on vtnet0 instead of in /etc/rc.conf and you're not setting the interface to "up" either which the rc script would do automatically
try this
sysrc ifconfig_vtnet0="inet 103.45.54.45/24"
sysrc defaultrouter="103.45.54.1"
service netif restart && service routing restart-
Embed this notice
Poes (poes@mastodon.bsd.cafe)'s status on Saturday, 19-Oct-2024 02:58:36 JST Poes trying to install #FreeBSD in Linux based VPS (KVM) with no avail to activate internet.
I have set IP using manual static IP
`# ifconfig vtnet0 inet 103.45.54.45 netmask 255.255.255.0`
`# sysrc defaultrouter="103.45.54.1"``# service netif restart & service routing restart`
the result is still no internet connection. I don't know what to do. 😭
-
Embed this notice