Hi there,
I'm new to FreeBSD and I have these 3 problems on my HP Proliant ML150 G6 which is an old machine. I've installed the latest version of FreeBSD amd64 (FreeBSD 13.1) and I've done
Internet disconnecting
For my internet connection problem, after a certain time, I can no longer use internet, even tough DHCP is still active and bge0 status is active. So far, I've only found out that rebooting allows me to get internet back. I've seen another old post of someone who seem to have had the same issue, but there is no answer at the end:
I don't know if the answer is somewhere else. I've added these lines to /etc/rc.conf without any success:
I've tried these command as suggested here, except the end solution, because I don't understand it. I'm not sure this is related to my problem:
forums.freebsd.org
I didn't try to install the outbound package because I don't know what it is.
While writing this post, I've found out dmesg says (while the connection is working fine):
Then after using the dmesg command after the connection went out, it repeatedly says:
Ram available
When I look at the available ram, I get ~ 10000 mb real memory but ~1900mb available. I have 3x 2go ram + 1x 4go ram. The 4 go ram wasn't working on a previous windows server so I suppose this one is not compatible for some reason (it is a newer one), but all the other 2go ram were working normally. Since I don't really have anything running, I assume it is not normal to only have ~1900mb available, I should have ~5000mb.
Raid 1
I'm trying to make 2 zfs drive on raid1 I've used this command:
With dmesg command, I see:
I suppose this is not good, even though I can cd into the storage and add files without problem. Note that I'm booting from a smaller disk that isn't in raid. The ML150 sheet specify about a storage limit of ~2To, but from my understanding, since I boot from a 250Go drive, this shouldn't be an issue.
Edit: It actually seems like I've never really got connected to internet (except locally) although I tought I had been able to run pkg upgrade successfully.
I'm new to FreeBSD and I have these 3 problems on my HP Proliant ML150 G6 which is an old machine. I've installed the latest version of FreeBSD amd64 (FreeBSD 13.1) and I've done
pkg upgrade
(didn't upgrade before making the zfs raid1, just mentioning in case).Internet disconnecting
For my internet connection problem, after a certain time, I can no longer use internet, even tough DHCP is still active and bge0 status is active. So far, I've only found out that rebooting allows me to get internet back. I've seen another old post of someone who seem to have had the same issue, but there is no answer at the end:
FreeBSD 10.1 on Proliant ML150 G6
lists.freebsd.org
I don't know if the answer is somewhere else. I've added these lines to /etc/rc.conf without any success:
Code:
gateway_enable="YES"
ifconfig_bge0="DHCP"
local_unbound_enable="YES"
I've tried these command as suggested here, except the end solution, because I don't understand it. I'm not sure this is related to my problem:

Solved - FreeBSD DHCP server/Internet gateway, clients can't reach outside LAN
I'm creating a home network spanning a few houses and a barn. For this I use an old hp ProLiant ML370 G5, an hp MSM760 Wi-Fi controller and 10 hp MSM422 access points. All this connected through ethernet LAN. I've installed FreeBSD 12.0-RELEASE on the ML370 and managed to get the DHCP server...
I didn't try to install the outbound package because I don't know what it is.
While writing this post, I've found out dmesg says (while the connection is working fine):
Code:
lo0: link state changed to UP
bge0: link state changed to DOWN
(...)
bge0: link state changed to UP
Code:
bge0: watchdog timeout -- resetting
bge0: link state changed to DOWN
bge0: link state changed to UP
[...]
Ram available
When I look at the available ram, I get ~ 10000 mb real memory but ~1900mb available. I have 3x 2go ram + 1x 4go ram. The 4 go ram wasn't working on a previous windows server so I suppose this one is not compatible for some reason (it is a newer one), but all the other 2go ram were working normally. Since I don't really have anything running, I assume it is not normal to only have ~1900mb available, I should have ~5000mb.
Raid 1
I'm trying to make 2 zfs drive on raid1 I've used this command:
zpool create storage raidz1 ada0 ada3
When I check out zpool list, it says I have ada0 + ada3 space available instead of half (like a regular raid1 mirroring). Are my 2 drives really raid1? how can I verify?With dmesg command, I see:
Code:
GEOM: ada0: the primary GPT table is corrupt or invalid.
GEOM: ada0: using the secondary instead -- recovery strongly advised.
GEOM: ada3: the primary GPT table is corrupt or invalid.
GEOM: ada3: using the secondary instead -- recovery strongly advised.
Edit: It actually seems like I've never really got connected to internet (except locally) although I tought I had been able to run pkg upgrade successfully.
Last edited by a moderator: