US Robotics ADSL 4-Port Router Model 9107 Installation
voger
vogernewsletters at yahoo.gr
Sat Apr 29 17:57:03 UTC 2006
OOzy Pal wrote:
> On 4/29/06, voger <vogernewsletters at yahoo.gr> wrote:
>> OOzy Pal wrote:
>> > I just bought USR 9107 and hooked it to my both Win and Linux
>> > computers. I was succssfull to configure the winodws but ubuntu.
>> >
>> > The ADSL modem came with a Linux utility called EasyConfigurator;
>> > however, I could not run it. When I type
>> >
>> > sudo ./install.bin
>> >
>> > I get an error " Exception in thread "main"
>> > java.lang.NoClassDefFoundError: zerog/lax/LAX
>> >
>> > Anyhow any body can help me configure this modem to work with ubuntu?
>> >
>> > --
>> > OOzy
>> >
>> You don't need EasyConfigurator even in windows. As far as i know USR
>> 9107 is an
>> modem router that connects with your LAN card. So if you have configured
>> properly
>> networking in your Ubuntu box then you just need to open your browser
>> and navigate to
>> 192.168.1.1. Username: admin and password: admin.
>>
>> BRW if you configured your modem router under windows there is no need
>> to reconfigure
>> it under linux. Assuming that they are both in the same network you just
>> have to set up
>> properly networking in linux and set as default geteway 192.168.1.1.
>> __________________________________________________
>> Χρησιμοποιείτε Yahoo!;
>> Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail διαθέτει
>> την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων
>> http://mail.yahoo.gr
>>
>>
>> --
>> ubuntu-users mailing list
>> ubuntu-users at lists.ubuntu.com
>> https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
>>
>
> hmmm, here is the problem! How to configure my Linux Network. My eth0
> is disabled.
> The cards was working with Mandriva ok.
>
> see the following
> $ mii-tool eth0
> SIOCGMIIPHY on 'eth0clear' failed: Operation not permitted
>
>
> $ cat /etc/network/interfaces
> # This file describes the network interfaces available on your system
> # and how to activate them. For more information, see interfaces(5).
>
> # The loopback network interface
> auto lo
> iface lo inet loopback
>
> # This is a list of hotpluggable network interfaces.
> # They will be activated automatically by the hotplug subsystem.
> mapping hotplug
> script grep
> map eth0
>
> --
> OOzy
I don't know if there is a tool to configure the interfaces under
Debian/Ubuntu. I did mine
during installation. Anyway i once copied and modified my
/etc/network/interfaces file
i one laptop and after rebooting worked fine. Here is my interfaces file
-------------------------------------------------------------------------------------------------------------
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
# This is a list of hotpluggable network interfaces.
# They will be activated automatically by the hotplug subsystem.
auto eth0
# The primary network interface
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.1
----------------------------------------------------------------------------------------------------------------
and my /etc/resolv.conf
---------------------------------------------------------
nameserver <primary isp DNS>
nameserver <secondary isp DNS>
---------------------------------------------------------
You can get DNS servers that you ISP uses by calling them or somewhere
in the routers web interface.
Alternatively you can just put in there only the following line:
nameserver 192.168.1.1
Hope that helps
__________________________________________________
Χρησιμοποιείτε Yahoo!;
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών μηνυμάτων
http://mail.yahoo.gr
More information about the ubuntu-users
mailing list