I'm running FreeBSD 8.2
After my initial cabling problems my network interface card seemed to be working normally until I had to access the machine from another PC on the LAN. The machine stops responding to any incoming requests (pings, ftp, web page requests) somewhere between 15 to 60 minutes after I have initiated any outgoing traffic from the console. It sometimes will drop off line when it's being actively accessed - while doing some configuration of phpBB I moved to a new page and suddenly it was gone again.
All I have to do to get it back on line is to do an outbound ping to another box on the LAN then it's back up for a time.
Contents of rc.conf:
I'm guessing (hoping!) that it's something simple and staring me in the face but I can't see it.
Thanks in advance!
After my initial cabling problems my network interface card seemed to be working normally until I had to access the machine from another PC on the LAN. The machine stops responding to any incoming requests (pings, ftp, web page requests) somewhere between 15 to 60 minutes after I have initiated any outgoing traffic from the console. It sometimes will drop off line when it's being actively accessed - while doing some configuration of phpBB I moved to a new page and suddenly it was gone again.
All I have to do to get it back on line is to do an outbound ping to another box on the LAN then it's back up for a time.
Contents of rc.conf:
Code:
hostname="xxxxxx.my.domain"
ifconfig_fxp0="DHCP"
defaultrouter="10.0.0.1"
# -- For Apache22 Server
apache22_enable="YES"
# -- Start MySQL server
mysql_enable="YES"
# -- Enable FTP
ftpd_enable="YES"
Code:
#ifconfig
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> metric 0 mtu 1500
options=2009<RXCSUM,VLAN_MTU,WOL_MAGIC>
ether 00:11:11:46:17:13
inet 10.0.0.110 netmask 0xffffff00 broadcast 10.0.0.255
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
plip0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> metric 0 mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> metric 0 mtu 16384
options=3<RXCSUM,TXCSUM>
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet6 ::1 prefixlen 128
inet 127.0.0.1 netmask 0xff000000
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
Code:
#netstat -rn
Routing tables
Internet:
Destination Gateway Flags Refs Use Netif Expire
default 10.0.0.1 UGS 0 0 fxp0
10.0.0.0/24 link#2 U 0 86 fxp0
10.0.0.110 link#2 UHS 0 0 lo0
127.0.0.1 link#4 UH 0 75 lo0
Internet6:
Destination Gateway Flags Netif Expire
::1 ::1 UH lo0
fe80::%lo0/64 link#4 U lo0
fe80::1%lo0 link#4 UHS lo0
ff01:4::/32 fe80::1%lo0 U lo0
ff02::%lo0/32 fe80::1%lo0 U lo0
I'm guessing (hoping!) that it's something simple and staring me in the face but I can't see it.
Thanks in advance!