---Wilken
Cat /etc/conf.d/net
----------------------------------------------
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header: /home/cvsroot/gentoo-src/livecd-ng/profiles/lw/aux-files/net,v 1.2 2003/03/06 01:22:47 livewire Exp $
# Global config file for net.* rc-scripts
# This is basically the ifconfig argument without the ifconfig $iface
#
#iface_eth0="192.168.0.1 broadcast 192.168.0.255 netmask 255.255.255.0"
#iface_eth1="207.170.82.202 broadcast 207.0.255.255 netmask 255.255.0.0"
# For DHCP set iface_eth? to "dhcp"
# For passing options to dhcpcd use dhcpcd_eth?
#
#iface_eth0="dhcp"
#dhcpcd_eth0="..."
# For adding aliases to a interface
#
#alias_eth0="192.168.0.3 192.168.0.4"
# NB: The next is only used for aliases.
#
# To add a custom netmask/broadcast address to created aliases,
# uncomment and change accordingly. Leave commented to assign
# defaults for that interface.
#
#broadcast_eth0="192.168.0.255 192.168.0.255"
#netmask_eth0="255.255.255.0 255.255.255.0"
# For setting the default gateway
#
#gateway="eth0/192.168.0.1"
cat /etc/resolve.conf
------------------------------------
nameserver 66.114.79.40
lsmod
-------------------------------------
Module Size Used by Tainted: GF
eepro100 18388 1
mii 2128 0 [eepro100]
apm 9208 0 (unused)
floppy 47004 0 (autoclean)
serial 48932 0 (autoclean)
isa-pnp 28100 0 (autoclean) [serial]
snapshot 16544 0 (unused)
md_xor 8660 0 (unused)
md_raid1 14108 0 (unused)
md_raid0 4760 0 (unused)
md_linear 1880 0 (unused)
md_core 42208 0 [md_raid1 md_raid0 md_linear]
lvm_vge 26984 0 (unused)
ldev_mgr 16068 0 (unused)
dos_part 10604 0 (unused)
evms_passthru 1824 0 (unused)
evms_drivelink 8416 0 (unused)
evms_bbr 14392 0 (unused)
evms 33260 8 [snapshot md_xor md_raid1 md_raid0 md_linear md_core lvm_vge ldev_mgr dos_part evms_passthru evms_drivelink evms_bbr]
cloop 5520 1
usb-storage 55608 0 (unused)
hid 12468 0 (unused)
uhci 23008 0 (unused)
usbcore 55456 1 [usb-storage hid uhci]
Ifconfig
--------------------------------
eth0 Link encap:Ethernet HWaddr 00:90:27:BB:34:3E
inet addr:192.168.0.102 Bcast:192.168.0.255 Mask:255.255.255.0
inet6 addr: fe80::290:27ff:febb:343e/10 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:436 (436.0 b) TX bytes:1093 (1.0 Kb)
Interrupt:11 Base address:0x5000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 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:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Route –n
-----------------------------------
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
0.0.0.0 192.168.0.1 0.0.0.0 UG 1 0 0 eth0
Erik S. Johansen wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 22 July 2003 04:53, wrivera wrote:After running net-setup eth0 on the livecd, I am unable to reach an outside address. I can ping my router and other machines on my network but I can not get anoutside connection. Does anyone have an idea of what the problem can be.try:route add default gw 192.168.0.1 - --Erik -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQE/HOYwds9m9uhAobARAqy9AJsFXdYSZQA8Idbp5tlH/cQvNQeW2wCfT0Hi SEOgn2KOn6RfW7k7+2zguEg= =KkJS -----END PGP SIGNATURE----- -- [EMAIL PROTECTED] mailing list
