Ubuntu Networking :: Create Sub Interfaces But Being Removed After Restart?

Sep 18, 2010

When I create eth0:1 sub interface after restart it is not there anymore. how to properly set a new interface with ip address and make it permanent

View 1 Replies


ADVERTISEMENT

Fedora Networking :: F11 - Service Network Restart Does Not Bring Up All Interfaces

Jun 23, 2009

If I restart the network service, not all interfaces come back up. Is this expected behaviour or does something need a kick?

Code:
[root@@aspire3500 ~]$ service network restart
Shutting down interface eth0: [ OK ]
Shutting down interface wlan0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
[root@@aspire3500 ~]$

View 3 Replies View Related

Ubuntu Networking :: Why Create Sub Interfaces?

Oct 31, 2010

What is the use of creating sub interfaces, for example eth0.1 etc. can someone please give an example of a situation where it would be useful

View 3 Replies View Related

Ubuntu Networking :: ADVISEADDR: Error In Specifying Interfaces: No Existing Ip Interfaces Found

Jan 7, 2010

I have a weird issue that I have not seen on any forum. My jaunty on DELL studio laptop seems connected to net, but I can not access any network service (ssh, firefox etc.). But when I connect a cable the cable lights blink as it should be and in wireless connection my wifi light blinks.

It was working 2 days ago without problem, and I have not done big changes recently.I removed and reinstalled network-manager and network-manager-gnome. Nothing changed. I see a message in each restart as follows (when Openafs is starting). I can reproduce it with "/etc/init.d/openafs-client restart"

Code:

ADVISEADDR:error in specifying interfaces: no existing ip interfaces found

#lspci

Code:

04:00.0 Network controller: Intel Corporation Wireless WiFi Link 5100
08:00.0 Ethernet controller: Broadcom Corporation NetLink BCM5784M Gigabit Ethernet PCIe (rev 10)
#lshw -c network

[code].....

View 5 Replies View Related

Ubuntu Networking :: Adding Interfaces To /etc/network/interfaces?

Apr 16, 2010

If I try to add a new interface (eth1) to /etc/network/interfaces, I get

Code:
* Reconfiguring network interfaces... SIOCSIFADDR: No such device
eth1: ERROR while getting interface flags: No such device
SIOCSIFNETMASK: No such device

[Code]...

How do I add 2 interfaces and get anyone of them to work, as available ?

View 5 Replies View Related

Fedora Networking :: Enable 3 Interfaces \ When Start One Interface The Another Interfaces Goes Down?

Jan 25, 2010

I have 3 Interfaces for a different LAN's and when I start one interface the another interfaces goes down.How can it's possible?I configure my ethernets as:

Code:
/sbin/ifconfig eth0 172.16.3.108 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth1 172.16.3.109 netmask 255.255.0.0 broadcast 172.0.255.255
/sbin/ifconfig eth2 172.16.3.1110 netmask 255.255.0.0 broadcast 172.0.255.255

View 12 Replies View Related

Ubuntu Networking :: NIC - Create A "teaming" With These 2 Interfaces?

May 16, 2010

When running mii-tool , i get this resault eth0: negotiated 1000baseT-FD flow-control, link ok SIOCGMIIPHY on 'eth1' failed: Resource temporarily unavailable Which is probably preventing me from creating a "Bonding/Teaming". how to create a "teaming" with these 2 interfaces ?

View 2 Replies View Related

Ubuntu :: Removed The Driver Tried To Restart The Computer Hangs On Boot?

Jul 2, 2010

I have a Dell desk top PC, running WinXP and Ubuntu 10.04 LTS with a Ge-Force FX 5200 video card. In trying to get both monitors to work properly I thought it would help to reinstall Nvidia binary X.Org driver V173. After I removed the driver I tried to restart the computer with Umbuntu, it hangs up at the Ubuntu logo. I can boot with the live disk, I also tried to reinstall the Nvidia driver But the machine still will not boot from the hard drive, it will boot into Win XP normally.hould I just reinstall Ubuntu or fix the problem I created? My skills working in Terminal are minimal

View 7 Replies View Related

Fedora Networking :: Setup The Network Scripts To Create Two Network Interfaces For Vlan X And Y?

Apr 7, 2009

Using Fedora 10, can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 2 Replies View Related

Red Hat :: Networking - Setup Network Scripts To Create Two Network Interfaces For Vlan X And Y

