Re: [SSHd] Limiting access from authorized IP's

2008-04-20 Thread Wojciech Puchar
this: AllowUsers [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] It looks like AllowHosts is not available with the version of SSH that comes with FreeBSD. This works: AllowUsers [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECT

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Gilles
At 18:17 18/04/2008 -0500, Paul Schmehl wrote: If you want to restrict sshd logins by host, you can use AllowUsers like this: AllowUsers [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] It looks like AllowHosts is not available with the version of SSH

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread cpghost
On Fri, 18 Apr 2008 13:46:48 -0500 Paul Schmehl <[EMAIL PROTECTED]> wrote: > Let me clarify. When I use the term "host", I'm referring to what > many would call a "personal workstation" or "personal computer". If > you have more than one person

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
--On Saturday, April 19, 2008 00:12:41 +0200 Gilles <[EMAIL PROTECTED]> wrote: On Fri, 18 Apr 2008 10:04:37 +0100, FreeBSD - Wire Consulting <[EMAIL PROTECTED]> wrote: (snip) Seems like I didn't do it right: /etc/ssh/sshd_config: [...] AllowHosts 192.168.0 82.227.x.x # /etc/rc.d/sshd restart

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Gilles
On Fri, 18 Apr 2008 10:04:37 +0100, FreeBSD - Wire Consulting <[EMAIL PROTECTED]> wrote: (snip) Seems like I didn't do it right: /etc/ssh/sshd_config: [...] AllowHosts 192.168.0 82.227.x.x # /etc/rc.d/sshd restart Stopping sshd. Starting sshd. /etc/ssh/sshd_config: line 119: Bad configuration op

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
--On Friday, April 18, 2008 21:37:45 +0200 Mel <[EMAIL PROTECTED]> wrote: >> [4] # grep sshd /etc/defaults/rc.conf >> sshd_enable="NO"# Enable sshd > > No? Surely you're not using inetd? I haven't used inetd in years. I'm not sure why you think I would be. Well, since sshd_en

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Mel
On Friday 18 April 2008 20:53:37 Paul Schmehl wrote: > --On Friday, April 18, 2008 20:30:53 +0200 Mel > > <[EMAIL PROTECTED]> wrote: > > On Friday 18 April 2008 16:53:49 Paul Schmehl wrote: > >> Firewalls are for preventing access to running services. By definit

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
ny, using BGP to give access to our T1 and frac DS3. That's all it should be doing, it will have no other services. It'll be in our server room, though, so I won't have to get at it from anywhere, except perhaps home, and even that could be avoided by simply traveling the 10 miles to

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
--On Friday, April 18, 2008 20:30:53 +0200 Mel <[EMAIL PROTECTED]> wrote: On Friday 18 April 2008 16:53:49 Paul Schmehl wrote: Firewalls are for preventing access to running services. By definition, if you are running a service, you want it to be accessed. That's your assumptio

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
almost ten years now. Initially, I bought in to this logic and ran a firewall. (At that time we only had one server.) What it cost me was CPU and memory. What it gained me was nothing. I turned it off. I have never run a firewall on a publicly available host since. Firewalls are for preventing acc

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Mel
On Friday 18 April 2008 16:53:49 Paul Schmehl wrote: > I see this statement all the time, and I wonder why. What does a firewall > on an individual host accomplish? ... > Firewalls are for preventing access to running services. By definition, if > you are running a service, you w

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Jon Radel
an > a firewall. (At that time we only had one server.) What it cost me was > CPU and memory. What it gained me was nothing. I turned it off. I have > never run a firewall on a publicly available host since. > > Firewalls are for preventing access to running services. By defi

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread FreeBSD - Wire Consulting
Hi, Gilles wrote: I don't have a firewall on that host because there's already a NAT router connecting the LAN to the Net. I don't know your setup, but I'm pretty sure you can run the packet filter on your host anyway. You don't need to configure NAT to run your host firewall. I'll just ad

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Erik Osterholm
had one server.) > >What it cost me was CPU and memory. What it gained me was nothing. > >I turned it off. I have never run a firewall on a publicly > >available host since. > > > >Firewalls are for preventing access to running services. By > >definition, if y

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Gilles
On Fri, 18 Apr 2008 10:04:37 +0100, FreeBSD - Wire Consulting <[EMAIL PROTECTED]> wrote: >sshd(8) is part of the base system, which is a FreeBSD patched version of >OpenSSH. Although, you can find some ports of bulk OpenSSH in >/usr/ports/security. I don't have a firewall on that host because ther

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Eric Zimmerman
Kurt Buff wrote: On Fri, Apr 18, 2008 at 8:59 AM, Matthew Seaman <[EMAIL PROTECTED]> wrote: At any rate, locking down ssh access is one of my concerns, for sure, so this discussion is helpful. Wouldn't turning off password based logins and using public and private keys (wi

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Kurt Buff
t that time we only had one server.) What it cost me was CPU > and memory. What it gained me was nothing. I turned it off. I have never > run a firewall on a publicly available host since. > > > > Firewalls are for preventing access to running services. By definition, > if you a

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Matthew Seaman
off. I have never run a firewall on a publicly available host since. Firewalls are for preventing access to running services. By definition, if you are running a service, you want it to be accessed. So firewalls are self-defeating or completely useless at the host level **unless** you

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Paul Schmehl
preventing access to running services. By definition, if you are running a service, you want it to be accessed. So firewalls are self-defeating or completely useless at the host level **unless** you don't know what you're doing. For an enterprise they make a great deal of sense. N

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Jon Radel
to the lists, when your IP changes or you're on a location you didn't > think you'd need access from. > I personally prefer sshd to be world accessible and block scans, since I > consider being locked out of the machines a security risk as well... > Some additional thoug

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread FreeBSD - Wire Consulting
recommend? You can limit the access using one of the packet filters available, ipfw(8), ipf(8) or pf(4). 2. Although it's up and running, I can't find SSHd in the list of installed apps: sshd(8) is part of the base system, which is a FreeBSD patched version of OpenSSH. Althoug

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Mel
ou didn't think you'd need access from. I personally prefer sshd to be world accessible and block scans, since I consider being locked out of the machines a security risk as well... > 2. Although it's up and running, I can't find SSHd in the list of > installed apps: > &

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Gary Newcombe
Hi Gilles, ssh is part of the base system, not an installed port (by default anyway) so you won't see it with pkg_info which will only list installed packages. The config file is /etc/ssh/sshd_config. To limit connections, you should be using the firewall. I do use hosts.allow too, but the fi

