View previous topic :: View next topic |
Author |
Message |
mudrii l33t
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Mon Jun 30, 2003 12:20 am Post subject: Network Problem with installing Gentoo Linux |
|
|
I have a problem with network after configuration i ca not access network.
PC standard edition P4 1.5Gh RAM 256Mb RAM 40G HDD CD-ROM video TNT2 Net 2 Intel NIC-s 1 motherboard other on PCI.
After booting Gentoo Linux and configure network cards I can not access network try many possible ways .
One network is 192.168.1.* other 192.168.0.*
One card config ifconfig eth0 192.168.1.36 broadcast 192.168.1.255 netmask 255.255.255.0 up
Other ifconfig eth0 192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0 up
With ifconfig command all works
Then route add -net default gw 192.168.1.254 netmask 255.255.255.0 metric 1 eth0
Command route OK
And after all this I steel can not connect to network nothing works ???? ping, traceroute, ssh, nothing works I can?t access net and net can?t access my pc where is the problem why my net not works ??????
PLS HELP |
|
Back to top |
|
|
fgarbrecht n00b
Joined: 27 May 2003 Posts: 43 Location: Philadelphia
|
Posted: Mon Jun 30, 2003 1:36 am Post subject: |
|
|
Try to troubleshoot one network connection at a time, so disable one of your cards; e.g. ifconfig eth1 down. Eth1 is assigned to a different subnet than your gateway, so it won't be able to get out anyway until you correct this problem. Do you have name resolution - what does your /etc/resolv.conf have in it?
FG |
|
Back to top |
|
|
mudrii l33t
Joined: 26 Jun 2003 Posts: 789 Location: Singapore
|
Posted: Mon Jun 30, 2003 2:21 am Post subject: |
|
|
Yep I found the problem it wos my foult I assigne wrong addresses to the eth0 and eth1
network works but I steel can not access Internet I have a proxy on 192.168.1.10 on port 8080 how can I config from command line to acces the net I try with export http_proxy=192.168.1.10:8080 and not work ? |
|
Back to top |
|
|
stigmata n00b
Joined: 16 Jul 2003 Posts: 10 Location: merate - brianza - italy
|
Posted: Wed Jul 16, 2003 9:49 am Post subject: |
|
|
mudrii wrote: | Yep I found the problem it wos my foult I assigne wrong addresses to the eth0 and eth1
network works but I steel can not access Internet I have a proxy on 192.168.1.10 on port 8080 how can I config from command line to acces the net I try with export http_proxy=192.168.1.10:8080 and not work ? |
thats the same for me, my problem is authentication... how do i specify userid and pwd to solve the problem? _________________ ...dodge this. (trinity - the matrix) |
|
Back to top |
|
|
|