Re: for vpn connection

2010-02-09 Thread regis505


The attached configuration files, options.pptpd and pptpd.conf
are the ones I'm using.  

I used your configuration on 7.2 with some minor adjustments for the path
and I get:

Warning: Label /etc/ppp/options.pptpd rejected -direct connection:
Configuration label not found

Any ideas?

Reg

-- 
View this message in context: 
http://old.nabble.com/for-vpn-connection-tp27509800p27520457.html
Sent from the freebsd-questions mailing list archive at Nabble.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


geometry does not match label (255h,63s != 16h,63s)

2009-12-09 Thread regis505

What are the meaning of the messages below when I boot 8.0-RELEASE-p1 and how
can I prevent that?

GEOM: ad6s1: geometry does not match label (255h,63s != 16h,63s).
...
GEOM: ad6s2: geometry does not match label (255h,63s != 16h,63s).
GEOM: ufsid/478e98a7fe5111d0: geometry does not match label (255h,63s !=
16h,63s).
GEOM: ufsid/479a0892240b3994: geometry does not match label (255h,63s !=
16h,63s).

# fdisk -s
/dev/ad4: 484406 cyl 16 hd 63 sec
PartStartSize Type Flags
   1:  63   488281185 0xa5 0x80

# disklabel ad4s1
# /dev/ad4s1:
8 partitions:
#size   offsetfstype   [fsize bsize bps/cpg]
  a:  419430404.2BSD 2048 16384 28552
  b:  8388608  4194304  swap
  c: 4882811850unused0 0 # raw part, don't
edit
  d: 41943040 125829124.2BSD 2048 16384 28552
  e: 41943040 545259524.2BSD0 0 0
  f: 67108864 964689924.2BSD 2048 16384 28552
  g: 324703329 1635778564.2BSD0 0 0

-reg
-- 
View this message in context: 
http://old.nabble.com/geometry-does-not-match-label-%28255h%2C63s-%21%3D-16h%2C63s%29-tp26710655p26710655.html
Sent from the freebsd-questions mailing list archive at Nabble.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


Wake-up on LAN for Broadcom BCM5721

2009-03-27 Thread regis505

Hi,

I have a Broadcom BCM5721 network adapter and I wonder how I can trigger the
Wake-up on LAN feature. ifconfig does not report any WOL options. Something
I could add in rc.conf or with sysctl to activate it? I am running
7.1-STABLE.

Thanks

bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
options=9bRXCSUM,TXCSUM,VLAN_MTU,VLAN_HWTAGGING,VLAN_HWCSUM
ether **:**:**:**:**:**
inet 10.0.0.1 netmask 0xff00 broadcast 10.0.0.255
media: Ethernet autoselect (100baseTX full-duplex)
status: active

-- 
View this message in context: 
http://www.nabble.com/Wake-up-on-LAN-for-Broadcom-BCM5721-tp22742140p22742140.html
Sent from the freebsd-questions mailing list archive at Nabble.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


Re: USB INSTALL SCRIPTS

2009-02-26 Thread regis505


Just want to say that it does the same to me. The script works great but it
stops at the same place:

  atkbdc0: Keyboard controller (i8042) port 0x60,0x64 irq 1 on acpi0

I hope there is a solution because I find the process really cool.
Regis




