LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   RH server and XPfee clients,no connectivity (https://www.linuxquestions.org/questions/linux-networking-3/rh-server-and-xpfee-clients-no-connectivity-228668/)

ALInux 09-09-2004 02:50 PM

RH server and XPfee clients,no connectivity
 
Hi there
After alittle bit of struggle, I got my RH9.0 running, I want to use it as a server of my network cafe.Ive got XP clients (untill now).The network looks like this,
eth0 => internet
eth1=> LAN towards hub
The internet connection on RH9.0 is fine,and Iam able to ping the clients. Ive got static IP addresses on both the server and the clients.Neverless,the clients do not have any connectivity.To make it short, I didnt try anything since I do not know what to try (And yes I read the thread preceeding my thread and I could not find anything helpful).
Any help is welcomed.

P.S. I posted this question ago but I couldnt keep tracking it because my whole network collapsed.SO here Iam again at the same point, the last thing I reached in the last post was that arno requested my ifconfig and route -n so here they are.

[root@localhost root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:E0:4C:01:48:9A
inet addr:169.254.233.158 Bcast:169.254.255.255 Mask:255.255.0.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:315 errors:0 dropped:0 overruns:0 frame:0
TX packets:169 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:96333 (94.0 Kb) TX bytes:26301 (25.6 Kb)
Interrupt:10 Base address:0x9000

eth1 Link encap:Ethernet HWaddr 00:00:1C:81:47:0D
inet addr:192.168.10.254 Bcast:192.168.10.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:423 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:44519 (43.4 Kb) TX bytes:2350 (2.2 Kb)
Interrupt:11 Base address:0x3000

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:8918 errors:0 dropped:0 overruns:0 frame:0
TX packets:8918 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:621325 (606.7 Kb) TX bytes:621325 (606.7 Kb)

ppp0 Link encap:Point-to-Point Protocol
inet addr:90.0.3.4 P-t-P:10.22.0.163 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1480 Metric:1
RX packets:112 errors:0 dropped:0 overruns:0 frame:0
TX packets:142 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:71045 (69.3 Kb) TX bytes:20063 (19.5 Kb)

[root@localhost root]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.22.0.163 0.0.0.0 255.255.255.255 UH 0 0 0 ppp0
192.168.10.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 10.22.0.163 0.0.0.0 UG 0 0 0 ppp0
[root@localhost root]#


By the way I do not have ip forwarding enabled (whatever that is ) so if that has something to do with it, please tell me how to do that. And please tell me were I can get a GOOD beginner guide for newbies in linux networking.
Thanks in advance


All times are GMT -5. The time now is 01:10 AM.