Apr 7, 2009

Can anyone tell me how to setup the network scripts to create two network interfaces for vlan x and y. Both interfaces should obtain an ip from dhcp and both interfaces should run over eth0.

View 4 Replies View Related

Networking :: Create A Script Which Checks For The 2 Process And Restart It Automatically?

Mar 11, 2010

There are two host agent process ( hprsmha -WD and RSMHA ) running on my SLES 10 server suddenly hangs which is critical for my daily scheduled backup jobs.I want to create a script which checks for the 2 process and restart it automatically.so i can put it to daily cron job.My knowledge with scripting is so poor. Following are the commands i am running manually to stop and start the process.

cd /etc/init.d
./hprmsha stop
./hprsmha_wd stop
./hprsmha_wd start
./hprsmha start

View 4 Replies View Related

Ubuntu :: Removed The File That It Said To Create, But Still Can't Log In?

Mar 30, 2011

I followed this tutorial exactly:When I rebooted, I tried to log in but was redirected to the login screen every time.I removed the file that it said to create, but still can't log in.

View 2 Replies View Related

General :: Use 'iw' To Create Multiple Virtual Interfaces To Connect To Multiple Networks?

Oct 26, 2010

I'm trying to connect one computer to two others in an ad-hoc infrastructure.

[computer 1] ---- [computer 2] ---- [computer 3]

computer 2 is running Linux and has a single NIC wlan0. I want to it to connect to both computer 1 and computer 3 so each computer can talk to the other. No switch is available so it needs to be an ad-hoc setup.

[Code]...

View 1 Replies View Related

CentOS 5 :: Raid 1 - Need To Create Array On Every Restart

Mar 10, 2010

I have a raid 1 array which I did setup on a Centos box. I can configure the array fine the problem is every time is restart my machine I can no longer see the array and have to go create it all over again. I tried doing a few searches on it but have came up with nothing so far.

View 19 Replies View Related

Ubuntu Networking :: Startup Networking Automatically Using /etc/network/interfaces

Jul 2, 2010

I'm on an embedded system that doesn't have Gnome, and I'm trying to startup networking automatically using /etc/network/interfaces. Here's what I have.

[Code]....

eth0 comes up just fine. wlan0 comes up, but it's unable to acquire a DHCP address. I added the following lines to /etc/rc.local, and wlan0 comes up all the way, but I'm not too crazy about this hack.

[Code]....

View 1 Replies View Related

Software :: When Removed CUPS Some Other Files Were Removed Too?

Jun 24, 2011

I've been having trouble with CUPS.I uninstalled it and I wanted to re-install it. When I removed CUPS some other files were removed too. I don't have an option of installing the software or updating a system, in the Control Center.

View 1 Replies View Related

Debian :: Create A Warm Backup (clone Disk) Of O.S. Without Restart Computer?

Jan 17, 2011

I use clonezilla cd live to backup my Debain Squeese O.S.,

there is the possibility to create a warm backup (clone disk) of O.S. without restart the computer ?

View 2 Replies View Related

Ubuntu Networking :: No Networking Interfaces Working

Jul 28, 2011

I installed the latest release of Kubuntu on to my dell laptop about 3 days ago, I fell asleep last night and woke up to my laptop not being connected to my wireless(it was when I fell asleep, it didnt reboot or anything overnight an dno one touched it), so I plugged in an ethernet cable and it still did not detect an internet connection, then finally it connected through my phones mobile internet via Usb.

However none of the built in networking devices are working, I have them all enabled.My WLAN Interface says "Unmanaged" and Networking interface complains the cable is unplugged even when it is not.I know you guys will need some additional info from me to help me.I just used my mobile broadband to install Wicd network manager but thats just a temporary fix, as it doesnt fix my ethernet issue and I want to be able to use the network manager itself to manage my networks.

View 2 Replies View Related

Ubuntu Networking :: Two Interfaces In One Host?

Feb 6, 2011

I have a laptop "fura1" with two interfaces, eth0 (Ethernet) and eth1 (wifi), which I assign IPs 192.168.1.10 and 192.168.1.11 respectively. Then a desktop "fura2" with only one interface eth0 (Ethernet). Both are connected to a local network along with other appliances. My doubts arise on how to configure the /etc/hosts file of the desktop "fura2" taking in account that "fura1" has two interfaces, so two IP, but, obviously, only one hostname.

