ifconfig_bge0="DHCP"
ifconfig_bge0="inet 192.168.0.25 netmask 255.255.248"
defaultrouter="192.168.0.1"
nameserver 192.168.0.21
ping 192.168.0.25
- successful ping 192.168.0.1(any IP)
- sento: no route to hostkern.ipc.nmbclusters="131072"
hw.bge_tso_enabled_0
hw.pci.enable_msix=0
I tried first using DHCP, but it cant get an IP-address.
/etc/rc.conf:
Code:ifconfig_bge0="DHCP"
Then I tried to edit a static IP-address. But still I can't connect to any PCs.
/etc/rc.conf
Code:ifconfig_bge0="inet 192.168.0.25 netmask 255.255.248" defaultrouter="192.168.0.1" nameserver 192.168.0.21
ping 192.168.0.25
- successful
ping 192.168.0.1(any IP)
- sento: no route to host
I tried to configure /boot/loader.conf based on pfsense faq. Still not working.
/boot/loader.conf
Code:kern.ipc.nmbclusters="131072" hw.bge_tso_enabled_0 hw.pci.enable_msix=0
255.255.255.0
ifconfig_bge0="inet 192.168.0.25 netmask 255.255.248.0"
kern.ipc.nmbclusters="131072"
hw.bge.tso_enabled_0
hw.pci.enable_msix=0
ifconfig bge0
.kern.ipc.nmbclusters="131072"
hw.bge.tso_enabled=0
hw.pci.enable_msix=0
hw.pci.enable_msi=0