Questions tagged [freebsd]

FreeBSD is an advanced operating system for a variety of architectures. It is derived from BSD, the version of UNIX® developed at the University of California, Berkeley; and is developed and maintained by a large team of individuals. It is a complete Operating System, including the kernel, drivers, and userland utilities such as shells.

FreeBSD includes many modern OS features including advanced IP stacks and networking, Virtualization, hardened security, and high availability techniques.
For more information about FreeBSD, see their website (FreeBSD.org).

Questions are welcome here on Server Fault, the Unix and Linux Stack Exchange or the FreeBSD Forums.

Additionally Wikipedia has en entry on FreeBSD and the original BSD OS.

1537 questions
0
votes
2 answers

Clone ports from bsd installation to another

I have a production FreeBSD webserver which I would like to "clone" to create a development/preproduction server. I've installed a clean FreeBSD server and now I would like to know if there's an easy way to list all the ports installed on the…
Andor
  • 591
  • 5
  • 16
0
votes
3 answers

Postfix: relay access denied

I never got my SMTP service working, now i'm ready to try again. The server is a FreeBSD 8.1-RELEASE-p1, postfix was installed as part of the Webmin/Virtualmin install.sh I have read Postfix Virtual Domain Hosting Howto, but haven't had any luck…
Phliplip
  • 541
  • 8
  • 22
0
votes
1 answer

Dell Perc 6i with FreeBSD 8.1 errors with mfi0: COMMAND xxxxxxxx TIMEOUT AFTER xxx SECONDS

We've recently bought two Dell PowerEdge R710 servers with Perc 6i controllers and 6x 135GB SAS Drives. We'd done some pretty extensive testing on a Dell PowerEdge R510 server with a Perc 6i and 4x 135GB SAS Drives running FreeBSD 8.1 for it's…
jDempster
  • 143
  • 1
  • 8
0
votes
2 answers

What package is dirname located in for freebsd

I am trying to install some software on pfsense 1.2.3 but the scripts are complaining about not finding the dirname binary. I have done a find on the system but cannot find it, and google is not helping either.
user65682
  • 3
  • 1
0
votes
1 answer

Disable ALTQ for internal network traffic

I currently have a FreeBSD 8.2 media server set up on my LAN that I use to stream my music from. I also have an SSH login that I use to do file transfers to and from this server remotely. I would like to set up ALTQ (and have gotten this working) to…
javanix
  • 247
  • 4
  • 15
0
votes
1 answer

need some help figuring out clamav & monit monitoring error...unixsocket

I need a bit of help figuring something out. First off, I'm not very well versed with FreeBSD servers, etc. but with some direction hopefully I can get this fixed. I'm using FreeBSD and installed Monit so I could monitor some of the processes that…
Ronedog
  • 135
  • 3
  • 6
0
votes
1 answer

Is it possibile to alow port forwarding only for specific IP public addresses

I have freeBSD router and it host public IP address, I am using ipnat.rules to configure port forwarding prom public network inside my private network. Now I wondering can I restrict only specific public IP addresses to can pass trough my port…
adopilot
  • 1,521
  • 6
  • 25
  • 41
0
votes
2 answers

freebsd server access remotely

I want to install freeBSD on a used dell server that I just bought. Can I put that box in a room and manage it remotely (no keyboard, monitor attached to it) from my linux laptop?
hari
  • 270
  • 1
  • 4
  • 17
0
votes
2 answers

Update to "FreeBSD 8.1-RELEASE #1"

I've updated my FreeBSD system with "freebsd-update" but "uname -a" still sais it runs the ""FreeBSD 8.1-RELEASE #0" kernel. How do I get #1? Its important because I need ZFS v15.
Axel Gneiting
  • 253
  • 3
  • 8
0
votes
1 answer

Why does dhclient only work if its not specified in /etc/rc.conf

I have just set up a FreeBSD 8.1 in a VM and am trying to get it to do DHCP automatically. Right now, if I leave /etc/rc.conf like so: #ifconfig_de0="DHCP" then I can do dhclient de0 and it gets an IP instantly. If I remove the comment so that…
boatcoder
  • 548
  • 2
  • 5
  • 19
0
votes
5 answers

Reserve Web Server - How to synchronize them almost in real time

Maybe my question is a little bit stupid, but idea is to have a reserve web server, which will be activated WHEN main web server becomes inactive (DDos, or any other incident). Please name common practices for this solution. Operation system will be…
holms
  • 1,524
  • 7
  • 20
  • 37
0
votes
1 answer

FreeBSD: Syslog configuration for wireless routers ( BlueSocket )

Problem: Trying to isolate the issue preventing one of our BlueSocket routers from logging to a FreeBSD syslog box. The one that is not logging has identical logging settings to the other but is on a DMZ segment, so I believe it is either a Firewall…
Bubnoff
  • 415
  • 7
  • 18
0
votes
1 answer

FreeBSD machine not responding to first few packets of a stream

I have two machines running as reverse proxy caches/load balancers in front of a site I admin. Recently at peak times I've been seeing a problem where the first few packets from any stream of packets (ICMP, UDP, TCP, whatever) arrives on the machine…
Conor McDermottroe
  • 948
  • 1
  • 7
  • 17
0
votes
3 answers

How to see an application network protocol communication in real time

I would like to see the protocol used by client-server application in real-time. I'm not interested in any statistics. All I want to see is the message sent by server and the client. This is FreeBSD specific if that helps.After some googling I found…
Srikanth
  • 101
  • 2
0
votes
5 answers

TCP attack invisible to netstat

we are hit by a strange attack, the attacker even emailed to challenge us. The output of "netstat -n" is just a few "ESTABLISHED" and "TIME_WAIT" typically, yet the server's website cannot be reached from outside. And when typing "ssh 127.0.0.1" on…
Joe
  • 1
  • 1