RE: setting up bind newbie guide?

2004-09-13 Thread Foster, ThomasX
http://www.section6.net/help

Hope this helps..

Thomas Foster

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of robg
Sent: Monday, September 13, 2004 3:14 PM
To: [EMAIL PROTECTED]
Subject: setting up bind newbie guide?

hi,

id like to run bind to setup a dns server on a machine of mine, but i
never used it before.  does anyone know of a simple tutorial or
website that explains it?

thanks

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


RE: Streaming Audio

2004-07-21 Thread Foster, ThomasX
Check out Darwin Streaming Server.. its in the ports tree

Thomas Foster


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Justin W.
Pauler
Sent: Wednesday, July 21, 2004 7:29 AM
To: [EMAIL PROTECTED]
Subject: Streaming Audio

Hello Everyone,

I've got quite a collection of Ogg Vorbis (.ogg) files on my FreeBSD
machine
that I would like to be able to stream for personal use (really I'd like
to
be able to listen to them at work! :)) I've done quite a bit of research
and
can't find any software to do exactly what I need.

IceCast and Shoutcast look like they'll both work just fine for the
server,
no problems there. However, as for the source client, that's another
story.
This machine was built as a mini-server, I use it for IRC/DNS/WWW and so
forth, therefore, has no X server and no soundcard (for the record it
has a
soundcard built onto the motherboard AC97, but FreeBSD 4.10 sees it as
chip0, so I don't think it's useable), and all of the source clients I
have
found either require a soundcard or the X system to be installed.

Is there any help for me? I remember the days of Windows streaming with
Shoutcast, in that case, Winamp connected with a socket to shoutcast and
completely bypassed the soundcard... Anything like that for FreeBSD?

Thanks All


--
Justin W. Pauler
Network Administrator
AirRover Wi-Fi Corporation
E-Mail: [EMAIL PROTECTED]
Phone: (225) 923-1034 x87
Toll Free: (888) 720-7301 x87
WWW: http://www.airroverwifi.com
 


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


RE: Routing problem in IPv4/IPSec VPN environment

2004-06-30 Thread Foster, ThomasX

http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html


Essentially, once the gif tunnel has been established you just need to
add an additional route for the specific gif interface from each server
to the other's remote subnet using the external IP of the remote subnet
as the gateway.  I also found that gateway_enable sysctl option was be
turned on for the packet traversal from behind a natted server.

Hope this helps
 
T

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of James P.
Howard, II
Sent: Tuesday, June 29, 2004 12:57 PM
To: [EMAIL PROTECTED]
Subject: Routing problem in IPv4/IPSec VPN environment

As a personal favor, I am building a VPN for a small business.  I
have chosen FreeBSD for this due to my greater familiarity.  The
project will consist of linking four sites, each with a FreeBSD
system providing DHCP, NAT, and VPN services.  I have built DHCP and
NAT servers before, but the IPSec and VPN is new to me.

Right now, the first two systems are nearly complete.  The two
machines are named goldengate and waltwhitman.  Here's the IP
config, currently:

  goldengate:  external 192.168.1.101 internal 10.1.1.1
  waltwhitman: external 192.168.1.102 internal 10.1.2.1

The external interfaces are in the reserved space because testing is
taking place behind a cable/DSL router providing NAT services.  The
output of gifconfig -a; ifconfig -a; netstat -rn for each will be
provided at the end of this message.

IPSec, with Racoon, is properly exchanging keys.  From goldengate, I
can ping 10.1.2.1 and from waltwhitman I can ping 10.1.1.1.  

If a Windows computer is connected behind either system, they
receive an IP (10.1.x.254, where x is the network number).  

The problem is, if behind the 10.1.2.1 firewall, I cannot ping
10.1.1.1 and vice-versa.  I assume, at this point, this is some type
of routing issue and not a problem with IPSec.  This seems to be
confirmed by the fact tracerouting to the local internal interface
goes through the *other* internal interface first:

