Re: OpenVPN routing

2011-04-26 Thread Diego Arias
On Tue, Apr 26, 2011 at 8:45 AM, Ryan Coleman ryan.cole...@cwis.biz wrote:


 On Apr 26, 2011, at 8:32 AM, Nathan Vidican wrote:

  On Mon, Apr 25, 2011 at 10:36 PM, Ryan Coleman ryan.cole...@cwis.biz
 wrote:
 
  I've got an OpenVPN connection working to my remote server, but I want
 to route the traffic to the local LAN.
 
  I have a bridge set up, pingable... but can't ping the em1
 (192.168.46.2) from the remote machine.
 
  Server.conf:
  local 192.168.46.2
  port 1194
  proto udp
  dev tap
  ca keys/cacert.pem
  cert keys/server.crt
  key keys/server.key # This file should be kept secret
  dh keys/dh1024.pem
  # Don't put this in the keys directory unless user nobody can read it
  crl-verify keys/crl.pem
  #Make sure this is your tunnel address pool
  server 192.168.47.0 255.255.255.0
  ifconfig-pool-persist ipp.txt
  #This is the route to push to the client, add more if necessary
  #push route 192.168.46.254 255.255.255.0
  push route 192.168.47.0 255.255.255.0
  push dhcp-option DNS 192.168.45.10
  keepalive 10 120
  cipher BF-CBC #Blowfish encryption
  comp-lzo
  #fragment
  user nobody
  group nobody
  persist-key
  persist-tun
  status openvpn-status.log
  verb 6
  mute 5
 
 
  client.conf:
  #Begin client.conf
  client
  dev tap
  proto udp
  remote sub.domain.ltd 1194
  nobind
  user nobody
  group nobody
  persist-key
  persist-tun
  #crl-verify
  #remote-cert-tls server
  ca keys/cacert.pem
  cert keys/ryanc.crt
  key keys/ryanc.key
  cipher BF-CBC
  comp-lzo
  verb 3
  mute 20
 
  Any ideas?  As I said, I can talk to the remote server, but not the
 local LAN.
 
  To throw a new curveball in the mix, I'd like to talk to
 192.168.45.0/24 - which we have another VPN connecting the two networks
 (not running on a VPN I can do much with).
 
 
  Do you have packet forwarding (routing /gateway) enabled? An
  all-important, yet sometimes forgotten step...
  check if:
 
sysctl net.inet.ip.forwarding
 
  returns 1 for enabled or not. You can enable it right away by setting
  to 1, and/or view the instructions in the handbook for greater detail
  including how to set as a startup option as well:
 
 http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/network-routing.html

 Yes, it is enabled.

 And Maciej, I had server-bridge running before and it wasn't routing ICMP,
 nor anything else.

 I have ipnat enabled - as was recommended by one guide - and am routing
 everything from 192.168.47.0/24 to 0.0.0.0/32 (I'm not well versed on this
 specific area but that seems like it should be 0/0, right?)

 Relevant rc.conf:
 defaultrouter=192.168.46.254
 hostname=nbserver1.allstatecom.local
 ifconfig_em0=inet 192.168.46.2  netmask 255.255.255.0
 openvpn_enable=YES
 openvpn_configfile=/usr/local/etc/openvpn/server.conf
 gateway_enable=YES
 ipnat_enable=YES

 Thanks again,
 Ryan


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


If you need to route LAN - TO - LAN just enable the client-to-client. Its a
Security Feature of OpenVPN

http://www.secure-computing.net/wiki/index.php/OpenVPN/Routing

-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: adding SRV records to a FreeBSD server

2011-03-17 Thread Diego Arias
Hi:


FreeBSD 4.11 is juts too old you should Upgrade that machine.

Anyway check the named(bind) version to see if it supports srv records.

