Announcement

Collapse
No announcement yet.

Network interface

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Network interface

    I tried to create a usb0 interface by entering in the /etc/network/interfaces file these lines:

    iface usb0 inet static
    address 192.168.0.1
    netmask 255.255.255.0

    It did not work. Can you please tell me why it failed?

    #2
    Unless usb0 is an actual working network interface, it wouldn't be recognized as valid.

    What does ifconfig and iwconfig show?
    Windows no longer obstructs my view.
    Using Kubuntu Linux since March 23, 2007.
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    Comment

    Working...
    X