waltwhitman$ ifconfig bge1; traceroute 10.1.2.1
bge1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=3RXCSUM,TXCSUM
inet 10.1.2.1 netmask 0xff00 broadcast 10.1.2.255
inet6 fe80::209:5bff:fe60:e508%bge1 prefixlen 64 scopeid 0x2
ether 00:09:5b:60:e5:08
media: Ethernet autoselect (10baseT/UTP half-duplex)
status: active
traceroute to 10.1.2.1 (10.1.2.1), 64 hops max, 44 byte packets
 1  10.1.1.1 (10.1.1.1)  0.848 ms  0.736 ms  0.783 ms
 2  10.1.2.1 (10.1.2.1)  1.173 ms  1.262 ms  1.247 ms

The other machine behaves identically, except the numbers are
reversed.  At this point, I have reached the limits of my knowledge.
Any help would be appreciated.

Thank you, James

Notes on the output:  IPv6 info removed from netstat output.  There
is a third interface in WALTWHITMAN which may break off to a DMZ in
the future.  No descision has been made and won't be for some time.
The interface was given the IP 172.16.1.1.

GOLDENGATE:

goldengate$ gifconfig -a; ifconfig -a; netstat -rn
gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1280
inet 10.1.1.1 -- 10.1.2.1 netmask 0x
inet6 fe80::209:5bff:fe62:714e%gif0  prefixlen 64
physical address inet 192.168.1.101 -- 192.168.1.102
bge0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=3RXCSUM,TXCSUM
inet 10.1.1.1 netmask 0xff00 broadcast 10.1.1.255
inet6 fe80::209:5bff:fe62:714e%bge0 prefixlen 64 scopeid 0x1
ether 00:09:5b:62:71:4e
media: Ethernet autoselect (100baseTX full-duplex)
status: active
xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
options=1RXCSUM
inet6 fe80::2b0:d0ff:fe23:5b8d%xl0 prefixlen 64 scopeid 0x2
inet 192.168.1.101 netmask 0xff00 broadcast
192.168.1.255
ether 00:b0:d0:23:5b:8d
media: Ethernet autoselect (100baseTX full-duplex)
status: active
lp0: flags=8810POINTOPOINT,SIMPLEX,MULTICAST mtu 1500
lo0: flags=8049UP,LOOPBACK,RUNNING,MULTICAST mtu 16384
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4
inet 127.0.0.1 netmask 0xff00
faith0: flags=8002BROADCAST,MULTICAST mtu 1500
gif0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1280
tunnel inet 192.168.1.101 -- 192.168.1.102
inet 10.1.1.1 -- 10.1.2.1 netmask 0x
inet6 fe80::209:5bff:fe62:714e%gif0 prefixlen 64 scopeid 0x6
Routing tables

Internet:
DestinationGatewayFlagsRefs  Use  Netif
Expire
default192.168.1.1UGSc3 6082xl0
10.1.1/24  link#1 UC  20   bge0
10.1.1.1   00:09:5b:62:71:4e  UHLW0  306lo0
10.1.1.254 link#1 UHLW214933   bge0
10.1.2/24  10.1.2.0   UGSc015578xl0
10.1.2.1   

RE: firewall on cdrom

2004-06-29 Thread Foster, ThomasX
http://www.m0n0.ch/

T

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Feczak
Szabolcs
Sent: Tuesday, June 29, 2004 8:51 AM
To: [EMAIL PROTECTED]
Subject: firewall on cdrom

Any similar projects like closedbsd out there ?


-- 
  _(_)_
 (_. o_)F3CZ0
   (_,) http://feczo.nmi.rulez.org
  ()__
  // //

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


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


RE: em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16trouble!

2004-06-09 Thread Foster, ThomasX
Have you tried 1.7.34 available from the Intel website?

http://downloadfinder.intel.com/scripts-df/Product_Filter.asp?ProductID=
990


I don't know if this resolves your issue, but its worth a shot