On Thu, Mar 17, 2011 at 3:42 PM, Ola Peters opet...@partnershiphp.orgwrote:

 Hi there,

 Thanks so much for placing this contact information in your header!  I am
 trying to add SRV records to my name server, which is a FreeBSD box.

 (Output from uname -a):

 ns1# uname -a
 FreeBSD ns1.partnershiphp.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri
 Jan 21 17:21:22 GMT 2005 
 r...@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
  i386

 I don't have a clue where to start and everytime I make a change, I bring
 our website down.  Do you have a link or an example to tell me where I can
 do this?

 Thanks so much,

 Ola Peters
 Senior Unix Administrator
 IT Department
 Partnership Healthplan of California
 360 Campus Lane, Suite 100
 Fairfield, CA 94534

 Phone: (707) 863-4407 | Fax: (707) 863-4349

 Email: opet...@partnershiphp.org
 Our website: www.partnershiphp.org


 
 ~ PHC CONFIDENTIALITY NOTICE ~

 The information contained in this document may be privileged, confidential,
 and protected under applicable law and is intended solely for the use of the
 individual or entity to which it is addressed. If you are not the intended
 recipient or the employee or agent responsible for delivering the message to
 the intended recipient, you are hereby notified that any dissemination,
 distribution, or copying of this communication is strictly prohibited. If
 you have received this communication in error, please notify the sender
 immediately by telephone and destroy the document.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: adding SRV records to a FreeBSD server

2011-03-17 Thread Diego Arias
On Thu, Mar 17, 2011 at 4:47 PM, Diego Arias dak@gmail.com wrote:

 Its actually a little bit harder than that, not impossible but you have to
 upgrade the base OS and then the ports (Packages). As we have now 8.2  i
 suggest to do a clean-installation

 From version 6 and newer you could do a Binary upgrade using
 freebsd-update.

 Wait until someone check this email as im not a 4.11 or upgrade expert.

 If you just want to fix the problem with SRV records, check the named(bind)
 version to see if SRV records are supported.


 On Thu, Mar 17, 2011 at 4:38 PM, Ola Peters opet...@partnershiphp.orgwrote:

  Thank you so much for your quick response, Diego.  I am a UNIX person
 but mostly on the HP-UX.  Is it difficult to upgrade FreeBSD?  Can I just
 download one of the packages and run the installer?



 Thanks!



 Ola



 *From:* Diego Arias [mailto:dak@gmail.com]
 *Sent:* Thursday, March 17, 2011 2:33 PM
 *To:* Ola Peters
 *Cc:* questi...@freebsd.org
 *Subject:* Re: adding SRV records to a FreeBSD server



 Hi:





 FreeBSD 4.11 is juts too old you should Upgrade that machine.



 Anyway check the named(bind) version to see if it supports srv records.



 On Thu, Mar 17, 2011 at 3:42 PM, Ola Peters opet...@partnershiphp.org
 wrote:

 Hi there,

 Thanks so much for placing this contact information in your header!  I am
 trying to add SRV records to my name server, which is a FreeBSD box.

 (Output from uname -a):

 ns1# uname -a
 FreeBSD ns1.partnershiphp.org 4.11-RELEASE FreeBSD 4.11-RELEASE #0: Fri
 Jan 21 17:21:22 GMT 2005 
 r...@perseus.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
  i386

 I don't have a clue where to start and everytime I make a change, I bring
 our website down.  Do you have a link or an example to tell me where I can
 do this?

 Thanks so much,

 Ola Peters
 Senior Unix Administrator
 IT Department
 Partnership Healthplan of California
 360 Campus Lane, Suite 100
 Fairfield, CA 94534

 Phone: (707) 863-4407 | Fax: (707) 863-4349

 Email: opet...@partnershiphp.org
 Our website: www.partnershiphp.org


 
 ~ PHC CONFIDENTIALITY NOTICE ~

 The information contained in this document may be privileged,
 confidential, and protected under applicable law and is intended solely for
 the use of the individual or entity to which it is addressed. If you are not
 the intended recipient or the employee or agent responsible for delivering
 the message to the intended recipient, you are hereby notified that any
 dissemination, distribution, or copying of this communication is strictly
 prohibited. If you have received this communication in error, please notify
 the sender immediately by telephone and destroy the document.

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




 --
 Still Going Strong!!!

 --
 ~ PHC CONFIDENTIALITY NOTICE ~

 The information contained in this document may be privileged,
 confidential, and protected under applicable law and is intended solely for
 the use of the individual or entity to which it is addressed. If you are not
 the intended recipient or the employee or agent responsible for delivering
 the message to the intended recipient, you are hereby notified that any
 dissemination, distribution, or copying of this communication is strictly
 prohibited. If you have received this communication in error, please notify
 the sender immediately by telephone and destroy the document.




 --
 Still Going Strong!!!




