Re: Can't connect to the internet
From: Shantanoo (freebsd_at_dhumketu.cjb.net)
Date: 07/30/04
- Previous message: michael johnson: "Re: Burning CDRs and making devices"
- In reply to: Nikolas Britton: "Re: Can't connect to the internet"
- Next in thread: ogautherot_at_freesurf.fr: "Re: Can't connect to the internet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jul 2004 21:54:54 +0530 To: Nikolas Britton <freebsd@nbritton.org>
+++ Nikolas Britton [freebsd] [28-07-04 04:01 -0500]:
| Sandbox Video Productions wrote:
|
| >I'm can't connect to the internet. I have my computer
| >connected to a router via NIC. the lights on the
| >router are lit and so are the lights on the NIC. Thus,
| >I know i have a connection. I tried ping -c 10
| >192.168.1.1 and all i got was
| >ping: sendto: No route host
| >
| >I can't seem to find a simple to tutorial on this
| >specific problem of just connecting to the internet
| >through a router. I have found how to make your pc a
| >router and connecting via serial cables and modems,
| >but this is different.
| >Please help or point me to a specific online manual.
| >thanks very much
| >
| Does the computer have an ip address?
| Is defaultrouter set in rc.conf?
|
| http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/config-network-setup.html
# route add default gw 192.168.1.1
if you forgot defaultrouter in rc.conf.
Provided you nic is configured properly.
Else,
to configure NIC,
# ifconfig rl0 192.168.1.2 netmask 255.255.255.0
change rl0 according to your NIC.
Make sure that 192.168.1.2 is not assigned to any other machine on the
network.
Regards,
Shantanoo
_______________________________________________
freebsd-newbies@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-newbies
To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org"
- Previous message: michael johnson: "Re: Burning CDRs and making devices"
- In reply to: Nikolas Britton: "Re: Can't connect to the internet"
- Next in thread: ogautherot_at_freesurf.fr: "Re: Can't connect to the internet"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|