RE: Web browser ip address http format for port 8088

2004-02-11 Thread Jason Lavigne
http://host:port

http://www.w3.org/Addressing/rfc1738.txt check out section 3.1.

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JJB
Sent: Wednesday, February 11, 2004 3:26 PM
To: [EMAIL PROTECTED] ORG
Subject: Web browser ip address http format for port 8088

My IPS has blocked port 80.
But I want to test my apache config.
I have apache listening on port 8088.
What is the format of the browser http://xxx.xxx.xxx.xxx/   URL to
tell it to use different port number

___
[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: I'm really upset with my new computer

2004-02-09 Thread Jason Lavigne
This might help http://www.angermgmt.com/angertoolkit.html

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rob2
Sent: Monday, February 09, 2004 12:41 PM
To: [EMAIL PROTECTED]
Subject: I'm really upset with my new computer

I can't even log in without permission errors, yet all the files in my 
home directory are rob.rob permissions.  I end up at the root directory 
where all homeless users end up

Nvidia video doesn't work.  I downloaded the latest binary from Nvidia 
and I don't know where it went on my computer.

I'm just having a bad day.  BTW Win XP is working flawlessly, just to 
rub it in.  This is Dell 8600 laptop.  I just needed to rant and 
complain.  It will get figured out in time.  I remember when I bought my

  Sony laptop I had a whole crop of similar problems.

Rob

___
[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 question -- Samba

2004-02-09 Thread Jason Lavigne
Look in the Samba config for the following setting, it is IP based so
you should be OK with what you want.

# This option is important for security. It allows you to restrict
hosts allow = 192.168.1. 127.

HTH,

Jay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marius
Kirschner
Sent: Monday, February 09, 2004 3:40 PM
To: [EMAIL PROTECTED]
Subject: Routing question -- Samba

I have a 4.9 box that's on a public IP and I want to configure Samba so
it
only accepts connections from the private network (192.168.1).  My
question
is, can I do that with only 1 NIC card or do I have to add a second NIC
for
the private LAN?

---Marius 

___
[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: Do Not Know Login and Password

2004-02-07 Thread Jason Lavigne
If you can not get the password you can do one of two things, 1)
reinstall FreeBSD and use a password you will remember, 2) follow the
directions on this site
http://lantech.geekvenue.net/chucktips/jason/chuck/1002317496/index_html

HTH,

Jay
 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
[EMAIL PROTECTED]
Sent: Friday, February 06, 2004 11:47 PM
To: [EMAIL PROTECTED]
Subject: Do Not Know Login and Password

Have installed FreeBSD and it asks me for login and password--do not
know them.
Please help.
Jerry Sanders
___
[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: ipf + ipnat + dmz + bridge question

2004-02-06 Thread Jason Lavigne
Yep, got that. I am confused as to why my ipnat rules are being ignored.
How else could my LAN be accessing the Internet?

Jay


-Original Message-
From: Nelis Lamprecht [mailto:[EMAIL PROTECTED] 
Sent: Friday, February 06, 2004 1:16 AM
To: Jason Lavigne
Cc: 'FreeBSD Questions Mail List'
Subject: RE: ipf + ipnat + dmz + bridge question

On Thu, 2004-02-05 at 15:04, Jason Lavigne wrote:
 Clever. I tried that and now I have found a different issue, I don't
 know if ipnat is working correctly, I can browse the internet using my
 LAN however the ipnat.rules are being completely ignored, I removed
all
 rules and I can still browse the Internet with my LAN and to me this
is
 odd.
 
 Any ideas?

Just one.

Besides the usual kernel tunes the most important one for ipf to
successfully work is IP Forwarding. Make sure you have this enabled.

sysctl net.inet.ip.forwarding=1


 
 Thanks for your time.
 
 Jay
 
 -Original Message-
 From: Nelis Lamprecht [mailto:[EMAIL PROTECTED] 
 Sent: Thursday, February 05, 2004 3:47 AM
 To: Jason Lavigne
 Cc: FreeBSD Questions Mail List
 Subject: Re: ipf + ipnat + dmz + bridge question
 
 On Thu, 2004-02-05 at 02:57, Jason Lavigne wrote:
  Hello all,
   
  I currently have a firewall with 3 nics, one goes to the net, one to
 the
  DMZ and one to the LAN. I have ipf and ipnat running along with
 FreeBSD
  bridge support and I have the external nic and the DMZ nic bridged.
 All
  DMZ computers are configured with a real public ip and have the
 firewall
  as the gateway.
   
  My question is when any computer from my DMZ goes out to the net it
 uses
  the ip of the firewall and not the public ip it was assigned.
 Internally
  within the DMZ they use the correct ips. How can I make it so when
the
  DMZ computers are on the net they report as using their assigned ip.
 Is
  the DMZ using ipnat? I only have the LAN mapped in ipnat.rules and
  nothing about the DMZ ips.
   
  TIA
   
  Jay
   
  Here are my configs:
   
  ifconfig
   
  dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
  inet 192.168.1.1 netmask 0xff00 broadcast 192.168.1.255
  inet6 fe80::203:6dff:fe00:9bd%dc0 prefixlen 64 scopeid 0x1
  ether 00:03:6d:00:09:bd
  media: Ethernet autoselect (100baseTX)
  status: active
  dc1: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu
 1500
  inet6 fe80::280:c6ff:feea:7af1%dc1 prefixlen 64 scopeid 0x2
  inet xxx.yyy.200.99 netmask 0xfff0 broadcast
 xxx.yyy.200.111
  ether 00:80:c6:ea:7a:f1
  media: Ethernet autoselect (100baseTX full-duplex)
  status: active
  xl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu
 1500
  options=3RXCSUM,TXCSUM
  inet6 fe80::250:daff:fe1b:90c3%xl0 prefixlen 64 scopeid 0x3
  inet xxx.yyy.200.106 netmask 0x broadcast
  xxx.yyy.200.106
  inet xxx.yyy.200.107 netmask 0x broadcast
  xxx.yyy.200.107
  ether 00:50:da:1b:90:c3
  media: Ethernet autoselect (10baseT/UTP)
  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 0x5
  inet 127.0.0.1 netmask 0xff00
  tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492
  inet xxx.yyy.200.97 -- 207.136.64.4 netmask 0xff00
  Opened by PID 241
   
  /etc/ipnat.rules
   
  # nat the lan
  map xl0 192.168.1.0/24 - xxx.yyy.200.97/32
 
 try changing this to:
 
 map xl0 from 192.168.1.0/24 ! to xxx.yyy.200.99/32 -
xxx.yyy.200.97/32
 
 which basically tells ipnat to always use NAT unless you are speaking
 with your DMZ xxx.yyy.200.99/32
 
 
 Regards,
-- 
Nelis Lamprecht
PGP: http://www.8ball.co.za/pgp/nelis.key
Unix IS user friendly.. It's just selective about who its friends are.

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


RE: ipf + ipnat + dmz + bridge question

2004-02-05 Thread Jason Lavigne
Clever. I tried that and now I have found a different issue, I don't
know if ipnat is working correctly, I can browse the internet using my
LAN however the ipnat.rules are being completely ignored, I removed all
rules and I can still browse the Internet with my LAN and to me this is
odd.

Any ideas?

Thanks for your time.

Jay

-Original Message-
From: Nelis Lamprecht [mailto:[EMAIL PROTECTED] 
Sent: Thursday, February 05, 2004 3:47 AM
To: Jason Lavigne
Cc: FreeBSD Questions Mail List
Subject: Re: ipf + ipnat + dmz + bridge question

On Thu, 2004-02-05 at 02:57, Jason Lavigne wrote:
 Hello all,
  
 I currently have a firewall with 3 nics, one goes to the net, one to
the
 DMZ and one to the LAN. I have ipf and ipnat running along with
FreeBSD
 bridge support and I have the external nic and the DMZ nic bridged.
All
 DMZ computers are configured with a real public ip and have the
firewall
 as the gateway.
  
 My question is when any computer from my DMZ goes out to the net it
uses
 the ip of the firewall and not the public ip it was assigned.
Internally
 within the DMZ they use the correct ips. How can I make it so when the
 DMZ computers are on the net they report as using their assigned ip.
Is
 the DMZ using ipnat? I only have the LAN mapped in ipnat.rules and
 nothing about the DMZ ips.
  
 TIA
  
 Jay
  
 Here are my configs:
  
 ifconfig
  
 dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
 inet 192.168.1.1 netmask 0xff00 broadcast 192.168.1.255
 inet6 fe80::203:6dff:fe00:9bd%dc0 prefixlen 64 scopeid 0x1
 ether 00:03:6d:00:09:bd
 media: Ethernet autoselect (100baseTX)
 status: active
 dc1: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu
1500
 inet6 fe80::280:c6ff:feea:7af1%dc1 prefixlen 64 scopeid 0x2
 inet xxx.yyy.200.99 netmask 0xfff0 broadcast
xxx.yyy.200.111
 ether 00:80:c6:ea:7a:f1
 media: Ethernet autoselect (100baseTX full-duplex)
 status: active
 xl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu
1500
 options=3RXCSUM,TXCSUM
 inet6 fe80::250:daff:fe1b:90c3%xl0 prefixlen 64 scopeid 0x3
 inet xxx.yyy.200.106 netmask 0x broadcast
 xxx.yyy.200.106
 inet xxx.yyy.200.107 netmask 0x broadcast
 xxx.yyy.200.107
 ether 00:50:da:1b:90:c3
 media: Ethernet autoselect (10baseT/UTP)
 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 0x5
 inet 127.0.0.1 netmask 0xff00
 tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492
 inet xxx.yyy.200.97 -- 207.136.64.4 netmask 0xff00
 Opened by PID 241
  
 /etc/ipnat.rules
  
 # nat the lan
 map xl0 192.168.1.0/24 - xxx.yyy.200.97/32

try changing this to:

map xl0 from 192.168.1.0/24 ! to xxx.yyy.200.99/32 - xxx.yyy.200.97/32

which basically tells ipnat to always use NAT unless you are speaking
with your DMZ xxx.yyy.200.99/32


Regards,
-- 
Nelis Lamprecht
PGP: http://www.8ball.co.za/pgp/nelis.key
Unix IS user friendly.. It's just selective about who its friends are.

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


ipf + ipnat + dmz + bridge question

2004-02-04 Thread Jason Lavigne
Hello all,
 
I currently have a firewall with 3 nics, one goes to the net, one to the
DMZ and one to the LAN. I have ipf and ipnat running along with FreeBSD
bridge support and I have the external nic and the DMZ nic bridged. All
DMZ computers are configured with a real public ip and have the firewall
as the gateway.
 
My question is when any computer from my DMZ goes out to the net it uses
the ip of the firewall and not the public ip it was assigned. Internally
within the DMZ they use the correct ips. How can I make it so when the
DMZ computers are on the net they report as using their assigned ip. Is
the DMZ using ipnat? I only have the LAN mapped in ipnat.rules and
nothing about the DMZ ips.
 
TIA
 
Jay
 
Here are my configs:
 
ifconfig
 
dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
    inet 192.168.1.1 netmask 0xff00 broadcast 192.168.1.255
    inet6 fe80::203:6dff:fe00:9bd%dc0 prefixlen 64 scopeid 0x1
    ether 00:03:6d:00:09:bd
    media: Ethernet autoselect (100baseTX)
    status: active
dc1: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
    inet6 fe80::280:c6ff:feea:7af1%dc1 prefixlen 64 scopeid 0x2
    inet xxx.yyy.200.99 netmask 0xfff0 broadcast xxx.yyy.200.111
    ether 00:80:c6:ea:7a:f1
    media: Ethernet autoselect (100baseTX full-duplex)
    status: active
xl0: flags=8943UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST mtu 1500
    options=3RXCSUM,TXCSUM
    inet6 fe80::250:daff:fe1b:90c3%xl0 prefixlen 64 scopeid 0x3
    inet xxx.yyy.200.106 netmask 0x broadcast
xxx.yyy.200.106
    inet xxx.yyy.200.107 netmask 0x broadcast
xxx.yyy.200.107
    ether 00:50:da:1b:90:c3
    media: Ethernet autoselect (10baseT/UTP)
    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 0x5
    inet 127.0.0.1 netmask 0xff00
tun0: flags=8051UP,POINTOPOINT,RUNNING,MULTICAST mtu 1492
    inet xxx.yyy.200.97 -- 207.136.64.4 netmask 0xff00
    Opened by PID 241
 
/etc/ipnat.rules
 
# nat the lan
map xl0 192.168.1.0/24 - xxx.yyy.200.97/32
 
/etc/sysctl.conf
 
# bridge
net.link.ether.bridge=1
net.link.ether.bridge_cfg=dc1,xl0
net.link.ether.bridge_ipf=1
 
/etc/rc.conf
 
hostname=fw.bwlogic.com
 
# LAN
ifconfig_dc0=inet 192.168.1.1 netmask 255.255.255.0
# DMZ
ifconfig_dc1=inet xxx.yyy.200.99 netmask 255.255.255.240
# INET
ifconfig_xl0=inet xxx.yyy.200.97 netmask 255.255.255.240
# pppoe tunnel
ifconfig_tun0=inet xxx.yyy.200.97 netmask 255.255.255.255
 
# pppoe
ppp_enable=YES
ppp_mode=ddial
ppp_nat=NO
ppp_profile=isplook
 
# gateway
gateway_enable=YES
 
# ipfilter
ipfilter_enable=YES   # Set to YES to enable ipfilter
functionality
ipfilter_program=/sbin/ipf    # where the ipfilter program lives
ipfilter_rules=/etc/ipf.rules # rules definition file for ipfilter,
see
    # /usr/src/contrib/ipfilter/rules for
examples
ipfilter_flags=   # additional flags for ipfilter
 
# ipnat
ipnat_enable=YES      # Set to YES to enable ipnat
functionality
ipnat_program=/sbin/ipnat # where the ipnat program lives
ipnat_rules=/etc/ipnat.rules  # rules definition file for ipnat
ipnat_flags=  # additional flags for ipnat

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


Can't ping lan PC from Gateway

2003-12-15 Thread Jason Lavigne
Hello all, here is what I have going on

INET-1-3-4
\
 \
  -2
   
Boxes
1 (216.138.226.17)  = Main Firewall/Gateway (FBSD5.1)
2 (192.168.1.5) = LAN PC (WinSrv2K3)
3 (216.138.226.25)  = Development Firewall/Gateway (FBSD5.1)
4 (192.168.2.199)   = LAN PC (WinXP)

1 and 3 both have real IPs
1 and 3 are connected via a switch
1 and 2, and 3 and 4 are connected via separate hubs
2 and 3 uses 1 as gateway
4 uses 3 as gateway configured via dhcp from 3
1 and 3 uses IPFilter and NAT, 3 has no IPF rules loaded

Here is the problem, it is with the connection between 3 and 4, I can
ping from 4 to 3 but not from 3 to 4.
From 4 I can ping 3, 1 and the Internet just fine.
From 3 I can ping 1, 2 and the Internet but not 4. I find it interesting
that I can ping 2 (assuming via 1).
From 1 I can ping 2 and 3.
Expectedly 4 can not ping 2, and vise versa, this is desired as
ultimately I will VPN 3 to 1 to have full routing between networks.

Here are the netstat -r results from 3

Internet:
DestinationGatewayFlagsRefs  Use  Netif
Expire
defaultH17.C226.tor.veloc UGSc1  915ep0
localhost  localhost  UH  113742lo0
192.168.2  link#1 UC  20xl0
192.168.2.199  00:e0:98:90:2d:9b  UHLW3  986xl0
672
192.168.2.255  ff:ff:ff:ff:ff:ff  UHLWb   1  796xl0
H16.C226.tor.veloc link#3 UC  30ep0
H17.C226.tor.veloc 00:80:c6:ea:7a:f1  UHLW20ep0
1170
H27.C226.tor.veloc 00:c0:4f:94:82:d3  UHLW0  385ep0
479
H31.C226.tor.veloc ff:ff:ff:ff:ff:ff  UHLWb   2   57ep0

Thanks all for taking the time in reading my email.

Cheers,

Jay

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


RE: Message

2003-11-08 Thread Jason Lavigne
Looks like you have 2 computers fighting for the same IP.
00:40:10:0f:c0:b8 and 00:50:18:07:03:36 are the hardware (mac)
addresses of the competing computers. To fix number each computer with a
different IP.

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of William Downs
Sent: Saturday, November 08, 2003 11:46 AM
To: [EMAIL PROTECTED]
Subject: Message

Hello, 
I keep getting this message on my server. Could you tell me how to get
rid of it.
Thanks,

arp: 192.168.123.1 moved from 00:40:10:0f:c0:b8 to 00:50:18:07:03:36 on
lnc0
___
[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]


Trouble with a DLT7000 tape drive

2003-11-04 Thread Jason Lavigne
Hello all,

I have found some errors that I get on my tape drive. I am wondering if
anyone would know if this is SCSI card, cable, tape drive or tape issue,
or maybe something different all together. I am using DLT Type-IV tapes
and this is on a FreeBSD 4.7-RELEASE system.

TIA,

Jay

dmesg output

ahc0: Adaptec 2902/04/10/15/20/30C SCSI adapter port 0xdc00-0xdcff mem
0xd000-0xdfff irq 11 at device 18.0 on pci0
aic7850: Single Channel A, SCSI Id=7, 3/253 SCBs
sa0 at ahc0 bus 0 target 1 lun 0
sa0: QUANTUM DLT7000 2565 Removable Sequential Access SCSI-2 device
sa0: 10.000MB/s transfers (10.000MHz, offset 15)
ch0 at ahc0 bus 0 target 3 lun 0
ch0: ADIC VLS DLT 0305 Removable Changer SCSI-2 device
ch0: 3.300MB/s transfers
ch0: 7 slots, 1 drive, 1 picker, 1 portal
(sa0:ahc0:0:1:0): WRITE FILEMARKS. CDB: 10 0 0 0 2 0
(sa0:ahc0:0:1:0): MEDIUM ERROR info:2 csi:0,0,1,40 asc:c,0
(sa0:ahc0:0:1:0): Write error
(sa0:ahc0:0:1:0): failed to write terminating filemark(s)
(sa0:ahc0:0:1:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0
(sa0:ahc0:0:1:0): ABORTED COMMAND info:a000 csi:0,0,1,40 asc:44,89
(sa0:ahc0:0:1:0): Vendor Specific ASCQ
(sa0:ahc0:0:1:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0
(sa0:ahc0:0:1:0): ABORTED COMMAND csi:0,0,1,40 asc:44,89
(sa0:ahc0:0:1:0): Vendor Specific ASCQ
(sa0:ahc0:0:1:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0
(sa0:ahc0:0:1:0): ABORTED COMMAND info:a000 csi:0,0,1,40 asc:44,89
(sa0:ahc0:0:1:0): Vendor Specific ASCQ
(sa0:ahc0:0:1:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0
(sa0:ahc0:0:1:0): ABORTED COMMAND info:2000 csi:0,0,1,40 asc:44,89
(sa0:ahc0:0:1:0): Vendor Specific ASCQ
(sa0:ahc0:0:1:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0
(sa0:ahc0:0:1:0): ABORTED COMMAND csi:0,0,1,40 asc:44,89
(sa0:ahc0:0:1:0): Vendor Specific ASCQ
(sa0:ahc0:0:1:0): PREVENT ALLOW MEDIUM REMOVAL. CDB: 1e 0 0 0 0 0
(sa0:ahc0:0:1:0): ABORTED COMMAND info:a000 csi:0,0,1,40 asc:44,89
(sa0:ahc0:0:1:0): Vendor Specific ASCQ
(sa0:ahc0:0:1:0): tape is now frozen- use an OFFLINE, REWIND or MTEOM
command to clear this state.

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


multiple run reports??

2003-10-29 Thread Jason Lavigne
Hello all,

Yesterday I started to get multiple copies of the run reports for one of
my FreeBSD 4.6.2-RELEASE servers (this is a screen shot of some of the
emails, http://www.bwlogic.com/downloads/hmmm2.GIF), has anyone seen
this before or have any idea what could cause this? I checked the
crontab, reviewed my logs and rebooted a few times and I didn't see
anything obvious to me. I am using qmail with vpop.

TIA,

Jay


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


RE: Complicated ipfw/ipf forwarding.

2003-10-28 Thread Jason Lavigne
Well you got me there, sorry as I am still a newbie and just trying to
help. Maybe some of the nice folks here can help you more.

Jay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of 'Lewis
Thompson'
Sent: Tuesday, October 28, 2003 9:45 AM
To: Jason Lavigne
Cc: 'FreeBSD-questions'
Subject: Re: Complicated ipfw/ipf forwarding.

On Tue, Oct 28, 2003 at 09:39:23AM -0500, Jason Lavigne wrote:
  Could I have red.foo.bar forwarded to 192.168.0.2, pink.foo.bar
 forwarded to 192.168.0.3 and say blue.foo.bar go to the local machine
 
 wouldn't you use DNS (bind) for this? 

How?  I only have one external IP address (say 1.2.3.4) but behind the
NAT machine I have many.  However, I have a.foo.com, b.foo.com and
c.foo.com.  I want some IP forwarding software to rewrite the
destination address from 1.2.3.4 based on the CNAME entry (in the same
way Apache can do).

  Does that make any more sense?  Or am I missing the point?  Thanks a
lot,

-lewiz.

-- 
I was so much older then, I'm younger than that now.  --Bob Dylan, 1964.

-| msn:[EMAIL PROTECTED] | jabber:[EMAIL PROTECTED] | url:www.lewiz.org |-

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


RE: Networking

2003-10-24 Thread Jason Lavigne
Which machine, FreeBSD or XP, is connected to the Internet? If it is XP
select 'share internet connection' in the advance settings for the
network settings to make XP the gateway for the FreeBSD machine. Then in
/etc/rc.conf add (or modify)

defaultrouter=ip.to.xp.box

and in /etc/resolv.conf make sure you have your name servers listed, you
can use the XP box as the first one.

domain  yourmaindomain.com
nameserver  ip.toa.dns.box
nameserver  ip.toa.dns.box

HTH, cheers

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sandbox Video
Productions
Sent: Friday, October 24, 2003 10:55 AM
To: [EMAIL PROTECTED]
Subject: Networking

I would like a tutorial on how to newtork freebsd to
windowsXP via linksys modem. i can ping the windowsXP
but i can't connect nor can i install mozilla. it
seems that it's not connecting to the internet. the
handbook gives good descriptions but not step by step
instructions.
please help a newbie. thanks

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.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: Temporarily changing the time

2003-10-23 Thread Jason Lavigne
man date, is this what you are looking for? If you are running ntp you
will want to turn it off while you are changing the time.

cheers

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gerard Samuel
Sent: Thursday, October 23, 2003 10:46 AM
To: [EMAIL PROTECTED]
Subject: Temporarily changing the time

Could someone point me to a man page, where I can temporarily change the

time on
FBSD 4.8.
Im testing a php script and Im looking to see how it will handle the 
upcoming time change this weekend.
Thanks

___
[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: Apache on two nic's

2003-10-23 Thread Jason Lavigne
Look in your apache config for 
#
# Listen: Allows you to bind Apache to specific IP addresses and/or
# ports, in addition to the default. See also the VirtualHost
# directive.
#
#Listen 12.34.56.78:80

and list all the IPs you want apache to listen on.

HTH

cheers

Jay

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Damien Hull
Sent: Thursday, October 23, 2003 11:56 AM
To: [EMAIL PROTECTED]
Subject: Apache on two nic's

I've got Apache running on 4 stable. The server started out with one
network card plugged into our privet network. We could get to the
website on the server just fine. 

Here is what we want

1. access from the outside
2. some websites will be internal and others will be public


Here is my quick solution
1. Added a second network card to the server
2. connected the network card to the outside of the network
3. tired to connect to the website on the new IP address
4. Got nothing
5. Added a virtual server that listened on the new address but got
nothing.


I've looked at the Apache config file and there is a place to put in an
IP address but I left that alone. As fare as I can tell it's listening
to all addresses. 

Can someone tell me what I need to do to get this working?

NOTE:
I don't have accesses to the proxy so I can't reprogram it to forward
connections to the server. 

___
[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: cleaning

2003-10-22 Thread Jason Lavigne
My understanding is FreeBSD is self cleaning, not like Windows.

cheers

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rogue Spider
Sent: Wednesday, October 22, 2003 11:45 AM
To: [EMAIL PROTECTED]
Subject: cleaning

is there a freebsd equivalent to scandisk and
diskdefrag so that i can clean the drive it says on
start up that the dir are fragmented but after that i
am unsertain.

=

No Hope in the future Look To the past to find redimsioun.

__
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.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: Databases

2003-10-22 Thread Jason Lavigne
MySQL + PHP (or Perl) will allow you to use IE on XP.

cheers

Jay


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of E. J. Cerejo
Sent: Wednesday, October 22, 2003 2:45 PM
To: freebsd-questions
Subject: Databases

I have a small business and I'm looking to setup a freebsd server.  I 
want to connect about 4 clients to this server running windows XP.  The 
Freebsd server will keep a database of every customer address, phone 
number, what services that were performed, how much was charged, etc 
etc.  This is basically all I need for now and I was wondering which 
opensource database would do this in the easiest possible way.  Also 
what software would I use in the client boxes to access this database 
(input and output).

Best regards to all

___
[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]


route between LAN, DMZ and INET

2003-10-14 Thread Jason Lavigne
Hello all,
 
Below you will find my ifconfig output and my /etc/rc.conf file.
 
I would like to setup a firewall/router that will route between my
private LAN, my DMZ and the Internet. Currently I have the following:
 
I installed FreeBSD 5.1
Installed 3 nics
dc0 (LAN, 192.168.1.111), connected to a 24 port 3Com hub
dc1 (DMZ, 216.138.226.22), connected to a 12 port IBM switch
xl0 (INET, 216.138.224.10), connected to Alcatel dsl modem
 
I have a /28 IP block (216.138.226.16/28) and my default gateway is
216.138.224.9.
 
I turned on routed using /stand/sysinstall after the installation.
 
I have been able to ping addresses from all 3 interfaces and I have been
able to ping to dc0 and dc1 from computers on those networks.
 
Currently I can not use 192.168.1.111 as my gateway on any computers on
the private LAN to get to the Internet, I can ping it but that is as far
as I can go.
 
What I would like is someone to guide me in the right direction as to
what I need to be doing here. Do I need natd? Do I need to make kernel
config changes? Is gated a better option over routed? Any guidance any
of kind you can provide would be greatly appreciated. The next step
after this is to add ipfw and maybe ipsec.
 
Thanks all for allowing me to ask this newbie question.
 
cheers
 
Jay
 
here is my ifconfig
 
dc0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
    inet 192.168.1.111 netmask 0xff00 broadcast 192.168.1.255
    inet6 fe80::203:6dff:fe00:9bd%dc0 prefixlen 64 scopeid 0x1
    ether 00:03:6d:00:09:bd
    media: Ethernet autoselect (100baseTX)
    status: active
dc1: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
    inet 216.138.226.22 netmask 0xfff0 broadcast 216.138.226.31
    inet6 fe80::280:c6ff:feea:7af1%dc1 prefixlen 64 scopeid 0x2
    ether 00:80:c6:ea:7a:f1
    media: Ethernet autoselect (100baseTX full-duplex)
    status: active
xl0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST mtu 1500
    options=3RXCSUM,TXCSUM
    inet 216.138.224.10 netmask 0xfffc broadcast 216.138.224.11
    inet6 fe80::250:daff:fe1b:90c3%xl0 prefixlen 64 scopeid 0x3
    ether 00:50:da:1b:90:c3
    media: Ethernet autoselect (10baseT/UTP)
    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 0x5
    inet 127.0.0.1 netmask 0xff00
 
here is my /etc/rc.conf
 
gateway_enable=YES
hostname=fw.bwlogic.com
# LAN
ifconfig_dc0=inet 192.168.1.111 netmask 255.255.255.0
# DMZ
ifconfig_dc1=inet 216.138.226.22 netmask 255.255.255.240
# INET
ifconfig_xl0=inet 216.138.224.10 netmask 255.255.255.252
kern_securelevel_enable=NO
sendmail_enable=YES
sshd_enable=YES
usbd_enable=YES
# routed settings
router_flags=-q
router=/sbin/routed
router_enable=YES
 
 

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