RE: [luau] DNS

2003-12-03 Thread DOUGS
The @ is just a stand in for the zone name of the file.  For example if the
file is db.foo.com and the /etc/named.conf file has the entry 

zone "foo.com" {
type master;
file "db.foo.com";
};

then wherever there is a @ in the file it will be expanded to foo.com since
that is the zone name in the config file.

-Doug-

[Jaymes Schooler  wrote on Wednesday,
December 03, 2003 1:44 PM:] 
> This one works for me both internal and external
> 
> $TTL 86400
> @   IN  SOA ns.catchofthedaysushi.com  root.localhost (
> 6 ; serial
> 8800 ; refresh
> 7200 ; retry
> 4800 ; expire
> 86400 ; ttl
> )
> IN  NS  10.X.X.XX
> @   IN  NS  ns
> 
> @   IN  MX  1   mail
> 
> www IN  A   10.X.X.XX
> mailIN  A   10.X.X.XX
> ftp IN  A   10.X.X.XX
> ns  IN  A   10.X.X.XX
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Randall Oshita
> Sent: Wednesday, December 03, 2003 9:47 AM To:
> [EMAIL PROTECTED] Subject: [luau] DNS
> 
> 
> @  IN  SOA   ns.joe.com. root.foo.com. (
>2003080800 ; serial number
>5m ; refresh =  5 minutes
>15M; update retry = 15 minutes
>3W12h  ; expiry = 3 weeks + 12 hours
>5h20M  ; minimum = 5 hours + 20 minutes
> 
> Using the example above they use a "@" for the zone (in front of IN).
> Will this work for an internal network? I thought it had to be
>something like foo.com.? Like so: Foo.com.   IN   
>SOA   ns.joe.com. root.foo.com. ( 2003080800 ; serial
>number 5m ; refresh =  5 minutes 15M;
>update retry = 15 minutes 3W12h  ; expiry = 3
>weeks + 12 hours 5h20M  ; minimum = 5 hours + 20
> minutes Because I seen a master zone file that used the "@" and it
> works - it was for an external network though. Any ideas? Can anyone
> send me a copy of their master internal zone file? Thanks Randall  
> 
> ___
> LUAU mailing list
> [EMAIL PROTECTED]
> http://videl.ics.hawaii.edu/mailman/listinfo/luau 
> 
> ___
> LUAU mailing list
> [EMAIL PROTECTED]
> http://videl.ics.hawaii.edu/mailman/listinfo/luau 


RE: [luau] hawaii.rr.com mirror?

2003-06-24 Thread DOUGS
[TB asked:]
> I seem to recall discussion of hawaii.rr.com having a
> mirror of linux/mplug stuff. Where is it?
> thanks,
> TB

Try mplug.oceanic.com

-Doug-


RE: [luau] Strange find....

2003-06-21 Thread DOUGS
> >>Well, there's the imfamouns 10.x.x.x one, which I do 
> believe is your 
> >>cable modem (which oddly enough, acts as a bridge, but 
> still decrements the TTL
> >>and sends back a time exceeded as if it were a router...)   

The cable modem in most cases is a bridge, but the 10-net address that is
the first hop in a trace route is the headend router (CMTS) that is the
gateway.  It's the same interface as the gateway interface your computer
gets with DHCP.  The peculiarities of configuring cable modems with 10-net
addresses so they don't use up publicly routed addressses means it is
primary on the interface and the one returned with a traceroute.

> The impression I got was that it's just a misconfigured 
> bridge :)  Since it's 
> the first hop after your box, and you are using the actual 
> upstream (here it's a 
> 24.x.x.x address, the first IP in our subnet), you aren't 
> actually sending 
> packets to the device at all, so it shouldn't respond with a 
> TTL exceeded (and 
> shouldn't decrement TTL) as if it were a router (because 
> you're not takling to 
> it as a rotuer, and in fact you are in the same IP subnet as 
> the ISP's router). 

No, it is the first hop router, just a different address for the same
interface.  It does exactly the right thing to the TTL.

>   I have no confirmation, but I gather this is the actual IP 
> address the cable 
> modem provider uses for configuration of the device.  
> Telnetting to it gives a 
> rather scary "don't use this" disclaimer, thoguh if you own 
> your cable modem 
> (rather than lease it like I do), this MAY not apply 
> (IANAL!).  I haven't 
> checked, but I wouldn't be surprised if it speaks SNMP.

Your are telnetting to the ISPs router which definitely should have that
scary warning.  The implications if you could succeed are severe.  Since it
is not in fact the cable modem you are telnetting to I hope you heed the
warning.

Hope this has been informative.

-Doug-


RE: [luau] ISP recommendation...

2003-04-08 Thread DOUGS
[Rick Chavez:]
> > Oh yeah, I forgot to mention the obvious, the computer will 
> be running 
> > linux so an ISP that doesn't have a cow when they hear the 
> word linux, 
> > would be a plus.
[Vince Hoang:]  
> I am familiar with broadband providers having a snit with 
> Linux...

I'm not sure what it means to have a snit, but if you mean not support
configuration that may yet be true to a certain extent.  It was certainly
more true in the past.  Although in the past some people associated with
certain broadband providers tried to go out of there way to support those
choosing Linux.

I've heard that Earthlink (both dial up and broadband available) has a very
progressive attitude towards supporting Linux, but I don't have first hand
experience.

-Doug-

Speaking entirely as an individual and not in affiliation with anything.


RE: [luau] Running a script

2002-12-04 Thread DOUGS
Title: RE: [luau] Running a script





> I downloaded an "E-mail Server" software for linux called 
> eXtremail, i've 
> installed it but i cant get it to start (the daemon) the 
> instructions say to 
> type "smtpd start" in the command prompt but it gives me this error 
> "bash: smtpd: command not found" ive tried going in to the 
> directory in wich 
> the file is located but its not helping muchit still give 
> me the same 
> error.


If you're in the same directory as the executable, type in './smtpd start'.


-Doug-





RE: [luau] vnc for UNIX/Linux?

2002-10-10 Thread DOUGS
Title: RE: [luau] vnc for UNIX/Linux?





Usually that means X Windows, but doesn't VNC work on Unix also?  Let me see, from a google search on 'VNC' found:


http://www.uk.research.att.com/vnc/


that says:


"It is truly platform-independent. A desktop running on a Linux machine may be displayed on a PC. Or a Solaris machine. Or any number of other architectures. The simplicity of the protocol makes it easy to port to new platforms. We have a Java viewer, which will run in any Java-capable browser. We have a Windows NT server, allowing you to view the desktop of a remote NT machine on any of these platforms using exactly the same viewer.  (The NT server is not multi-user - see the documentation). And other people have ported VNC to a wide variety of other platforms."

-Doug-


> -Original Message-
> From: Charles Lockhart [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 10, 2002 2:16 PM
> To: [EMAIL PROTECTED]
> Subject: [luau] vnc for UNIX/Linux?
> 
> 
> I've seen vnc used to view and control a Windows machine, but 
> I've never seen anything like that for UNIX/Linux.  Is the 
> same functionality there?  Anybody here ever use it?
> 
> Thanks,
> 
> -Charles
> 
> 
> ___
> LUAU mailing list
> [EMAIL PROTECTED]
> http://videl.ics.hawaii.edu/mailman/listinfo/luau
> 





RE: [luau] Redhat8.0 CD's...

2002-10-04 Thread DOUGS
Title: RE: [luau] Redhat8.0 CD's...





[Patrick Wrote]
> Thanks for the offer but I want to note, as I may have in the 
> past, it sure 
> would be nice if oceanic put linux releases on their tucows 
> server.  It 
> would save rr users from glacial download times.


You mght have missed this from the announcement the beginning of the week:


[Warren Said]
> Oceanic mirror (limit 50 connections) is open only to Hawaii
> RoadRunner and Oceanic network customers...
> ftp://mplug.oceanic.com/mirrors/redhat/linux/8.0





[luau] RE: Oceanic Linux Mirror

2002-09-13 Thread DOUGS
Title: RE: Oceanic Linux Mirror





[Tim Burgess said:]
> > I can donate one or two rack-mount servers for this. I can also 
> > donate a stonking big 19" rack if you need it.


[Warren Togami asked:] 
> Your rackmount server would be much faster than my 
> mini-tower.  I will need to first check with Doug about this 
> because he had mentioned mini-towers being more convenient 
> for them than rackmounts at their location.  Doug is a rackmount okay?
> 
> How many RU's is the rackmount?


If they're 2RU we could accommodate up to two.  The depth might be an issue.  We couldn't accommodate a rack.


-Doug-





RE: [luau] What is 24.165.57.16

2002-09-06 Thread DOUGS
Title: RE: [luau] What is 24.165.57.16





> W. Wayne Liauh wrote:
> > Then, are the "old" Class C IP addresses of 192.168.0.0 through 
> > 192.168.255.255 (or 192.168.0.0/16 according to CIDR) still 
> reserved for 
> > private use (i.e., they will not be routed outside of your network)?
> > 
> 
[Mon Motha]
> They most certainly are (some RFC reserved them, 1998 or 
> something like 
> that).


1918.  Refer to http://www.cis.ohio-state.edu/cgi-bin/rfc/rfc1918.html


that says in part:


"""
The Internet Assigned Numbers Authority (IANA) has reserved the following three blocks of the IP address space for private internets: 


 10.0.0.0    -   10.255.255.255  (10/8 prefix)
 172.16.0.0  -   172.31.255.255  (172.16/12 prefix)
 192.168.0.0 -   192.168.255.255 (192.168/16 prefix)
We will refer to the first block as "24-bit block", the second as "20-bit block", and to the third as "16-bit" block. Note that (in pre-CIDR notation) the first block is nothing but a single class A network number, while the second block is a set of 16 contiguous class B network numbers, and third block is a set of 256 contiguous class C network numbers. 

"""


-Doug-





RE: [luau] What is 24.165.57.16

2002-09-06 Thread DOUGS
Title: RE: [luau] What is 24.165.57.16





> My post just crossed yours.  Now I am really curious.  Why in 
> the world 
> I am having a class A IP address?  Unless the classification 
> scheme has 
> changed?  If so, when?


Well, yes it did.  Maybe 5 or 7 years ago.


The use of IP addresses and the classification as 'A', 'B', or 'C' was deprecated many years ago in favor of CIDR, 'Classless Inter-Domain Routing'.

There's a reasonably good introduction at:


http://public.pacbell.net/dedicated/cidr.html


-Doug-