PeterSteele wrote:
 
 The script runs fine, but the resulting USB drive won't boot. It hangs on 
 
 Feb 25 19:27:50 kernel: atkbdc0: Keyboard controller (i8042) port
 0x60,0x64 irq 1 on acpi0 
 
 every time. I tried different systems as well. There is no error, it just
 hangs. Any idea what this is about? I did a web search but could fine
 anything describing this kind of hang. 
 
 - Original Message - 
 From: Sergio de Almeida Lenzi le...@k1.com.br 
 To: Formula 1 btccru...@yahoo.co.uk, freebsd-questions
 questi...@freebsd.org 
 Sent: Saturday, February 21, 2009 6:18:22 AM GMT -08:00 US/Canada Pacific 
 Subject: USB INSTALL SCRIPTS 
 
 Ok... 
 the scripts are at: 
 http://dist.k1.com.br/scripts/baselist_amd64 
 http://dist.k1.com.br/scripts/baselist_i386 
 http://dist.k1.com.br/scripts/makebootdisk 
 http://dist.k1.com.br/scripts/zfsetup 
 
 install these scripts on /root 
 
 makebootdisk: 
 formats the disk (or usb stick) at da0,da1...) make a bsdlabel on it 
 and using the baselist file, copies the running system files into the 
 USB 
 it will work on FreeBSD versions greater 7.0 
 this way the usb is bootable, have a filesystem on it. 
 the same root password... 
 you can fix the files /etc/rc.conf, /boot/loader.conf in the usb 
 filesystem in 
 order for it to boot from your kernel. 
 remeber to check for an a partition on your usb stick 
 
 the script needs to have access to install bash (pkg_add -r bash) so it 
 needs internet of a package repository with bash in it. 
 
 Once boot from your usb stick, you can do the same procedure to 
 transport the running system to another disk 
 if you intend to make a zfs running filesytem on the target disk (hd) 
 make the disklabel (bsdlabel) this way 
 a: 1gb 16 unused 
 b: 4gb * swap 
 d: * * unused 
 that is: 
 a partition 1gb at offset 16 
 b swap partition 4gb after partion A 
 d: the rest of the disk (this will hold the zpool). 
 
 the makebootdisk will install a running system on A (about 300mb...) 
 
 
 ZFSETUP 
 is a script that, when boot from the hd created with makebootdisk 
 moves the running system (booted from a partition) to the the zfspool 
 created, in the d partition mentioned above.. 
 it edits the loader.conf in order to boot on zfs.. in order to boot 
 from 
 
 After that, you are running on ZFS... 
 
 Sergio 
 
 
 
 
 
 ___ 
 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
 
 

-- 
View this message in context: 
http://www.nabble.com/USB-INSTALL-SCRIPTS-tp22136545p6795.html
Sent from the freebsd-questions mailing list archive at Nabble.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


Re: how to create a DVD backup filesystem?

2009-01-26 Thread regis505

 But this does not (!) make the media mountable! You may see that
 as a disadvantage, but maybe it's not: You can access it now
 directly without needing to mount it, and you can extract from
 it by selection, e. g.
 
   % tar xvjf /dev/cd0 ~/music
 
 to only extract the music/ subtree.
 
 The tar file system is best for interoperability because (if
 I may say this) every UNIX-like OS can read tar, no matter if you
 put it n discs, disks, tapes or even hard disks or USB sticks.


I was curious to tar directly to a blank dvd+rw. I tried:

  tar -cvf /dev/cd1  root0-090107.gz root1-090116.gz
  a root0-090107.gz
  a root1-090116.gz

I got the prompt back but the dvd device stays busy (on the unit, the light
flashes non stop). Any ideas?

Regis

-- 
View this message in context: 
http://www.nabble.com/how-to-create-a-DVD-backup-filesystem--tp21617046p21673928.html
Sent from the freebsd-questions mailing list archive at Nabble.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


wireless nic - access point

2009-01-13 Thread regis505

I installed a D-Link WDA-2320 (Atheros chipset) wireless nic on my FreeBSD
7.1 system. I configured it as an access point. I read many posts on that
topic and I am confused whether I need to bridge the wireless network to the
wired network or just let the FreeBSD gateway to manage that.

So far, I can connect from a wireless client to the FreeBSD Access Point (I
can ping any machines on the wired network) but I cannot go beyond that and
I would be very pleased if someone would explain what to do in terms of
ipfilter NAT or routing to access the Internet from a wireless client. I
have 3 network cards: ath0 (wireless - 10.0.2.0/24), bge0 (wired-
10.0.0.0/24), bce0 (Internet - DHCP). The wired network is behind an
ipfilter firewall (10.0.0.1) and wired computers are NATed.

Thanks for any hints!
- Regis
-- 
View this message in context: 
http://www.nabble.com/wireless-nic---access-point-tp21437407p21437407.html
Sent from the freebsd-questions mailing list archive at Nabble.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