Re: [SSHd] Limiting access from authorized IP's

2008-04-18 Thread Vince Hoffman
Gilles wrote: > Hello > > I have a couple of questions about running SSHd: > > 1. I'd like to limit connections from the Net only from specific IP's. > It seems like there are several ways to do it (/etc/hosts.allow, > AllowHosts/AllowUsers, TCP-wrapper, port-knocking, etc.). Which would > you re

[SSHd] Limiting access from authorized IP's

2008-04-18 Thread Gilles
Hello I have a couple of questions about running SSHd: 1. I'd like to limit connections from the Net only from specific IP's. It seems like there are several ways to do it (/etc/hosts.allow, AllowHosts/AllowUsers, TCP-wrapper, port-knocking, etc.). Which would you recommend? 2. Although it's up

Re: How can I access video tape under FBSD?

2008-04-17 Thread Da Rock
; Now I want to move all of my archived video tapes to harddisk/DVD. How > can I perform this, that means how can I access my tape recorder, put > the files onto HD and view it, meaning what kind of program is capable > of doing so? Mplayer would be fine because I have it just instal

Re: How can I access video tape under FBSD?

2008-04-16 Thread Mel
On Wednesday 16 April 2008 22:11:16 Roland Smith wrote: > On Wed, Apr 16, 2008 at 08:28:30PM +0200, Frank Wißmann wrote: > > Hi, folks! > > I have bought for myself a taperecorder-to-usb-connector, which I wrote > > in /etc/usbd.conf as following: > > Device "Video tape" > > Product "0x2821" > > V

Re: How can I access video tape under FBSD?

