Sending this on the leaf-user list after some hours of trying....
My present problem is that I can't ping from my dachstien box, loaded 
with the rc2 version booted from floppy.
Is it possible there is some firewall filtering that prevents ping even 
outbound?
In consonance with the troubleshooting support page, I have the 
following network diagram:

  A PC running Suse 7            cat5                   hub              
        cat5              dachstein box
(192.168.1.1/24 dev eth0)  <-------> (SMC EZ Hub 10/100) <------> 
(192.168.1.2/24 dev eth1)
                                                                         
                                      (dhcp dev eth0 ) <----> Alcatel speed
                                                                         
                                                                  touch 
DSL modem.

I have a known working ethernet nic in the Suse box, used it before to 
ping a different box, all works fine.

I have two Netgear FA311 nics in the dachstein box, and the natsemi.o 
module seems to pick them up fine upon
insmod natsemi.o

The output of lsmod shows the natsemi loaded, and in use by pci-scan.
The results of dmesg are no errors, only
eth1: setting full-duplex based on negotiated link capability

I would like to set an IP address on eth1, set a route, and ping my Suse 
machine just to verify it.
I have done:
ip addr add 192.168.1.2/24 broadcast 192.168.1.255 dev eth1
ip link set up
ip route add 192.168.1.0/24  dev eth1

The output of ip addr show is:
1: lo: <LOOPBACK,UP> yadda yadd
2: eth0: <BROADCAST,MULTICAST>  yadda link/ether (the correct hw addr)
3: eth1:  <BROADCAST,MULTICAST,UP>  mtu 1500 qdisc pfifo_fast qlen 100
     link/ether (the correct hw addr)
     inet 192.168.1.2/24 brd 192.168.1.255 scope global eth1

and the output of ip route show is:
192.168.1.0/24 dev eth1 proto kernel scope link src 192.168.1.2

But a ping command
ping 192.168.1.1
shows 9 or 10 packets sent, none recieved, all packets lost.

Also --- looking ahead to tyring to connect up eth0 to my dsl provider:
I have read the LRP xDSL how-to, but it is only for static IP from a 
provider, apparently.
Is there a how-to for getting PPPOE running over a DSL modem in Dachstein?

Thanks again.



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to