Thomas Foster


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ty Hoeffer
Sent: Wednesday, June 09, 2004 2:03 PM
To: Maxim Hitrov
Cc: [EMAIL PROTECTED]
Subject: Re: em0: Intel(R) PRO/1000 Network Connection, Version -
1.7.16trouble!

On Tuesday 18 May 2004 08:40, Maxim Hitrov wrote:
 Hello
 I have  Asus PC-DL DEluxe motherboard with
 em0: Intel(R) PRO/1000 Network Connection, Version - 1.7.16 mem
 0xe500-0xe501 at device 12.0 on pci0 On my box is installed
 FreeBSD 5.2.1
 I can't setup my network

 em0: watchdog timeout -- resetting
 em0: watchdog timeout -- resetting
 em0: Link is Down
 em0: Link is up 1000 Mbps Full Duplex
 em0: watchdog timeout -- resetting
 em0: Link is Down
 .
 What to do?

Anybody found a solution for this?


I have the same motherboard, 2GB RAM  2 2.4 Ghz Xeons. I have the same 
problem. The only way around the em0: issue is to DISABLE APIC in the 
POWER, BIOS menu. Unfortunately this disables the 2nd Xeon processor.
But 
it enables the em0:  I guess we can't have everything. :(

A sample DMESG WITH  WITHOUT APIC ENABLED is attached.

Ty Hoeffer


 -
 Do you Yahoo!?
 SBC Yahoo! - Internet access at a great low price.
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]

-- 

***
* Ty Hoeffer -- IS Net Engineer -- UVa. Health System/Computing Services
* pth3k at Virginia.EDU  --  http://warhammer.mcc.virginia.edu/ty
* Democracy is two wolves and a lamb deciding what to have for dinner.
* Liberty is a well armed lamb contesting the decision.  Ben Franklin

***

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


RE: freebsd- Newby question

2004-06-08 Thread Foster, ThomasX
Unix System Administrator's Handbook

# Paperback: 896 pages ; Dimensions (in inches): 1.30 x 9.23 x 7.06
# Publisher: Prentice Hall PTR; 3rd edition (August 2000)
# ISBN: 0130206016 | All Editions 


Hope that helps :D

Thomas Foster

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of LW Ellis
Sent: Tuesday, June 08, 2004 2:28 PM
To: [EMAIL PROTECTED]
Subject: freebsd- Newby question

I am trying to learn unix. I need a recommendation for a good beginers
book
(eg: Unix for dummies)
I install Freebsd on an old desktop, but I have never used unix, and
need a
starting point.

Thanx

Later,
Leon
A fanatic is one who can't change his mind and won't change the subject.
Sir Winston Churchill

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

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


RE: VPN server

2004-06-08 Thread Foster, ThomasX
PPTP solutions for FreeBSD include MPD and Poptop

IPSEC/VPN solution include using kernel IPSEC and GIF interfaces :
http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ipsec.html

check out http://www.section6.net/help/pptphow.php for info on a
dedicated PPTP server using FreeBSD

Thomas Foster

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Joshua Lewis
Sent: Tuesday, June 08, 2004 3:11 PM
To: [EMAIL PROTECTED]
Subject: VPN server

I am looking for some recomendations for a powerful (yet simple if
possible) VPN server.

At present I will need to only have access to one other network in a
different office running Win2K PPTP. Hopefully I will need to expand in
the future to other networks that may or may not be MS based.

I would like if possible for the connections to be completly transparent
to a user. Best case senario is the user signs on to thier FreeBSD (I am
in a mixed network so there are a few XP systems also) system and opens
up
an application (or browse to a share on the other network) that connects
to the other network and it connects without any more user intervention.

LOL I am not asking much am I?

Thank you,
Joshua Lewis

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

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


RE: ??? about freebsd 5.2.1 for amd64

2004-06-02 Thread Foster, ThomasX
Can you not boot from cd?  Which iso image did you download?

If you cannot boot form cd, try ftp.freebsd.org for floppy images or the
full iso image for your particular architecture.

