LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   adsl setup with eagle-usb, bridged ETH LLC, static IP (https://www.linuxquestions.org/questions/linux-networking-3/adsl-setup-with-eagle-usb-bridged-eth-llc-static-ip-340846/)

crmandal 07-07-2005 02:15 AM

adsl setup with eagle-usb, bridged ETH LLC, static IP
 
Hi

I am trying to setup my campus adsl connection, which is apparently
setup for bridged LLC mode of operation.

My modem is apparently operational. It was set up for "Encapsulation=00000001"
( #MPOA_MODE_BRIDGED_ETH_LLC ----> 1 )

But ethernet does not work, what to do next?
...

# eaglestat
eagle-usb status display
-------------------------------------------------------------
Driver version 2.2.0 Chipset: Eagle0
Vendor ID : 0x1110 Product ID : 0x9021 Rev: 0x500b
USB Bus : 001 USB Device : 004 Dbg mask: 0x0
Ethernet Interface : eth1
MAC: 00:30:0a:1f:34:d2
Tx Rate 864 Rx Rate 8128
FEC 0 Margin 10 Atten 12 dB
VID-CPE 0 VID-CO 28 HEC 0
VPI 8 VCI 35 Delin GOOD
Cells Tx 11 Cells Rx 139825
Pkts Tx 5 Pkts Rx 68606
OAM 4 Bad VPI 45 Bad CRC 1
Oversiz. 0

Modem is operational
---------------------------------------------------------------

# route add default gw 10.60.1.2 dev eth1
SIOCADDRT: Network is unreachable

# ping -c 8 -I eth1 10.14.0.2
PING 10.14.0.2 (10.14.0.2) from 10.16.11.80 eth1: 56(84) bytes of data.
From 10.16.11.80 icmp_seq=1 Destination Host Unreachable
From 10.16.11.80 icmp_seq=1 Destination Host Unreachable
From 10.16.11.80 icmp_seq=1 Destination Host Unreachable
From 10.16.11.80 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 10.16.11.80 icmp_seq=2 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 10.16.11.80 icmp_seq=3 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 10.16.11.80 icmp_seq=4 Destination Host Unreachable
ping: sendmsg: Operation not permitted
From 10.16.11.80 icmp_seq=5 Destination Host Unreachable

--- 10.14.0.2 ping statistics ---
4 packets transmitted, 0 received, +8 errors, 100% packet loss, time 4038ms


What is going wrong?

Regards
Chitta

TigerOC 07-08-2005 02:43 AM

I am not familiar with usb networking but just looking at the info you have posted , I have the following generic network comments. To use the network with a static address the network admin should have issued you with a static address (an essential) or else you are just guessing. Second thing is the gateway should be on the same subnet as your address. In the info you have given your eth1 address is 10.14.0.2 and you set the gateway to 10.60.1.2. These are completely different subnets. The gateway should be an address in the range 10.14.0.X. You would also need to specify the DNS resolution IP_address in /etc/resolv.conf.


All times are GMT -5. The time now is 07:01 PM.