Search results

  1. mah454

    FreeBSD High Performance Firewall

    PF how many request peer second can answer ? (for 32bit and 64bit OS)
  2. mah454

    FreeBSD High Performance Firewall

    I know, this project was replaced with ipset and the Linux kernel supports this on the latest release. I mean: Can FreeBSD or OpenBSD use this on high network bandwidth? (For example 1 TB bandwidth.) Can pf or ipfw support over 100,000 rules on their configurations?
  3. mah454

    FreeBSD High Performance Firewall

    Hello, Does the FreeBSD base distribution have an alternative of this project: hipac? Can PF or IPFW can support large rulesets or high bandwidth networks?
  4. mah454

    gbde vs geli

    The system asks me for a password to open the file system. Can I use file.key instead of a password? (do not use password) if [ -f file.key ] ; then echo "Open and mount FileSystem" fi
  5. mah454

    gbde vs geli

    Hello. I want to build an embedded operating system (NanoBSD) over a FreeBSD distribution. I do not know whether for full disk encryption (all filesystems) I should use gdbe or geli. What method is better?
  6. mah454

    pkg_create custom files

    Hello. I want to create some packages (tbz format) with custom files. For example create python27 package without manual or document files.
  7. mah454

    Policy Based Routing on FreeBSD

    In Linux: iptables -t mangle -A PREROUTING -p tcp --dport 80 -s 10.10.10.0/24 -j MARK --set-mark 1 iptables -t mangle -A PREROUTING -p tcp --dport 8080 -s 20.20.20.0/24 -j MARK --set-mark 1 iptables -t mangle -A PREROUTING -p tcp -s 172.16.13.0/16 -j MARK --set-mark 1 ip rule add fwmark 1...
  8. mah454

    Install VMware on FreeBSD

    This is the dbus-launcher error: kbuildsycoca4(20392) KBuildServiceFactory::populateServiceTypes: "ark_dndextract.desktop" specifies undefined mimetype/servicetype "application/x-source-rpm" kbuildsycoca4(20392) KBuildServiceFactory::populateServiceTypes: "ark_dndextract.desktop" specifies...
  9. mah454

    Install VMware on FreeBSD

    This: root@FreeBSD:/usr/ports/emulators/virtualbox-ose # ps A | grep dbus 2309 ?? Is 0:02.04 /usr/local/bin/dbus-daemon --system 3098 ?? I 0:00.00 dbus-launch --sh-syntax --exit-with-session --autolaunch f829ad06348c31e3eb26b69b5172c1ea 3099 ?? Ss 0:08.24...
  10. mah454

    ipfw in jail

    Hello I want to use ipfw in a jail system, but receive this message: ipfw: getsockopt(IP_FW_ADD): Operation not permitted
  11. mah454

    Install VMware on FreeBSD

    root@FreeBSD:/root # pkg_info | grep -iE '(virtualbox|dbus)' dbus-1.6.8 A message bus system for inter-application communication dbus-glib-0.100.1 GLib bindings for the D-BUS messaging system libdbusmenu-qt-0.9.2_2 Qt4 implementation of the DBusMenu protocol py27-dbus-0.84.0 Python...
  12. mah454

    Install VMware on FreeBSD

    In Virtualbox I receive this error: Could not start process Cannot talk to klauncher: Not connected to D-Bus server. I search Google but can not find any way to fix this problem!
  13. mah454

    Install VMware on FreeBSD

    Hello How can install Vmware-workstation 8 or 9 on FreeBSD ? for example can install this : VMware-Workstation-Full-8.0.0-471780.x86_64.bundle or this : VMware-Workstation-Full-9.0.0-812388.x86_64.bundle Hello, How can I install VMware Workstation 8 or 9 on FreeBSD? For example, can I...
  14. mah454

    run Java web APP in Jetty

    Hello, I installed jetty on FreeBSD 9.1. Now I want to run a Java web app (developed with Eclipse) in this service. The browser gives this this message: HTTP ERROR 500 Problem accessing /myapp/index.xhtml. Reason...
  15. mah454

    Problem start jetty service

    Hello I installed jetty with the pkg_add command in FreeBSD 9.1 but can not start this service. I receive this message: root@FreeBSD:/usr/ports/www/jetty # /usr/local/etc/rc.d/jetty restart jetty not running? (check /usr/local/jetty/jetty.pid). Starting jetty. Traceback (most recent call...
  16. mah454

    Ports: custom-build packages

    Hello I want to build some package with ports, but I need to build and install without some parameters. For example build lsof or bash: without documents;without manual pages and info pages;other things. Note: build/install with minimal options. How can I do this?
  17. mah454

    NanoBSD problem mount filesystem

    Found :D http://scratching.psybermonkey.net/2010/06/freebsd-how-to-format-partition.html Thank you :)
  18. mah454

    NanoBSD problem mount filesystem

    => 34 78161261 ada0 GPT (37G) [CORRUPT] 34 128 1 freebsd-boot (64k) 162 73400192 2 freebsd-ufs (35G) 73400354 3907584 3 freebsd-swap (1.9G) 77307938 853357 - free - (416M) How can I build nanoBSD with an MBR partition table or...
  19. mah454

    NanoBSD problem mount filesystem

    I use this but it does not work. Why ada0p1? I think FreeBSD uses ada0s1. What is the meaning of the "p" character?
  20. mah454

    NanoBSD problem mount filesystem

    Hello NanoBSD wants to mount the (/) filesystem with /dev/ada0s1. But it can not do that. This picture: How can I fix this problem?
Back
Top