LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   setting firestarter (https://www.linuxquestions.org/questions/linux-networking-3/setting-firestarter-250943/)

baremacho 11-04-2004 02:33 AM

setting firestarter
 
hi,
just finished installed fedora 2 and want to use it as
router for sharing files and access internet in my LAN network.
Also already installed firestarter and don't know the recommended
configuration.

I didn't do yum update yet because it will take time for hours so
I let it as it be.Don't know what is the problem is but what i know,
i can browse internet from fedora 2 just fine.When I browse internet from LAN
pc(winXP) using firefox or mozilla,it load sooo slow and sometimes didn't load
100%.But the weird is,i can ping all my LAN pcs from fedora 2 and vice versa.
Maybe I still not configure fully yet my firestarter.Any one know how?

Btw,perhaps someone can help me if this my configuration is correct for
my ifcfg-eth0 and ifcfg-eth1.Ouh,I'm using ppp0(dynamic ip) to connect to internet.

my ifcfg-eth0(internal interface)
Code:

# 3Com Corporation|3CSOHO100B-TX 910-A01 [tulip]
DEVICE=eth0
BOOTPROTO=none
HWADDR=xxxxxxxxxxxxxx
ONBOOT=yes
TYPE=Ethernet
DHCP_HOSTNAME=araki.org
IPADDR=192.168.0.1
NETMASK=255.255.255.0
USERCTL=no
PEERDNS=no
IPV6INIT=no

my ifcfg-eth1(external interface)
Code:

# Linksys|NC100 Network Everywhere Fast Ethernet 10/100
DEVICE=eth1
BOOTPROTO=dhcp
HWADDR=xxxxxxxxx
ONBOOT=no
TYPE=Ethernet
DHCP_HOSTNAME=araki.org
USERCTL=no
PEERDNS=no
IPV6INIT=no

and then i run command netstat -r to make sure my default gateway and
I got this:

Code:

Kernel IP routing table
Destination    Gateway        Genmask        Flags  MSS Window  irtt Iface
my ip add      *              255.255.255.255 UH        0 0          0 ppp0
192.168.0.0    *              255.255.255.0  U        0 0          0 eth0
169.254.0.0    *              255.255.0.0    U        0 0          0 eth0
127.0.0.0      *              255.0.0.0      U        0 0          0 lo
default        my ip add      0.0.0.0        UG        0 0          0 ppp0

where is my 192.168.0.1?

thanks a lot,
bare


All times are GMT -5. The time now is 02:40 AM.