[luau] More Details of Mililani's Setup

Warren Togami warren at togami.com
Wed Jan 29 16:39:00 PST 2003


Cliff_Goto/HIDOE at notes.k12.hi.us wrote:
> Warren,
> 
> You'll have to ask the school to give you a fixed IP, port 22 should be
> open.  Here's the patch (See attached file: 113098-01.zip), send me a copy
> of or check /etc/hosts, /etc/hostname.hme0, /etc/defaultrouter,
> /etc/nsswitch.conf, /etc/resolv.conf, /etc/netmasks, and the output from
> ifconfig -a.
> 
> Cliff
> 

Seems like we exhausted all vectors, I highly suspect hardware failure 
at this point.


bash-2.05# cat /etc/hosts
#
# Internet host table
#
127.0.0.1       localhost
192.168.128.1   srs2161-hme1
192.168.129.1   srs2161-hme2
165.248.105.238 srs2161 srs2161.k12.hi.us loghost
165.248.10.16   neon
192.168.129.9   laptop

bash-2.05# cat /etc/hostname.hme0
srs2161

bash-2.05# cat /etc/defaultrouter
165.248.105.193

bash-2.05# cat /etc/nsswitch.conf
#
# /etc/nsswitch.dns:
#
# An example file that could be copied over to /etc/nsswitch.conf; it uses
# DNS for hosts lookups, otherwise it does not use any other naming service.
#
# "hosts:" and "services:" in this file are used only if the
# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports.

passwd:     files
group:      files

# You must also set up the /etc/resolv.conf file for DNS name
# server lookup.  See resolv.conf(4).
hosts:      files dns
ipnodes:    files
# Uncomment the following line and comment out the above to resolve
# both IPv4 and IPv6 addresses from the ipnodes databases. Note that
# IPv4 addresses are searched in all of the ipnodes databases before
# searching the hosts databases. Before turning this option on, consult
# the Network Administration Guide for more details on using IPv6.
#ipnodes:   files dns

networks:   files
protocols:  files
rpc:        files
ethers:     files
netmasks:   files
bootparams: files
publickey:  files
# At present there isn't a 'files' backend for netgroup;  the system will
#   figure it out pretty quickly, and won't use netgroups at all.
netgroup:   files
automount:  files
aliases:    files
services:   files
sendmailvars:   files
printers:       user files

auth_attr:  files
prof_attr:  files
project:    files

bash-2.05# cat /etc/resolv.conf
nameserver 165.248.1.209
nameserver 165.248.1.196
domain k12.hi.us

bash-2.05# cat /etc/netmasks
#
# The netmasks file associates Internet Protocol (IP) address
# masks with IP network numbers.
#
#       network-number  netmask
#
# The term network-number refers to a number obtained from the Internet 
Network
# Information Center.  Currently this number is restricted to being a class
# A, B, or C network number.  In the future we should be able to support
# arbitrary network numbers per the Classless Internet Domain Routing
# guidelines.
#
# Both the network-number and the netmasks are specified in
# "decimal dot" notation, e.g:
#
#               128.32.0.0 255.255.255.0
#
165.248.105.0   255.255.255.192
192.168.128.0   255.255.255.0 # SUNRAY ADD - DO NOT MODIFY
192.168.129.0   255.255.255.0 # SUNRAY ADD - DO NOT MODIFY

I tried 165.248.0.0, 165.248.105.0 and 165.248.105.192 here, none of 
which worked.

bash-2.05# arp -an |grep hme0
hme0   224.101.101.101      255.255.255.255       01:00:5e:65:65:65
hme0   165.248.1.196        255.255.255.255 U
hme0   165.248.105.238      255.255.255.255 SP    08:00:20:a7:61:f8
hme0   165.248.105.215      255.255.255.255       00:48:54:8b:bc:81
hme0   165.248.105.210      255.255.255.255       00:06:5b:3f:67:17
hme0   224.0.0.0            240.0.0.0       SM    01:00:5e:00:00:00

hme0 sees stuff...

Can't ping anything.

Warren Togami
warren at togami.com




More information about the LUAU mailing list