Redacted
Last edited:
I've an older Dell GX520 I was given for free due to decomission of the aforementioned system. I'm trying to get FreeBSD 10.1-RELEASE i386 to run on it (Only has 1GB RAM, I don't want to run amd64 on it thus). The install goes through without a hitch, but problems start after that. Shortly after boot, the bge0 interface stops responding to pings, won't resolve etc.
I've set the inet address to 192.168.1.8, as my gateway uses the 192.168.1.0/24 subnet in the rc.conf like so:
Code:ifconfig_bge0="inet 192.168.1.8 netmask 255.255.255.0" defaultrouter="192.168.1.1"
I'm configuring a static IP as this machine will be running headless, DHCP is neither desired nor accounted for here. resolv.conf is pointed to Google's DNS IPv4 servers, my ISP does not provide me with IPv6.
I've verified nothing is being mentioned indmesg, furthermore, the interface itself can ping itself, but it won't ping the gateway, any other computers on the network or do any DNS queries after a minute or so passes post-boot up. Any ideas?
I think I said thatGet a pci/pcie nic and check what happens under the same network conditions. use another OS, try what happens under Windows or Linux distros.
I've stated this over and over on the forums: Any time you get a second-hand machine or even a component, run full hardware diagnostic and stress-test. There's no way around it. This is what I use. It's a bit outdated now, so there might be better alternatives out there.
Do you have one or know how to create a multi-boot USB stick with Grub as bootloader? This allows you to boot ISO files straight off the USB via Grub's loopback and without messing with burning CD's.
I think I said that![]()
I've stated this over and over on the forums: Any time you get a second-hand machine or even a component, run full hardware diagnostic and stress-test. There's no way around it. This is what I use. It's a bit outdated now, so there might be better alternatives out there.
Do you have one or know how to create a multi-boot USB stick with Grub as bootloader? This allows you to boot ISO files straight off the USB via Grub's loopback and without messing with burning CD's.