-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Any recommendations for FreeBSD VPS hosting?

2011-01-11 Thread Diego Arias
On Tue, Jan 11, 2011 at 4:46 AM, Herbert J. Skuhra hsku...@fastmail.fmwrote:

 On Thu, 30 Dec 2010 02:21 +0100, n j nin...@gmail.com wrote:

  If you know of any other FreeBSD VPS providers, please share.

 At the moment I am running a XEN/HVM VPS from:

 http://www.syscentral.de

 -Herbert


 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


Running XEN on Elite Data Hosting (Now Server-Logix) Its a really small
machine but its ok. 2 years with them,

-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: E-Mail scaling question

2010-12-21 Thread Diego Arias
On Tue, Dec 21, 2010 at 2:39 PM, Mark Moellering m...@msen.com wrote:

 Hello All,
 My company needs a [new] e-mail solution for a product rollout.  Rather
 than
 have a few e-mail domains with lots of addresses, the solution we need is
 for
 a very few (mostly one, very rarely more than 3) accounts on upwards of
 tens
 of thousands of domains.

 I can't find any info on scaling sendmail or postfix to this many domains.
  If
 anyone has any info, knowledge, horror stories, etc. It would be greatly
 appreciated

 Also, I am assuming that to play nice, we need a dedicated IP per domain,
 so I
 may have to survive setting that up before I even get to the e-mail.  If
 anyone knows of a legitimate way to set up an e-mail domain on a shared IP
 and
 not have half of the e-mail servers assume we are spammers, let me know.

 Thanks in advance

 Mark Moellering
 classcreator.com
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org



You can set an IP only for mail for all the domains and point the MX Records
to it. The PTR record just point it to the server real name and thats it.
-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Can MS Exchange play nice with the mailing lists?

2010-11-30 Thread Diego Arias
On Tue, Nov 30, 2010 at 2:28 PM, Bill Moran wmo...@potentialtech.comwrote:

 In response to John D McDonnell gorgar...@xsmail.com:

  Sorry if this is a repost, had an error when sending the original e-mail
  and after waiting a bit, I haven't seen the message show up on
  Questions, so I'm guessing it didn't go through.
 
  In regards to contacting postmas...@pcam.org, that would be either me or
  my boss, neither of which is very knowledgeable of Exchange, though I
  somewhat know my way around sendmail.
 
  I pulled this from our e-mail archiver (the last test message I sent was
  in Oct, I mostly just read the lists):

 That is some of the most useless diagnostics I've seen in a while -- kudos
 to Microsoft for continuing to be worthless.

 However, giving a (somewhat wild) guess, I would first see if Exchange is
 actually stupid enough to use exchange.pcam.local as its HELO name in
 the SMTP dialog.  This is obviously not a valid DNS name and would trigger
 a lot of spam systems to reject the email (mine, in particular, would)


You can customize the out-going header.

Try this:

Send a message and check the queue viewer on exchange to check if the queue
its getting some kind of error message.

-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Multiple tun loadbalancing question

2010-11-09 Thread Diego Arias
On Tue, Nov 9, 2010 at 1:55 PM, Leonardo Santagostini 
lsantagost...@gmail.com wrote:

 Hello all,

 I have one freebsd 8.1 box with 3 3G mobile broadband connection.

 All connections works fine, but i want to do loadbalancing / fault tolerant
 with this 3 connections.

 I was reading about lagg interfaces, but i think is not the proper
 direction.

 Someone can point me to the rigth one?

 Thank you very much.
 Leonardo Santagostini
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


I think lagg will not do the job, you have to set up PF(packet Filter) to do
some kind of Round-Robin.

-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Moving to RAID1

2010-10-29 Thread Diego Arias
Hi:

Using gmirror you wont loose any data, just be carefully editing fstab to
point the right devices (triple check). Its actually quite easy.