2008-04-16 Thread Roland Smith
Neither the vendor nor the device are listed in /usr/src/sys/dev/usb/usbdevs. That does not bode well. > Now I want to move all of my archived video tapes to harddisk/DVD. How can > I perform this, that means how can I access my tape recorder, You'll need a device driver. Since the devi

How can I access video tape under FBSD?

2008-04-16 Thread Frank Wißmann
Hi, folks! I have bought for myself a taperecorder-to-usb-connector, which I wrote in /etc/usbd.conf as following: Device "Video tape" Product "0x2821" Vendor "0xeb1a" Now I want to move all of my archived video tapes to harddisk/DVD. How can I perform this,

RAID-5/Stripe Size and verifying absolute disk stripe access

2008-04-10 Thread Sten Daniel Soersdal
My problem is aligning reads/writes properly on a 3 disk RAID-5 volume with stripe size of 16384. Since my measurements all show the same relatively low read/write performance on the volume matter which offset i choose on the disklabel "partition" (i've tried with the granularity of a single se

Re: Internet Access problem

2008-04-06 Thread Derek Ragona
At 03:30 PM 4/6/2008, comperr wrote: Hi, I am having trouble accessing the internet with my freeBSD 6.2 computer. The router is a Lynksys router. When I do a tcpdump I see a series of requests that have something like pathcost 0 max 20 or something like that.. (sample: 8000.00:01:ff:f1:e9:93.800

Internet Access problem

2008-04-06 Thread comperr
Hi, I am having trouble accessing the internet with my freeBSD 6.2 computer. The router is a Lynksys router. When I do a tcpdump I see a series of requests that have something like pathcost 0 max 20 or something like that.. (sample: 8000.00:01:ff:f1:e9:93.8004 root 8000.00:01:ff:f1:e9:93 pathcost

Re: Access Point Failures using hostapd and ath0 w/ WG311 WiFi Card

2008-03-30 Thread Martes G Wigglesworth
n Mon, 2008-03-31 at 07:34 +0200, Ashant Chalasani wrote: > On Sun, Mar 30, 2008 at 6:37 PM, Martes G Wigglesworth > <[EMAIL PROTECTED]> wrote: > > I am running 6-Stable on an old Pentium III 800MHz box for routing and > > wireless access point services. I am un

Access Point Failures using hostapd and ath0 w/ WG311 WiFi Card

2008-03-30 Thread Martes G Wigglesworth
I am running 6-Stable on an old Pentium III 800MHz box for routing and wireless access point services. I am unable to maintain a concurrent conection with the wireless link. The system seems to run fine without authentication, however, when using hostapd I get the following error message on std

Re: Serial access to a Extreme Nwtworks Switch

2008-03-25 Thread Vince Hoffman
Benjamin Cance wrote: > Sam Fourman Jr. wrote: >> hello, >> >> I am Running FreeBSD 7.0, I am trying to gain console access to my >> Extreme Networks Switch, the command cu -l /dev/cuad0 -s 9600 , Says >> Connected and then does nothing What am I doing Wr

Re: Serial access to a Extreme Nwtworks Switch

2008-03-25 Thread Benjamin Cance
Sam Fourman Jr. wrote: hello, I am Running FreeBSD 7.0, I am trying to gain console access to my Extreme Networks Switch, the command cu -l /dev/cuad0 -s 9600 , Says Connected and then does nothing What am I doing Wrong? I have a Straight through serial cable connected to com1, Does

Serial access to a Extreme Nwtworks Switch

2008-03-24 Thread Sam Fourman Jr.
hello, I am Running FreeBSD 7.0, I am trying to gain console access to my Extreme Networks Switch, the command cu -l /dev/cuad0 -s 9600 , Says Connected and then does nothing What am I doing Wrong? I have a Straight through serial cable connected to com1, Does someone know a quick way to do

Re: USB Wireless card for an access point

2008-03-06 Thread Mel
On Wednesday 05 March 2008 23:14:36 Ross Penner wrote: > I currently have a FreeBSD machine that acts as a router and > fileserver for my local home network. I'm hoping to set up a wireless > access point so I don't have to steal my neighbour's wireless. The PC > I'

USB Wireless card for an access point

2008-03-05 Thread Ross Penner
Hi list, I currently have a FreeBSD machine that acts as a router and fileserver for my local home network. I'm hoping to set up a wireless access point so I don't have to steal my neighbour's wireless. The PC I'm using for FreeBSD has no free PCI slots so I'm forced t

Re: Inet access via serial interface

2008-02-29 Thread Alexander Motin
Potocki, Mariusz wrote: ps. Two radiomodems are "invisible" and act as a vry lng null-modem cable. Windows treats NULL-modem connection as special case of dial-up, when each side has some specific chat script. AFAIR it is something like 'CLIENT CLIENTSERVER'. Google should help you.

RE: Inet access via serial interface

2008-02-28 Thread Wojciech Puchar
Any hint what relevant should be in rc.conf and ppp.conf? see /usr/share/examples/ppp/ppp.conf.sample and direct-server: ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any

RE: Inet access via serial interface

2008-02-28 Thread Potocki, Mariusz
: freebsd-questions@freebsd.org Subject: Re: Inet access via serial interface > FreeBSD is permanently connected to Internet (ethernet link to adsl modem). > To serial port I have connected one radiomodem and few miles away second > radiomodem is connected to windows box. > This windows box

Re: Inet access via serial interface

2008-02-28 Thread Wojciech Puchar
FreeBSD is permanently connected to Internet (ethernet link to adsl modem). To serial port I have connected one radiomodem and few miles away second radiomodem is connected to windows box. This windows box should have access to Internet. I successfully installed 6.3release and I have Inet

Inet access via serial interface

2008-02-28 Thread Potocki, Mariusz
ort I have connected one radiomodem and few miles away second radiomodem is connected to windows box. This windows box should have access to Internet. I successfully installed 6.3release and I have Inet access on this box. What next? Create bridge? ppp -direct? some specialized port/package? Any idea???

Re: JOSEF VESELY; www.freebsd.org access problem

2008-02-09 Thread Martin Solar
On Sat, 09 Feb 2008 14:55:27 +, Bruce Cran wrote > Martin Solar wrote: > >> I have problem access your web www.freebsd.org <http://www.freebsd.org/> > >> from > >> > >> couple of my real & virtual computers (VMWARE + WIN XP) > > > >

Re: JOSEF VESELY; www.freebsd.org access problem

2008-02-09 Thread Bruce Cran
Martin Solar wrote: I have problem access your web www.freebsd.org <http://www.freebsd.org/> from couple of my real & virtual computers (VMWARE + WIN XP) I have this problem only with Opera browser. Other browsers are working. Which browser are you using ? I think there might b

Re: JOSEF VESELY; www.freebsd.org access problem

2008-02-09 Thread Martin Solar
> I have problem access your web www.freebsd.org <http://www.freebsd.org/> > from > > couple of my real & virtual computers (VMWARE + WIN XP) I have this problem only with Opera browser. Other browsers are working. Which

JOSEF VESELY; www.freebsd.org access problem

2008-02-09 Thread Josef Vesely
Hi, I have problem access your web www.freebsd.org <http://www.freebsd.org/> from couple of my real & virtual computers (VMWARE + WIN XP) while I have no problem to access from other computers. >From every computer I can access www.freebsd.cz <http://www.freebsd.cz/> w

Re: DELIVERY FAILURE: 5.1.0 - Unknown address error 554-'5.7.1 <[EMAIL PROTECTED]>: Recipient address rejected: Access denied' (delivery attempts: 0)

2008-01-30 Thread KAYVEN RIESE
ECTED] because: 5.1.0 - Unknown address error 554-'5.7.1 <[EMAIL PROTECTED]>: Recipient address rejected: Access denied' (delivery attempts: 0) *--* Kayven Riese, BSCS, MS (Physiology and Biophysics) (415) 902 5513 cellul

Using mutt to access imap folders (was: mail questions: mutt and KDE)

2008-01-23 Thread Giorgos Keramidas
ing multiple IMAP/POP accounts (OPTIONAL) | | If you happen to have accounts on multiple IMAP and/or POP | servers, you may find managing all the authentication settings | inconvenient and error-prone. The account-hook command may | help. This hook works like folder-hook but is invoked whenever | you

Re: Any way to access I2C sensors in FreeBSD ?

2007-12-27 Thread आशीष शुक्ल Ashish Shukla
,--[ On Thu, Dec 27, 2007 at 07:18:19PM +0100, Pieter de Goeje wrote: [...] | > Is there anyway to access this information from FreeBSD also, hmm... ? | > | > TIA | | Have a look at the sysutils/mbmon and sysutils/healthd ports. Thanks will look at them. -- Ashish Shukla आ

Re: Any way to access I2C sensors in FreeBSD ?

2007-12-27 Thread Pieter de Goeje
On Thursday 27 December 2007, आशीष शुक्ल Ashish Shukla wrote: > Hi, > > Is there anything similar to lm_sensors (for Linux) in FreeBSD, to > monitor temperature of motherboard, CPU, etc. ? [snip] > > Is there anyway to access this information from FreeBSD also, hmm... ? > >

Any way to access I2C sensors in FreeBSD ?

2007-12-27 Thread आशीष शुक्ल Ashish Shukla
gt;8>8 Is there anyway to access this information from FreeBSD also, hmm... ? TIA -- Ashish Shukla आशीष शुक्ल http://wahjava.wordpress.com/ ·-- ·- ·--- ·- ···- ·- ·--·-· --· -- ·- ·· ·-·· ·-·-·- -·-· --- -- signature.asc Description: Digital signature

ugidfw can prevent /tmp access?

2007-12-14 Thread Paul Schmehl
If you used ugidfw to prevent temp access to only the range of uid's you presently have, I'm thinking this should prevent an attacker from using /tmp to get around permissions restrictions. The question is, is there any kind of succint guide or list of what daemons need access to /tm

[SOLVED] Re: 1GB USB-Fat device refusing access

2007-11-26 Thread Tino Engel
Tino Engel schrieb: Dear all, I am currently trying to get my mp3-player to work with freebsd. FreeBSD freebsdangel.de 7.0-BETA3 FreeBSD 7.0-BETA3 #1: Sun Nov 18 15:40:16 CET 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 When attaching the device to an usb-port I receive an

1GB USB-Fat device refusing access

2007-11-26 Thread Tino Engel
Dear all, I am currently trying to get my mp3-player to work with freebsd. FreeBSD freebsdangel.de 7.0-BETA3 FreeBSD 7.0-BETA3 #1: Sun Nov 18 15:40:16 CET 2007 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/GENERIC i386 When attaching the device to an usb-port I receive an error message as fol

Re: firewall is blocking our access

2007-11-23 Thread Bill Moran
e problems of a firewall is to make the > connection through a proxy, we managed to connect to your server. I've no idea how that symptom would lead to that conclusion. > Another problem that could consider is to have rules in our firewall > bloquendo access to your pages, but

Re: firewall is blocking our access

2007-11-22 Thread Bill Moran
Rodrigo Moura Bittencourt <[EMAIL PROTECTED]> wrote: > > Dear Gentlemen, > > We INPE / CPTEC an institution of meteorology government of Brazil, we > are having trouble accessing the servers of FreeBSD, we believe that > your firewall is blocking our access. While thi

firewall is blocking our access

2007-11-22 Thread Rodrigo Moura Bittencourt
Dear Gentlemen, We INPE / CPTEC an institution of meteorology government of Brazil, we are having trouble accessing the servers of FreeBSD, we believe that your firewall is blocking our access. Due to use its operating system in our computational park, blocking our access is causing

Re: cups web browser access...

2007-11-15 Thread Garrett Cooper
[EMAIL PROTECTED] wrote: Dear Sirs I use FreeBSD-6.1-R amd64 and I installed cups. When I type in "http://localhost:631"; I got the message "server not found". Suggestions... What does "cat /etc/rc.conf | grep cupsd && ps ux | grep cupsd" output? -Garrett ___

Re: cups web browser access...

2007-11-15 Thread Derrick Ryalls
___ Going from memory... Check to see if cupsd is running: #ps auxww| grep cupsd if something other than 'grep cupsd' is listed, I don't know why you can't access the site. If nothing comes back: Start the cupsd daemon: #/usr/local/etc/rc.d/cu

cups web browser access...

2007-11-15 Thread Robert Huff
[EMAIL PROTECTED] writes: >I use FreeBSD-6.1-R amd64 and I installed cups. When I type in > "http://localhost:631"; I got the message "server not found". > Suggestions... Is cupsd running? Does it own port 631? Is port 631 blocked by a firewall?

cups web browser access...

2007-11-15 Thread luizbcampos
Dear Sirs I use FreeBSD-6.1-R amd64 and I installed cups. When I type in "http://localhost:631"; I got the message "server not found". Suggestions... ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/fr

Re: how to setup internet access via GPRS/EDGE network using Nokia 6230 mobile phone

2007-10-10 Thread Hans Petter Selasky
Hi, On Wednesday 10 October 2007, williamkow wrote: > Could anybody advise me on how to enable internet access (GPRS/EDGE) in > GSM network, using Nokia mobile phone (USB cable connect to computer). > Please provide me the exact PORT name to install to FreeBSD 6.2 system, > also plea

how to setup internet access via GPRS/EDGE network using Nokia 6230 mobile phone

2007-10-09 Thread williamkow
Could anybody advise me on how to enable internet access (GPRS/EDGE) in GSM network, using Nokia mobile phone (USB cable connect to computer). Please provide me the exact PORT name to install to FreeBSD 6.2 system, also please assist me on how to use the ports, example, (1) execute it (2

Re: ftp access but no log

2007-10-01 Thread Hakan K
How does the log look,,Did they just attempt or got access to it...? Thanks Hakan http://dominor.com On 10/1/07, Walter <[EMAIL PROTECTED]> wrote: > > Hi again, > > I just by chance noticed today that someone was accessing > my ftp server. No big deal, except that

ftp access but no log

2007-10-01 Thread Walter
Hi again, I just by chance noticed today that someone was accessing my ftp server. No big deal, except that I did not see any log of it via "last" which usually shows these things. I could see a record in /var/log/xferlog, however. Did someone break in? Should I worry? Thanks. Walter ___

Re: Deny access from localhost to internet.....

2007-09-29 Thread RW
On Sun, 30 Sep 2007 02:22:42 +0200 Sten Daniel Soersdal <[EMAIL PROTECTED]> wrote: > Agus wrote: > > Hi guys, > > > > How are you today? > > The question is this..I want to restrict external access, that is > > from my BSD to the internet, to some grou

Re: Deny access from localhost to internet.....

2007-09-29 Thread Sten Daniel Soersdal
Agus wrote: Hi guys, How are you today? The question is this..I want to restrict external access, that is from my BSD to the internet, to some groups of users. Other groups i want to access internet normally. I dont want this group of users to be able to establish connections to the internet

Re: Deny access from localhost to internet.....

2007-09-28 Thread Chuck Swiger
On Sep 28, 2007, at 10:51 AM, Agus wrote: The question is this..I want to restrict external access, that is from my BSD to the internet, to some groups of users. Other groups i want to access internet normally. I dont want this group of users to be able to establish connections to the

Deny access from localhost to internet.....

2007-09-28 Thread Agus
Hi guys, How are you today? The question is this..I want to restrict external access, that is from my BSD to the internet, to some groups of users. Other groups i want to access internet normally. I dont want this group of users to be able to establish connections to the internet but yes to the

Re: troubles with ftp access via browser

2007-09-26 Thread Eric Crist
On Sep 26, 2007, at 1:27 PMSep 26, 2007, Walter wrote: Hi, I've placed some files on a FBSD 6.2 server using the standard ftpd to access them. The content in question is a video clip, but could be anything that I wanted to share with people unknown. I can access the file list with a br

troubles with ftp access via browser

2007-09-26 Thread Walter
Hi, I've placed some files on a FBSD 6.2 server using the standard ftpd to access them. The content in question is a video clip, but could be anything that I wanted to share with people unknown. I can access the file list with a browser on my internal network - I do this to check that my

Re: Strange port 80 access problem

2007-09-12 Thread Darren Spruell
part of me thinks they just want to stick it to their > customers whom they view as pesky annoyances rather than valuable > consumers. I circumvent these hassles by boring ssh tunnels to the > services I need access to on my home machines. This is a stopgap until I > get time to fiddle wit

Re: Strange port 80 access problem

2007-09-12 Thread Beech Rintoul
me thinks they just > want to stick it to their customers whom they view as pesky > annoyances rather than valuable consumers. I circumvent these > hassles by boring ssh tunnels to the services I need access to on > my home machines. This is a stopgap until I get time to fiddle with > o

Re: Strange port 80 access problem

2007-09-12 Thread Reid Linnemann
hassles by boring ssh tunnels to the services I need access to on my home machines. This is a stopgap until I get time to fiddle with openvpn. ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To

Re: Strange port 80 access problem

2007-09-12 Thread Beech Rintoul
On Wednesday 12 September 2007, Don O'Neil said: > I have a very strange access problem that just popped up this > morning. For whatever reason, my machine at home over my cable > modem can no longer access Apache on port 80... However other > services are accessible elsewh

Strange port 80 access problem

2007-09-12 Thread Don O'Neil
I have a very strange access problem that just popped up this morning. For whatever reason, my machine at home over my cable modem can no longer access Apache on port 80... However other services are accessible elsewhere (Direct Admin control panel, FTP, SMTP,etc...) BUT Apache is accessible to

Re: how to access dvdrom drive

2007-09-04 Thread Ivan Frosty
Sep 2007, Terrence Wilson wrote: > > > I have just installed free bsd and trying to access my dvdrom drive. I > > issued the command: "mount /dev/acd0 /cdrom" but I got a message > > stating "incorrect super block." What is t

Re: how to access dvdrom drive

2007-09-04 Thread Wojciech Puchar
mount_cd9660 On Mon, 3 Sep 2007, Terrence Wilson wrote: I have just installed free bsd and trying to access my dvdrom drive. I issued the command: "mount /dev/acd0 /cdrom" but I got a message stating "incorrect super block." What is the correct method for accessing the

Re: how to access dvdrom drive

2007-09-03 Thread Predrag Punosevac
Predrag Punosevac wrote: Terrence Wilson wrote: I have just installed free bsd and trying to access my dvdrom drive. I issued the command: "mount /dev/acd0 /cdrom" but I got a message stating "incorrect super block." What is the correct method for accessing the

Re: how to access dvdrom drive

2007-09-03 Thread Giorgos Keramidas
On 2007-09-03 19:51, Terrence Wilson <[EMAIL PROTECTED]> wrote: > I have just installed free bsd and trying to access my dvdrom drive. I > issued the command: "mount /dev/acd0 /cdrom" but I got a message > stating "incorrect super block." What is the correct met

how to access dvdrom drive

2007-09-03 Thread Terrence Wilson
I have just installed free bsd and trying to access my dvdrom drive. I issued the command: "mount /dev/acd0 /cdrom" but I got a message stating "incorrect super block." What is the correct method for accessing the files on my dvd rom. ___

Access Suspended

2007-08-27 Thread Halifax Online Banking
[hxonlymainnopadding_v1.gif] Dear customer, Your access to Online Services has been suspended for following reason: .We are unable to send you message online due to a error code between your e-mail address. To enable you start receiving security e-mail alert when

Re: New to Subversion - Access denied issue

2007-08-20 Thread Glen Barber
Quoting gimp_user: > > I have made all repository paths owner:group www:www Permissions for subversion have always gotten to me, too. The way I usually get around my headaches is to chmod -R 777 the subversion root directory. I have not found any fallbacks to a 777 setting, because you are usi

New to Subversion - Access denied issue

2007-08-13 Thread gimp_user
le dav_module libexec/apache22/mod_dav.so LoadModule dav_svn_module libexec/apache22/mod_dav_svn.so LoadModule authz_svn_module libexec/apache22/mod_authz_svn.so # Location entry: DAV svn SVNParentPath /usr2/svnhome SVNListParentPath on # Access control Policy

Re: Root access loggin

2007-07-30 Thread Tom Evans
; > his behaviour. Of course your email box would fill up quickly. > > > > Adam J Richardson > > > > Tom, > > If you're really all that worried about this, don't give them root > access. You could simply sit at the console with them while th

Re: Root access loggin

2007-07-30 Thread Ronald Klop
ichardson Tom, If you're really all that worried about this, don't give them root access. You could simply sit at the console with them while they work. IIRC, they're a contractor, not an employee. Your presence during such operations wouldn't be abnormal for a contra

Re: Root access loggin

2007-07-30 Thread Eric Crist
x27;d check the crontab immediately, unless he was really bent on the system's destruction. Likely you'd have at least some evidence of his behaviour. Of course your email box would fill up quickly. Adam J Richardson Tom, If you're really all that worried about this, don'

Re: Root access loggin

2007-07-30 Thread Adam J Richardson
Tom Evans wrote: This seems great in principle, but of course, you just gave them a root shell, and so they can delete their log file easily enough... You could have cron email it to you every 5 minutes. Unlikely he'd check the crontab immediately, unless he was really bent on the system's de

Re: Root access loggin

2007-07-30 Thread Tom Evans
On Tue, 2007-07-24 at 13:18 -0400, Ian Lord wrote: > Hi, > > > > A Zend technician asked me to have a root access on one of my box to > troubleshoot something wrong in Zend Platform installation that doesn't work > on Freebsd. > > > > He will need root

Re: Root access loggin

2007-07-25 Thread Feargal Reilly
> Exactly, I don't know what needs to be done, and they don't > neither. That's why they need to browse around trying to > figure out why their installer doesn't work. > > Sudo wouldn't be any help here cause I would need to pre > approve commands and I don't know which one will be needed. > >

Re: Root access loggin

2007-07-24 Thread Paul Schmehl
ED] Sent: 24 juillet 2007 15:42 To: Tom Grove Cc: freebsd-questions@freebsd.org; Ian Lord Subject: Re: Root access loggin I may be misunderstanding this, but wouldn't allowing only certain commands with sudo assume that the user actually knows what commands are needed by the user? In this situat

Re: Root access loggin

2007-07-24 Thread Chad Perrin
I accidentally sent my response directly to the OP, rather than to the list. If he feels it's worthwhile to do so, I guess he can post it to the list. In short, I just pointed out that setting up a logging server that collects log events "invisibly" might be a good idea in a circumstance like th

Re: Root access loggin

2007-07-24 Thread Vince Hoffman-Kazlauskas
: Root access loggin I may be misunderstanding this, but wouldn't allowing only certain commands with sudo assume that the user actually knows what commands are needed by the user? In this situation it seems like the whole reason to grant access to the server was because the user _doesn't_ kn

Root access loggin

2007-07-24 Thread Sven Braun
I don't know, but why don't you work with screen? You will be able to see live what he's doing. -- Sven Braun ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EM

RE: Root access loggin

2007-07-24 Thread Paul Schmehl
--On Tuesday, July 24, 2007 16:01:33 -0400 Ian Lord <[EMAIL PROTECTED]> wrote: -Original Message- From: John Fitzgerald [mailto:[EMAIL PROTECTED] Sent: 24 juillet 2007 15:42 To: Tom Grove Cc: freebsd-questions@freebsd.org; Ian Lord Subject: Re: Root access loggin I

RE: Root access loggin

2007-07-24 Thread Ian Lord
-Original Message- From: John Fitzgerald [mailto:[EMAIL PROTECTED] Sent: 24 juillet 2007 15:42 To: Tom Grove Cc: freebsd-questions@freebsd.org; Ian Lord Subject: Re: Root access loggin I may be misunderstanding this, but wouldn't allowing only certain commands with sudo assume tha

Re: Root access loggin

2007-07-24 Thread John Fitzgerald
I may be misunderstanding this, but wouldn't allowing only certain commands with sudo assume that the user actually knows what commands are needed by the user? In this situation it seems like the whole reason to grant access to the server was because the user _doesn't_ know what needs

Re: Root access loggin

2007-07-24 Thread Tom Grove
Lowell Gilbert wrote: Tom Grove <[EMAIL PROTECTED]> writes: You could even go so far as to limit what he can use sudo on. $>man sudo Giving him full root access is probably not a good idea. In practice, this approach *is* effectively giving him full root access. Once yo

<    2   3   4   5   6   7   8   9   10   11   >