My first attempt for /etc/hosts of "fura2" was:

127.0.0.1localhost
127.0.1.1fura2
192.168.1.10 fura1 fura1.workgroup
192.168.1.11 fura1 fura1.workgroup
192.168.1.102 PDA PDA.workgroup
192.168.1.103 MT MT.workgroup

But it seems to my that assigning two different IPs to the same host is not a good solution. On the other hand, if I give different name to each interface, I will got a host with two hostname (?).

View 2 Replies View Related

Networking :: Got Two Interfaces With Same Mac?

May 6, 2011

I'm testing some network setups, and bought two dirt-cheap USB network interfaces. My plan was to attach these two to an embedded device (sheevaplug) and mess with firewall setups. However, the two interfaces are absolutely identical; they have the same MAC, and lsusb -v is the same for both, line by line (except for device number, which tells the order the devices are plugged in, I believe?). Also, this is a single usb bus (single port, with a hub).

Now, obviously I can't make much of a firewall setup if I can't tell the interfaces apart. I realize I probably hit a brick wall, but does anyone have thoughts on this?

View 4 Replies View Related

Ubuntu Networking :: Set Up Two Network Interfaces In Laptop

Jan 16, 2010

I am currently trying to set up two network interfaces in my laptop. The wireless connection wlan0 works fine and it's the one that I use to connect the internet. It's in the range of 192.168.0.x/24 (gateway: 192.168.0.1). The wired interface eth0 is connect to another router (gateway: 10.0.0.13 with IPs in the range of 10.0.0.x/24. The router is set up to work as an AP and the 10.0.0.x network will only be used to control a robot, so no internet access will be required in this network. The problem is that when I have both connections up, I can't access the Internet anymore. I can still ping both routers, I can enter both routers configuration pages but I can't connect to the Internet. If I unplug the network cable, Internet gets accessible again.

I'm still a novice in linux and I can't figure out how to fix this. I don't want to get into static ip for the wireless connection since I'm constantly using the laptop in different places. The objective is to use the 10.0.0.x router to have a development platform for the robot that can be used anywhere without having to reconfigure the robot for a new network, which is a real pain.

In detail, the laptop connects via wireless to the network with intenet (192.168.0.x) and also connects via cable to another wireless router(10.0.0.x). The wireless connection of the second router is used to connect to the robot. Since I can ping both routers when they're both connected, I think it may be something related to the ip routes. I'm using Ubuntu 9.10 with kernel 2.6.31-17-generic

[Code]....

View 8 Replies View Related

Ubuntu Networking :: Share Internet Between Two Interfaces?

Oct 17, 2010

For a very special project, many hardware issues, unusual limitations, etc, I'm turning my ubuntu into an access point (temporarily) by sharing the Internet from one device to another. I found out that with the devices I'm using, this can't be done with the network manager.

I need to get the internet from a device called 'tun0', to my 'wlan0', so it can broadcast it as a very special access point. I've read that there are ways to do this with the terminal.

View 2 Replies View Related

Ubuntu Networking :: Why Etc/network/interfaces Does Not Contain Eth0

Jan 1, 2011

So far as my knowledge goes, /etc/network/interfaces is supposed to contain a list of all the available interfaces. But my /etc/network/interfaces looks like this,auto loiface lo inet loopbackBut I have a perfectly working eth0 connection. Why does not it appear here?

View 9 Replies View Related

Ubuntu Networking :: Why Won't Wireshark Show Any Interfaces In

Apr 27, 2011

I installed Wireshark 1.2.7 on my Lenovo X61 tablet PC running Ubuntu 10.04 lucid during the quest for a decent signal strength meter for available wifi access points. What is a good software or hardware method to TEST WiFi strength & power?But I can't get Wireshark to do the simplest thing, which is to "Capture Interfaces".

View 9 Replies View Related

Ubuntu Networking :: Fixing Network Interfaces

May 27, 2011

I accidentally killed the dhclient processes. I am unable to access the Internet wirelessly or with Ethernet. It's a little irritating because now I have to post this using my phone. I'm looking for a way to reformat the network files to how they looked when I first installed ubuntu. I don't know quite what these are, or really anything about it.

The /etc/network/interfaces file has the following information:

I'm pretty sure there's supposed to be more.

iwconfig typed into the terminal gives me this:

According to lshw, the logical name for my Ethernet interface is eth1. I think it used to be eth0. It's an 88E8055 PCI-E Gigabit Ethernet Controller.

The wireless interface has logical name wlan1. I think this used to be wlan0. It's a PRO/Wireless 3945ABG [Golan] Network Connection. The driver is iwl3945 - [phy0]

View 3 Replies View Related

Networking :: Ubuntu 10.04 - 2 Interfaces Same Gateway Setting

Aug 4, 2010

I recently upgraded an Ubuntu 8.04 server to 10.04 server. My previous configuration had two network interfaces both routed to the same LAN with the same gateway. This functioned for me so as to support different services on each interface, such as http and smb on one, torrents on another. This routed fine in 8.04 (routing table below). Once I upgraded to 10.04, any packets that traveled beyond the LAN did not return. I checked and there is no local firewall running. Thinking that this was strange I set up a virtual machine and tested it in a different environment at work (and also with a virtual firewall configuration) with the same results.

I also tested several other current operating systems, including Debian 5.04 and Open Solaris 9, all of which routed two interfaces with the same gateway fine. I rolled back from 10.04 to 9.10 and the problem persists, so the change exits also between 8.04 and 9.10. at least identify what is unique to Unbuntu 9.10 and above that is preventing having two interfaces with the same gateway, something that other operating systems do not seem to have trouble with?

[Code]...

View 1 Replies View Related

Networking :: Configuring With Two HW Interfaces?

Oct 16, 2010

I have two interfaces, gprs0 and gprs1, both connected to the Internet from the same HW device, but through two different access points I just read another blog entry with a guy who had two network cards, using one as a back up - I guess this is a little similar, but should be much easier I am guessing - I am just lost Using ifconfig (IP address given by the network) and route to setup the connection,

ifconfig gprs0 10.20.30.40 up
route add default dev gprs0
ping 66.102.7.99 works fine
afterwards

[code]....

There is data being transmitted and received to device again, I guess the kernel just doesn't know where the incoming data should go without the correct routing tables? Or what exactly is going on?The question I have is how do I configure the device to do the correct routing, using only the ifconfig and route commands? Maybe too trivial for you guys, but I am getting tired of goofing around not knowing what is up and down anymore

View 1 Replies View Related

Ubuntu Networking :: Set The IP In The /etc/network/interfaces File And Reboot?

Jan 20, 2010

DSL modem is a Speedstream 6520 router. All computers work fine via dhcp. I'm trying to setup a small server (print server, ssh & ftp servers). I understand enough of the software part of things to get it going, my problem is setting a static IP on the server box. Every time I set the IP in the /etc/network/interfaces file and reboot, I have no network connection. I can talk to the modem through the browser, but nothing beyond that, not even local computers.

/etc/network/interfaces
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 192.168.254.202
network 192.168.254.0
netmask 255.255.255.0
gateway 192.168.254.254

ifconfig shows the .202 address, but box can't get to the outside world, and can't ssh into the box from a computer sitting next to it. If I let it dhcp, then I can ssh into it, and have access to the internet. In the modem, I have dmz set for that address. Wan address is static. I can ssh into it if I let it do dhcp, so I know it can work that far. But if I set static ip, I might as well pull the network cable. I've been beating my head on this for over a week, and I'm lost why I can't get it to work. I even changed the dhcp range on the modem, so the .202 is not in that range. There is no dhcp client installed that I can find. I'm using WattOS beta3, which is a light distro based on 9.04. The computer is an old Dell GX150, integrated nic. I have done ifdown and ifup eth0, still no happiness. Doesn't seem like it should be that hard, but I'm stumped. DMZ should let everything pass, so don't need to mess with port forwarding and such. I know it works using dhcp.

View 2 Replies View Related

Ubuntu Networking :: Getting Dynamic Ip Addresses For Multiple Interfaces?

May 6, 2010

I have 4 Ethernet Interfaces. I need Dynamic IP-Addresses for 2 Interfaces. Can anybody help me how can i achieve that

View 3 Replies View Related

Ubuntu Networking :: /etc/network/interfaces Not Booting On Startup?

Sep 23, 2010

When I boot into Ubuntu with the Xfce desktop then proceed to terminal to check my IP it is always some random IP as provided via DHCP by the router. If I then go to the cmdline and type sudo /etc/init.d/networking restart then the wifi correctly connects to the router to the one static network address that I have specifically provided for it - as stated in my interfaces file. Why is this not happening on startup?

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved