View previous topic :: View next topic |
Author |
Message |
tarionyx n00b
Joined: 14 Jun 2005 Posts: 49
|
Posted: Sun Oct 23, 2005 4:40 pm Post subject: [SOLVED] network problems :( |
|
|
hello,
I just moved recently and just finally set back up my gentoo system. I am temporarily running on a linksys router using private address space. my windows computer that i set back up can get out (since i'm posting this, hehe), but my gentoo box cannot. they both use static ip's, and the gentoo box worked fine before.
There are no errors when running ifconfig, but i can't ping out. I can ping the loopback and the local ip, but nothing else. Everything starts without problem on startup as well.
Any ideas?
Thanks in advance _________________ Go Flux Yourself!
www.technoticmedia.com | www.rspeed.org
Last edited by tarionyx on Mon Oct 24, 2005 12:00 am; edited 1 time in total |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54810 Location: 56N 3W
|
Posted: Sun Oct 23, 2005 4:47 pm Post subject: |
|
|
tarionyx,
Post your Code: | route -n
less /etc/resolv.conf
ifconfig |
Alsio, what is the IP address of your router? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
tarionyx n00b
Joined: 14 Jun 2005 Posts: 49
|
Posted: Sun Oct 23, 2005 10:42 pm Post subject: |
|
|
The internal IP address of the rouetr is 10.10.10.1
IP of the gentoo box is 10.10.10.15/24
Code: |
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
127.0.0.0 127.0.0.1 255.0.0.0 UG 0 0 0 lo
0.0.0.0 10.10.10.1 0.0.0.0 UG 0 0 0 eth0
|
Code: |
nameserver 24.92.226.9
domain lostgalaxy.underclockers.net
|
Code: |
eth0 Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX
inet addr:10.10.10.15 Bcast:10.255.255.255 Mask: 255.255.255.0
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets: 0 errors: 0 dropped: 0 overruns:0 frame:0
TX packets: 0 errors: 0 dropped: 0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:17 Base address:0x2f00
lo Link encap:Local loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:131 errors:0 dropped:0 overruns:0 frame:0
TX packets:131 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:12622 (12.3 kb) TX bytes:12622 (12.3 kb)
|
Thanks in advance _________________ Go Flux Yourself!
www.technoticmedia.com | www.rspeed.org |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54810 Location: 56N 3W
|
Posted: Sun Oct 23, 2005 11:14 pm Post subject: |
|
|
tarionyx,
Thats self consistant anyway.
Do you have two (or more) network ports on your PC and you have plugged the RJ-45 connector into one thats not set up ? _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
tarionyx n00b
Joined: 14 Jun 2005 Posts: 49
|
Posted: Mon Oct 24, 2005 12:00 am Post subject: |
|
|
.....
yeah. yeah, that was it. lol. i forgot i had an onboard 10/100 nic, and i put a gigE 10/100/1000 pci car lol. whoops. thanks for the help man _________________ Go Flux Yourself!
www.technoticmedia.com | www.rspeed.org |
|
Back to top |
|
|
|