RE: Connecting to the Net (was: Re: BigApache [..])

2004-08-07 Thread DK
Hi Bill et al,

1)
Using /stand/sysinstall  trying to download packages from the freeBSD site, I
get the ERROR prompt:

---
Cannot resolve hostname 'ftp.freebsd.org'! Are you sure that your name server,
gateway and network interface are correctly configured ?
---

I have a Cable Broadband Connection. Does this error mean that my DHCP is not
configured correctly or is it something else ???


2)
When trying to connect to my ISP's update-server(which you don't need to be
authenticated to access) I get this ERROR even though my Cable connection is
ON, Connected  Working:

-
200# ftp update-server
ftp: update-server: No address associated with hostname
-

Is this the same problem as above ???



3)
I have in my rc.conf file

-
ifconfig_rl0=DHCP
hostname=127.0.0.1
-

should the hostname be the dynamically allocated address that my ISP assigns
when I turn on my Cable Modem or should I leave it as 127.0.0.1 ???


If there is anything else that you think that I may be missing in trying to
connect to the net, please let me know ;)



Kind Regards,

DK




__
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Connecting to the Net

2004-08-07 Thread Remko Lodder
DK wrote:
Hi Bill et al,
Hello DK,
1)
Using /stand/sysinstall  trying to download packages from the freeBSD site, I
get the ERROR prompt:
---
Cannot resolve hostname 'ftp.freebsd.org'! Are you sure that your name server,
gateway and network interface are correctly configured ?
---
I have a Cable Broadband Connection. Does this error mean that my DHCP is not
configured correctly or is it something else ???
It might be possible that your cable broadband company does not send you 
any DNS servers to use. If you have the adresses you might be able to 
set them manually in the file /etc/resolv.conf

nameserver $ip1
nameserver $ip2


2)
When trying to connect to my ISP's update-server(which you don't need to be
authenticated to access) I get this ERROR even though my Cable connection is
ON, Connected  Working:
-
200# ftp update-server
ftp: update-server: No address associated with hostname
Still looks like a Resolving problem to me. Try the above ;)
-
I have in my rc.conf file
-
ifconfig_rl0=DHCP
hostname=127.0.0.1
-
As hostname i would choose a name that you like, it represents the name 
of the machine, not the ip adres of your machine ;)
should the hostname be the dynamically allocated address that my ISP assigns
when I turn on my Cable Modem or should I leave it as 127.0.0.1 ???
No, it's just the name of the computer, mine is called 
redqueen.elvandar.org ...


If there is anything else that you think that I may be missing in trying to
connect to the net, please let me know ;)

If i think that you should do something extra in the meantime i will 
send and extra email ;)

Kind Regards,
DK
--
Kind regards,
Remko Lodder   |[EMAIL PROTECTED]
Reporter DSINet|[EMAIL PROTECTED]
Projectleader Mostly-Harmless  |[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]