Thomas Foster

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of gsdgsd sgdsg
Sent: Wednesday, June 02, 2004 2:03 PM
To: [EMAIL PROTECTED]
Subject: ??? about freebsd 5.2.1 for amd64

how do i get it installed?
In  secton 1.4 of the install.txt file on my FreeBSD distribution (cd-r
with ISO downloaded from one of the FTP servers) it states 
Build a set of FreeBSD boot floppies from the floppies/ directory in
every FreeBSD distribution. Either simply use the makeflp.bat script
from DOS or read Section 1.3 for more information on creating the
bootable floppies under different operating systems. Then you simply
boot from the first floppy and you should soon be in the FreeBSD
installation.
sounds easy enough, but the Floppies directory specified does not appear
to exist on any of my freeBSD discs (1, 2, and miniinst) nor does the
specified batch Makeflp.bat.
are they here or am i missing something? or does 5.2.1 for amd64 not
support floppy installs? if so, then how the hell do i get it in?


-
Do you Yahoo!?
Friends.  Fun. Try the all-new Yahoo! Messenger
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

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


Bootable USB Jumpdrive

2004-05-13 Thread Foster, ThomasX
Quick question for anyone that might have any input on the subject..

 

I am attempting to make my Lexar Jumpdrive 2.0 Pro 256 Mb USB drive
bootable..

 

I attempted just a minimal installation on it from a CD boot, and then
installed to /dev/da0 .. set a bootable slice, and swap partition,
performed the installation successfully, and reboot.  No such luck.. the
system will not boot from the drive.

 

I have no trouble with other O.S.'s booting from the jumpdrive, and of
course the system BIOS is set to boot from this device.  I was just
curious if anyone has any feedback on this scenario.

 

Thanks

 

Thomas Foster

 

In a world without fences or walls, there is no need for Gates or
Windows.

 

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


RE: KVM Switches

2004-05-06 Thread Foster, ThomasX
Does your mouse exhibit the behavior of spitting out sync errors from
the console and sticking in the upper corner of your monitor?

I had this exact problem with an Intellimouse Optical and an Apex
Outlook KVM.  There seems to be an issue with most KVMs not passing the
protocol correctly when being switched, and psm has issues resyncing.  I
finally resolved the issue by adding the following flags to my device
hints file for my specific kernel:

hint.psm.0.flags=0x100

I then enabled device hints in my kernel conf:

hints   mycustomkernel.hints

I recompiled my kernel and have had no problems since.  My mouse now
works great between my FreeBSD server and my Linux Workstation on the
Apex KVM.

Hope this helps.

Thomas Foster
http://www.section6.net


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brent
Macnaughton
Sent: Thursday, May 06, 2004 8:42 AM
To: 'Ron'; [EMAIL PROTECTED]
Subject: RE: KVM Switches

I am willing to wager that it is the KVM switch itself that is the
problem.
I have had a few problems KVM switches before.

1) We have a Compaq Proliant 1600. On certain KVMs, the keyboard world
drop
keystrokes. It was impossible to use. I switched the KVM out with a
cheap 2
port Hawking unit and it worked fine. 

2) We have a Compaq KVM (a very expensive rack-mountable server class
unit).
It works great, or so we thought. The other day, we swapped out a two
button
mouse with a wheel-mouse. Guess what? Doesn't work at all. The mouse is
fine, it just won't work through the expensive Compaq KVM. 

Are you using Compaq hardware at all? Maybe that is your problem :)

Another thing to mention... When you are booting your FreeBSD box, make
sure
you are switched to that box and watch it boot. If you are switched to
another computer when the mouse daemon loads, I have found that the
mouse
won't function at all.

Brent.

-Original Message-
From: Ron [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 31, 2004 5:20 PM
To: [EMAIL PROTECTED]
Subject: KVM Switches


Need information on how to get a KVM switch to work with the FreeBSD
mouse
driver.

The Monitor and keyboard work fine but I have to hook a mouse directly
to
the box for it to work.

Thanks,

Ron Martin

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