Pedro, I'm not trying to be jerk, maybe someone will jump in and help, but you really need to take a step back and read some online tutorials on tcp/ip. Just google "tcp/ip multihomed" and "tcp/ip routing". Your ip addressing and routing table have several problems. If you read a couple of the online tutorials you'll be able to clean it up.
> I pasted some output that show Im already connected, I > can ping 148.223.84.153 that belongs to my ISP, but I > cannot ping anywhere else 8( > > any help will be greatelly appreciated 8) > > > /sbin/route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use > Iface > 148.223.84.153 0.0.0.0 255.255.255.255 UH 0 0 > 0 ppp0 > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 > 0 eth0 > 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 > 0 eth1 > 127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo > 0.0.0.0 192.168.1.2 0.0.0.0 UG 0 0 0 > eth0 > [root@joco cucnews]# ping 148.223.84.153 > PING 148.223.84.153 (148.223.84.153) from > 200.67.101.40 : 56(84) bytes of > data. > 64 bytes from 148.223.84.153: icmp_seq=1 ttl=255 > time=31.0 ms > 64 bytes from 148.223.84.153: icmp_seq=2 ttl=255 > time=21.1 ms > 64 bytes from 148.223.84.153: icmp_seq=3 ttl=255 > time=21.4 ms > 64 bytes from 148.223.84.153: icmp_seq=4 ttl=255 > time=21.4 ms > 64 bytes from 148.223.84.153: icmp_seq=5 ttl=255 > time=21.4 ms > 64 bytes from 148.223.84.153: icmp_seq=6 ttl=255 > time=22.8 ms > 64 bytes from 148.223.84.153: icmp_seq=7 ttl=255 > time=19.9 ms > 64 bytes from 148.223.84.153: icmp_seq=8 ttl=255 > time=20.1 ms > > > --- [EMAIL PROTECTED] wrote: > > >I have a new LTSP Server with a second > > Networkcard... now my idea is that > > >networkcard 1 is for the terminals and networkcard > > two for the incomming data > > >s > > >like internet. > > > > > >I use RH8.0 has somebody a ideea to configure that > > so? > > > > Easy. Just configure NIC 2 for normal access to the > > Internet using > > whatever you have already (cable/ADSL/ISDN) and then > > configure NIC 1 for > > a private network, e.g. 192.168.0.0/24 which is what > > LTSP uses. I'm sure > > RH8 will have the GUI programs for you to configure > > your interfaces. > > > > Nothing special needs to be done with routing, since > > the programs are > > running on the server, unless you have chosen local > > apps. But you should > > ensure that dhcpd is listening on NIC 1, it's an > > option to dhcpd. > > Likewise your tftp and NFS services should be > > allowed to 192.168.0.0/24. > > > > > > > ------------------------------------------------------- > > This sf.net email is sponsored by: > > With Great Power, Comes Great Responsibility > > Learn to use your power at OSDN's High Performance > > Computing Channel > > http://hpc.devchannel.org/ > > > _____________________________________________________________________ > > Ltsp-discuss mailing list. To un-subscribe, or > > change prefs, goto: > > > > > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > > For additional LTSP help, try #ltsp channel on > irc.openprojects.net > > > __________________________________________________ > Do you Yahoo!? > Yahoo! Mail Plus - Powerful. Affordable. Sign up now. > http://mailplus.yahoo.com > > > ------------------------------------------------------- > This sf.net email is sponsored by: > With Great Power, Comes Great Responsibility > Learn to use your power at OSDN's High Performance Computing Channel > http://hpc.devchannel.org/ > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.openprojects.net > ------------------------------------------------------- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/ _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
