networking/internet sharing

Posts: 16
ok here goes.
i have installed Mepis 6.0 on my server that used to have Gentoo on it. my server crashed and i lost my gentoo.
Any way i installed Mepis and i cant seem to get my home network working.
root@1[~]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:12:17:57:E0:19
inet addr:207.70.159.71 Bcast:192.168.0.254 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:534734 errors:0 dropped:0 overruns:0 frame:0
TX packets:326059 errors:58 dropped:0 overruns:0 carrier:58
collisions:0 txqueuelen:1000
RX bytes:795006481 (758.1 MiB) TX bytes:24291611 (23.1 MiB)
Interrupt:185 Base address:0xe100eth1 Link encap:Ethernet HWaddr 00:02:E3:17:5C:31
inet addr:192.168.0.1 Bcast:192.168.0.254 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:1783 errors:0 dropped:0 overruns:0 frame:0
TX packets:65827 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:260857 (254.7 KiB) TX bytes:3020108 (2.8 MiB)
Interrupt:193 Base address:0x2000lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:62595 errors:0 dropped:0 overruns:0 frame:0
TX packets:62595 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:5025021 (4.7 MiB) TX bytes:5025021 (4.7 MiB)
Quote:I cant seem to get the internet to wok on the other puters.
i have a modem (dsl) coming in to my linux box and another nic card serviceing the switch box. i cant seem to get it working. PLEASE some one send me someplace or teach me how to dothis. i have completely forgot or never knew what to do i have played with this for several days and i have gone bald!!!
thanks in advance.Quote:
# /etc/inetd.conf: see inetd(for further informations.
#
# Internet server configuration database
#
#
# Lines starting with "#:LABEL:" or "##" should not
# be changed unless you know what you are doing!
#
# If you want to disable an entry so it isn't touched during
# package updates just comment it out with a single '#' character.
#
# Packages should modify this file by using update-inetd(
#
#
#
#:INTERNAL: Internal services
#echo stream tcp nowait root internal
#echo dgram udp wait root internal
#chargen stream tcp nowait root internal
#chargen dgram udp wait root internal
#discard stream tcp nowait root internal
#discard dgram udp wait root internal
#daytime stream tcp nowait root internal
#daytime dgram udp wait root internal
#time stream tcp nowait root internal
#time dgram udp wait root internal#:STANDARD: These are standard services.
#:BSD: Shell, login, exec and talk are BSD protocols.
#:MAIL: Mail, news and uucp services.
#:INFO: Info services
#:BOOT: Tftp service is provided primarily for booting. Most sites
# run this only on machines acting as "boot servers."#:RPC: RPC based services
#:HAM-RADIO: amateur-radio services
#:OTHER: Other services
## netbios-ssn stream tcp nowait root /usr/sbin/tcpd /usr/sbin/smbd
printer stream tcp nowait lp /usr/lib/cups/daemon/cups-lpd cups-lpd
vboxd stream tcp nowait root /usr/sbin/tcpd /usr/sbin/vboxdQuote:
for further informations.