LAN configuration problem?

1997-06-16 Thread Randy Edwards
I've been playing around for a few days trying to get a network up between my Debian 1.3/2.0.30 box and a Win95 machine. I've read the Net-3 and IP-Masquerade HOWTOs and have set things up to what I think should be right. However, I can't even seem to get even a ping across the LAN. Of cou

Re: LAN configuration problem?

1997-06-16 Thread Craig Sanders
On Mon, 16 Jun 1997, Randy Edwards wrote: > /etc/init.d/network: > #!/bin/sh > # Configure the loopback interface: > ifconfig lo 127.0.0.1 > route add -net 127.0.0.0 > > # Define some of my defaults: > IPADDR=192.168.1.1 > NETMASK=255.255.255.0 > NETWORK=192.168.1.0 > BROADCAST=192.168.

Re: LAN configuration problem?

1997-06-19 Thread Rob Browning
Also bear in mind that some kernels require a cat > echo 1 > /proc/sys/net/ipv4/ip_forwarding to get forwarding working. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: LAN configuration problem?

1997-06-19 Thread Jens B. Jorgensen
Rob Browning wrote: > > Also bear in mind that some kernels require a > > cat > echo 1 > /proc/sys/net/ipv4/ip_forwarding > > to get forwarding working. Surely you mean: cat | echo 1 > /proc/sys/net/ipv4/ip_forwarding or even simply echo 1 > /proc/sys/net/ipv4/ip_forwarding What

Re: LAN configuration problem?

1997-06-19 Thread Rob Browning
"Jens B. Jorgensen" <[EMAIL PROTECTED]> writes: > echo 1 > /proc/sys/net/ipv4/ip_forwarding > > What does the 'cat >' part do? That's what I meant. The cat > was the result of a failure to cut and paste properly... Sorry about that. -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-ma

Re: LAN configuration problem?

1997-06-20 Thread Craig Sanders
On 19 Jun 1997, Rob Browning wrote: > > echo 1 > /proc/sys/net/ipv4/ip_forwarding > > > > What does the 'cat >' part do? > > That's what I meant. The cat > was the result of a failure to cut and > paste properly... Also, Randy's question was about an IP Masquerading setup. He almost cert

Re: LAN configuration problem?

1997-06-20 Thread Rob Browning
Craig Sanders <[EMAIL PROTECTED]> writes: > Also, Randy's question was about an IP Masquerading setup. He almost > certainly doesn't want ip_forwarding turned on. Hmm. I'm not sure but I think as far as the kernel is concerned masquerading may count as a form of forwarding. All I do know is th

Re: LAN configuration problem?

1997-07-02 Thread Randy Edwards
Odd, I still can't figure this one out. After reinstalling Win95 and triple checking its setup I'm thinking that the problem must be on Linux's end. Since it's been a while since I brought this issue up, I'll quote a lot (my apologies) to refresh your memory. > > /etc/init.d/network: > >

Re: LAN configuration problem?

1997-07-02 Thread Craig Sanders
On Wed, 2 Jul 1997, Randy Edwards wrote: (i've deleted lots of stuff which seemed fine and didn't seem to need a response) > > can your linux machine ping the win95 machine? > >Nope, when I ping the Win95 box I get a 100% loss. > > what's in your arp table on the linux machine? try 'arp -a

Re: LAN configuration problem?

1997-07-02 Thread Randy Edwards
On Thu, 3 Jul 1997, Craig Sanders wrote: First, thanks for all your info and help... > So, this table is saying that IP address 192.168.1.3 (your win95 machine?) > is at the machine with ethernet card 00:C0:26:80:1E:73 Yes, 192.168.1.3 (horeb) is the Win95 and that is its ethernet card. >