On Sat, 23 Sep 2006, Karel Gardas wrote:
Hi,
don't focus your attention solely on DNS configuration. In fact I would
rather recommend you to inspect your /etc/hosts file
yeah. did that. it looks empty. i don't understand it.
here it is. mostly comments. local host. what do i put in
there?
[::cat of /etc/host follows ::]
# not be consulted at all; see /etc/nsswitch.conf for the resolution
order.
#
#
::1 localhost localhost.my.domain
127.0.0.1 localhost localhost.my.domain
#
# Imaginary network.
#10.0.0.2 myname.my.domain myname
#10.0.0.3 myfriend.my.domain myfriend
#
# According to RFC 1918, you can use the following IP networks for
# private nets which will never be connected to the Internet:
#
# 10.0.0.0 - 10.255.255.255
# 172.16.0.0 - 172.31.255.255
# 192.168.0.0 - 192.168.255.255
#
# In case you want to be able to connect to the Internet, you need
# real official assigned numbers. Do not try to invent your own network
# numbers but instead get one from your network provider (if any) or
# from your regional registry (ARIN, APNIC, LACNIC, RIPE NCC, or AfriNIC.)
#
[:: end of /etc/host ::]
i know this seems real lame and basic to u, i'm sorry. i got
a BSCS in 1989 when there were no webservers on the internet.
for about 8 years i studied molecular biology and got a MS
in physiology then i started going to city college for
basic c++ etc. my BSCS was all in c. i did take some admin
classes but i didn't have a puter all those years mostly
to play with and finally i do. a dual boot freeBSD/XP laptop.
i got accepted to a MSCS program where arno puder is a prof
and he has really been busting my balls. well.. basically
the program is sort of closer to the machine than my
BSCS was. although i took a course in operating systems
for my BSCS i got a BC so arno made me take his course.
the beginning of the class really killed me because
we had to like install all these arcane close to the machine
type simulators. right now arno is on sabbatical and they
got another guy teaching his curriculum. i have been having
a heck of a time getting up to speed but at least this time
i got my freeking java installed. i have only gradually got
to the point where i am comfortable just dealing with the
dual boot thing making my freeBSD not quiver and stuff.
i know during the installation of freeBSD i got helped
by my friend rudy who runs the isp monkeybrains.net and
runs dual head freeBSD when he decides to make it to
the office. i know we did something with the sysinstall
with netwerking but he didn't really want to take a lot
of time explaining i don't know i didn't really catch
it he sort of didn't want to deal with it much.
which Rudolf already
suggested. The whole issue is that your machine of some name needs to be able
to also get it's own IP address and to the machine IP you need to be able to
get the machine name. For both these tasks /etc/hosts is perfectly enough,
you just need to setup or even install your machine correctly.
BTW: What you get if you execute this command-line:
ping `hostname`
ping hostname
ping: cannot resolve hostname: Unknown host
ping localhost
PING localhost (127.0.0.1): 56 data bytes
64 bytes from 127.0.0.1: icmp_seq=0 ttl=64 time=0.080 ms
64 bytes from 127.0.0.1: icmp_seq=1 ttl=64 time=0.030 ms
64 bytes from 127.0.0.1: icmp_seq=2 ttl=64 time=0.030 ms
^C
--- localhost ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.030/0.047/0.080/0.024 ms
oh. that was dumb.
is ping able to ping your host IP address?
kayve# cat /etc/resolv.conf
nameserver 192.168.0.1
kayve#
this dingy was really enlightening. when i
put it into a browser i found this information
ow that IP is SBC
DSL UP
Connection UP
User ID [EMAIL PROTECTED]
Connected at 3008 Kbps (downstream)
512 Kbps (upstream)
IP Address 68.127.173.24
IP Gateway 151.164.184.80
DNS Servers 68.94.156.1 dnsr1.sbcglobal.net
68.94.157.1 dnsr2.sbcglobal.net
Mode PPP on the modem (Public IP for LAN device)
Timeout Never
Modem Information
Modem Name SpeedStream
Model 4100
Serial Number 20013A31BBF13
Software Version 1.0.0.48
MAC Address 00:13:A3:1B:BF:13
First Use Date 2005/09/17 00:31:49 GMT
Local Network
Modem IP Address 192.168.0.1
Ethernet Status Connected
my feeling is that one of these IPs is what we need?
i also have a feeling it is going to dawn on u "omg
this guy has just a simple problem i don't know why
he didn't know that," at some point.
Cheers,
Karel
--
Karel Gardas [EMAIL PROTECTED]
ObjectSecurity Ltd. http://www.objectsecurity.com
---
Need experienced, fast, reliable technical MICO support?
---> http://www.objectsecurity.com/mico_commsup_referral.html <---
---
On Fri, 22 Sep 2006, KAYVEN RIESE wrote:
kayve# cat /etc/resolv.conf
nameserver 192.168.0.1
kayve#
http://192.168.0.1/modeminfo.htm
is an SBC web page (that's my DSL provider)
it has this info on it
DSL UP
Connection UP
User ID [EMAIL PROTECTED]
Connected at 3008 Kbps (downstream)
512 Kbps (upstream)
IP Address 68.127.180.94
IP Gateway 151.164.184.80
DNS Servers 68.94.156.1 dnsr1.sbcglobal.net
68.94.157.1 dnsr2.sbcglobal.net
Mode PPP on the modem (Public IP for LAN device)
Timeout Never
Modem Information
Modem Name SpeedStream
Model 4100
Serial Number 20013A31BBF13
Software Version 1.0.0.48
MAC Address 00:13:A3:1B:BF:13
First Use Date 2005/09/17 00:31:49 GMT
Local Network
Modem IP Address 192.168.0.1
Ethernet Status Connected
On Sat, 23 Sep 2006, Rudolf Schreiner wrote:
On Fri, 22 Sep 2006, KAYVEN RIESE wrote:
okay, no advice on this?
kayve# uname -a
FreeBSD kayve.domain_not_set.invalid 6.1-RELEASE FreeBSD 6.1-RELEASE
#0: Sun
This doesn't look good.
MICO requires a correct network installation.
man rc.conf
man hosts
man named
man sysinstall
...
All you need is a standard FreeBSD installation with networking
configured. And then the standard MICO works out of the box.
Cheers,
Rudi
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel
--
Karel Gardas [EMAIL PROTECTED]
ObjectSecurity Ltd. http://www.objectsecurity.com
_______________________________________________
Mico-devel mailing list
[email protected]
http://www.mico.org/mailman/listinfo/mico-devel