First of all, thanks to all who have offered me advice so far...
I now have ethernet talking and am trying to get over the final
hurdle (I hope!)
I can telnet to linux box from win95 box, but I can't telnet to the
outside world, even though linux will, and I used IP addr.
I've compiled the kernel with IP/Fowarding (in the kernel, not a
module).
I have the win95 box set with 192.168.1.1 as it's gateway,
and if I telnet to that addr from the win95 box, then I get
my linux box and can log in...
Heres some diagnostics that might help...
shamen:~$ ifconfig -a
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1
RX packets:34 errors:0 dropped:0 overruns:0 frame:0
TX packets:34 errors:0 dropped:0 overruns:0 carrier:0 coll:0
eth0 Link encap:Ethernet HWaddr 00:40:05:41:00:5E
inet addr:192.168.1.1 Bcast:192.168.1.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:535 errors:0 dropped:0 overruns:0 frame:0
TX packets:213 errors:0 dropped:0 overruns:0 carrier:0 coll:0
Interrupt:11 Base address:0x6100
ppp0 Link encap:Point-to-Point Protocol
inet addr:206.165.19.66 P-t-P:206.165.11.32
Mask:255.255.255.0
UP POINTOPOINT RUNNING MTU:552 Metric:1
RX packets:1256 errors:0 dropped:0 overruns:0 frame:0
TX packets:1394 errors:0 dropped:0 overruns:0 carrier:0 coll:0
shamen:~$
shamen:~$ netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt
Iface
ts30.phx.primen * 255.255.255.255 UH 552 0 0
ppp0
192.168.1.0 * 255.255.255.0 U 1500 0 0
eth0
loopback * 255.0.0.0 U 3584 0 0
lo
default ts30.phx.primen 0.0.0.0 UG 552 0 0
ppp0
shamen:~$
shamen:~$ netstat -i
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR
Flags
lo 3584 0 34 0 0 0 34 0 0 0
BLRU
eth0 1500 0 546 0 0 0 214 0 0 0
BRU
ppp0 552 0 1258 0 0 0 1402 0 0 0
PRU
shamen:~$
Any help will be greatly appreciated...
Ben
--
Author of ScryMUD: mud.primenet.com 4444
http://www.primenet.com/~greear/ScryMUD/scry.html