Anyway if you can get console access its better just for precaution.

Diego Arias

On Fri, Oct 29, 2010 at 3:35 PM, Jerrin slackma...@gmail.com wrote:

 Hello,

 i have a freebsd(7.3) dedicated server with one hard disk.It have
 partitions
 for root and swap only.I want to setup RAID1 by adding one more hard disk.i
 found in freebsd handbook about setting up RAID1
 http://www.freebsd.org/doc/handbook/geom-mirror.html .I only have remote
 access to the server.Will i lose data by doing it?Anyways to make  sure in
 the procedure of setting up raid1 that i shouldn't have to go single user
 mode or change something at the boot prompt when rebooting after this is
 setup.

 Thank you
 Rihaz
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org




-- 
Still Going Strong!!!
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Net

2010-08-25 Thread Diego Arias
2010/8/25 Mikhail Zatsepin z...@mail.ru

 I could not find out from the site and the release which proxy server is
 used in FreeBSD as a standard one.
 Where we can look for it?

 ---
 MZ
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


There is no standard proxy. I use squid 3 on FreeBSD and works ok.

-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: running FreeBSD on Windows host

2010-08-23 Thread Diego Arias
On Mon, Aug 23, 2010 at 6:31 AM, Manolis Kiagias son...@otenet.gr wrote:

 On 23/08/2010 2:26 μ.μ., Matthias Apitz wrote:
  El día Monday, August 23, 2010 a las 12:39:14PM +0300, Manolis Kiagias
 escribió:
 
 
  Win 7 is a lot better than Vista...
 
  Any recommendation for the virtualisation software for best
 performance?
 
 
  Vmware achieves very good performance without trouble.
  VirtualBox works OK most of the time (and it's free) but I had some
  kernel panics running FreeBSD (unless the host is also FreeBSD!)
  Have not tried very recent versions though, it may have improved.
 
  Once having setup VMware (workstation), I plan to boot from FreeBSD live
  CD, create the slices big enough and fill in the dumps of my current
  system. Any objectives with this? Thx
 
matthias
 

 This should work nicely. In fact, in one of my recent projects I did the
 exact opposite with great success:

 I installed and configured a full system on Vmware Workstation, dumped
 the partitions and restored on real hardware.
 Saved me countless hours and had the school lab running in less than a day.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org



Hi:

I use Virtualbox  for my desktop and have 1 VM  running on Vsphere 4
(FreeBSD 8). Only have problem once of data loss because i used ATA disk
instead of SCSI.


Diego Arias
-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: booting install DVD while hard drive is in RAID mode

2010-07-29 Thread Diego Arias
On Thu, Jul 29, 2010 at 8:58 AM, Andrew Gould andrewlylego...@gmail.comwrote:

 I purchased an HP Pavilion p6510f.  I cannot boot either FreeBSD 8.1
 (amd64) or OpenSUSE 11.3 Gnome Live CD unless I change the hard drive
 mode from RAID to IDE.  Unfortunately, that damages my Windows 7
 installation.  (The computer is currently being restored to factory
 state.)

 Is there an option I can pass to the kernel to bootup the FreeBSD
 installation DVD while the hard drive is in RAID mode?

 Thanks,

 Andrew
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


Do you have a RAID?

-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: 1 file system, 2 drives?

2010-07-26 Thread Diego Arias
On Mon, Jul 26, 2010 at 3:30 PM, John Almberg jalmb...@identry.com wrote:


  If you have hardware controller with RAID capabilities, using native RAID
 is better, otherwise look towards gvinum or maybe ccd; see also:


 I've just been reading up on RAID in my Absolute FreeBSD book, and it
 occurs to me that my client has a SCSI RAID drive chassis that he is using
 stupidly...

 It's a 14 bay drive, and he's currently got seven 32G drives stuck in it,
 configured with RAID-0. This is the original 200G drive I was talking about.
 It's a few years old.

 Over the next few years, this guy is going to need lots of storage for his
 videos.

 After a bit of reading, I'm wondering if the best idea might be to toss out
 those 32G drives and replace them with 3 big (say, 300G) drives configured
 with RAID-5. It sounds to me like a RAID-5 array can be expanded by adding
 new drives.

 QUESTION: is expansion normally a matter of just plugging in a new drive?
 Is the new drive automatically grafted onto the old drives? Or do you have
 to go through a process like, backing up the data, plugging in the new
 drive, reformatting the expanded array of drives, and restoring the data.

 I don't know the brand/model of the RAID drive chassis, but the client
 thinks it can be switched to use RAID 5. I'm waiting for the technical
 details, but assuming it can handle RAID-5 for now.

 Thanks: John

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org



Hi:

If the Write-performance its not a problem go with 3 drives. If you need a
good write performance go at least with 4 -or- use another RAID level. Maybe
the RAID Controller allow RAID 5 Grow but im not shure if FreeBSD can handle
it.


-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: How can i know if the freebsd kernel need to be updated ?

2010-07-14 Thread Diego Arias
On Wed, Jul 14, 2010 at 8:45 AM, Lowell Gilbert 
freebsd-questions-lo...@be-well.ilk.org wrote:

 zaxis z_a...@163.com writes:

  Now i use the following commands to maintain my freebsd box.
 
 portsnap fetch update
 pkg_version -vIL=
 portupgrade -R xxx
 
  It works great for software installed through ports. However, how can i
 know
  if the kernel needs to be updated ?

 That procedure *only* updates your ports.  Unless you do something else
 to update the base system (e.g., csup or freebsd-update), you won't need
 to update the kernel.
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


Or just use freebsd-update fetch

-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Freebsd 8 Release /usr Die After host VMWARE Crash

2010-07-06 Thread Diego Arias
Hi:

I have a VM Running FreeBSD 8 as a small router/proxy/fetchmail/openvpn.
 The host system is a VMWARE ESX 4 Update 2 running on 2 HP DL460G1 Blade
Systems. Unfortunately the Blade Enclosure (a C7000 From HP) start having
malfunction so i have to power it off with blades still on. After the power
loss the VMWARE came up but FreeBSD ask por FSCK on single user mode, so i
run it fsck -y on all partitions. After FSCK freebsd wont came up with error
of getty not found. i restart it in single use mode and mount /usr but no
luck, all the data was gone and only got a lost+found directory with crazy
files on it.

I have restored the machine from a backup with minimum data loss only the
fetchmail stuff but i want that some help me to know what happen if there is
a bug or is there any way to recover the data.

the other machines (Mostly Windows 2003/2008/2008R2) came up without
problems.

All the data is stored on an EMC Clarion SAN.

Partitions:

%cat /etc/fstab
# Device Mountpoint FStype Options Dump Pass#
/dev/ad0s1b none swap sw 0 0
/dev/ad0s1a / ufs rw 1 1
/dev/ad0s1e /tmp ufs rw 2 2
/dev/ad0s1f /usr ufs rw 2 2
/dev/ad0s1d /var ufs rw 2 2
/dev/acd0 /cdrom cd9660 ro,noauto 0 0


Thanks, i will provide anything info you need.



Diego Arias

-- 
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Recommended supported SATA Cards?

2010-06-30 Thread Diego Arias
On Wed, Jun 30, 2010 at 4:33 PM, Rob li...@midsummerdream.org wrote:

 I've seen the SYBA SY-PEX40008, but would prefer to have a PCI-e 4x
 connector for the bandwidth and avoid a port multiplier if possible. Since
 this will be in a ZFS pool, I'd prefer not to have 1 bad port take out more
 than 1 disk. :)  I have seen the Sil3124 chipset mentioned before in my
 searches and wasn't sure of its level of support either so it's nice to know
 that chipset is well supported.  Does the siis driver support offlining and
 swapping hard disks without rebooting?


 The Adaptec 1430SA seems to use a Marvell chipset according to some
 searching of the freebsd archives:
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/current/2005-10/0389.html
 http://unix.derkeiler.com/Mailing-Lists/FreeBSD/stable/2005-11/0441.html
 http://old.nabble.com/Adaptec-1405-on-FreeBSD-td26337538.html

 But Adaptec's own site/documentation doesn't want to confirm it for me.
  The best I've come up with is:

 http://ask.adaptec.com/scripts/adaptec_tic.cfg/php.exe/enduser/std_adp.php?p_faqid=12177p_created=1098385883p_sid=1tiW_K3kp_accessibility=0p_redirect=p_lva=438p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PWRmbHQ6MSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MjE5LDIxOSZwX3Byb2RzPTQ1JnBfY2F0cz0mcF9wdj0xLjQ1JnBfY3Y9JnBfc2VhcmNoX3R5cGU9YW5zd2Vycy5zZWFyY2hfbmwmcF9wYWdlPTE*p_li=p_topview=1

 I've found a commit that mentions support for the 1430SA:

 http://lists.freebsd.org/pipermail/svn-src-stable-8/2009-November/000565.html

 But I'm not sure what the state of the support is or how stable it is with
 that driver (looks to be ata?)

 If the 1430SA uses the Marvell chipset (as it appears to), then I guess the
 question comes down to the level of support for the Marvell 88SX6541 and
 88SX7042 chipsets.

 Anyone know the current state of functionality for the above Marvell
 chipsets?

 Rob


 On 06/30/2010 09:07 AM, Steve Polyack wrote:

 On 06/29/10 16:58, Rob wrote:

 I've been trying to find a PCI-e SATA II (300MB/s) controller card for
 a FreeBSD 8.0 system, but am having problems determining if FreeBSD
 8.0 will support them. Ideally I'd like to find one that is not a HW
 Raid controller, as I don't need that functionality since I place to
 use ZFS and the HW Raid on the card just gets in the way. I know that
 a HighPoint RocketRAID 23x0 (2310, 2320) will work with the htprr
 driver, but those are HW RAID cards.

 I've found 'Adaptec 2241000-R 1430SA' and 'Rosewill RC-218' cards, and
 those are the ones I'm having a hard time telling if FreeBSD supports.
 Searching of the e-mail archives has given me mixed results and
 nothing definitive to say that they work.

 I'm not sure what chipset the Adaptec 2241000-R 1430SA uses, but the
 Rosewill uses the Marvell 88SX7042 chipset. I'd prefer to use Adaptec
 if possible as in the past they produced good SCSI boards and used to
 be well supported (in Linux anyway), but I'll use the Rosewill if it's
 well supported in FreeBSD. It's also possible Adaptec has taken a hit
 in support/quality since I last used one of their boards. :)

  I think the Marvell SATA chipset work is still a work-in-progress. It
 may still be supported by the ata(4) driver, but that driver typically
 does not support any SATA-specific features, such as NCQ.

  Does anyone know if the above boards are supported in FreeBSD? Anyone
 have any recommendations for PCI-e 4x SATA controllers with a minimum
 of 4 internal connectors?


 We use a handful of the SYBA SY-PEX40008 cards
 (http://www.newegg.com/Product/Product.aspx?Item=N82E16816124027) to
 manage a handful of drives with ZFS. The cards have some RAID features,
 but you can simply plug disks in and use them without involving the RAID
 layer. If your motherboard supports it, you can even disable the Option
 ROM from showing up on boot.

 Overall, the performance has been pretty good. The siis(4) driver has
 full support for the Sil3124 chipset that these use and supports all of
 the bells  whistles like NCQ and FIS-based switching for port
 multipliers. They have also been very stable. The only gripe for me is
 that it's only 1x PCI-E, instead of 4x, so you won't get full
 performance out of it once you have 4 fast drives attached.



 Rob
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org



 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 freebsd-questions-unsubscr...@freebsd.org


  ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 freebsd-questions-unsubscr...@freebsd.org


Actually 3ware seems to have very good FreeBSD support is that beyond your

PRoblem with an adaptec 1210sa raid

2006-06-13 Thread Natham Diego Arias

Hi:
im trying to isntall FreeBSD on my sata controller (raid0), i install
freebsd on ar0, but i cant boot. I got Not UFS, and i dont know how to
change make it works, can somebodie helps me?

Asus A7n8x-E
Adaptec 1210AS SATA controler
AMD Athlon XP 2600+
2x Seagate 380012AS 80GB
--
mmm, interesante.


--
mmm, interesante.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]