Ubuntu Forums ubuntu.com - launchpad.net - ubuntu help  

Go Back   Ubuntu Forums > The Ubuntu Forum Community > Forum Archive > Main Support Categories > Networking & Wireless
Register Reset Password Forum Help Forum Council Search Today's Posts Mark Forums Read

Hello, Unregistered You are browsing a READ only archive of the main support categories pre 4/21/2008. You will not be able to post or reply any threads in this section.
Ubuntu 9.10 is out!!!

When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu.

The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely.

Networking & Wireless
Having problems getting connected to the internet or getting your wireless card to work? Ask here.

 
Thread Tools Display Modes
Old March 28th, 2007   #1
Baji
5 Cups of Ubuntu
 
Join Date: Jun 2006
My beans are hidden!
NetworkManager & Firestarter internet sharing

I've been at this quite a while and I hope someone can shed some light at this issue:

I use firestarter to share a wired internet connection (eth1) through eth0 to my network.

Now NetworkManager has come and he doesnt fully agree on what I'm doing.

Firstly Firestarter doesnt start automatically because NetworkManager seems to disable (?) the interfaces first.

Second NetworkManager doesnt let the two interfaces be active at the same time (?) so firstarter allways spits an error out one of them isnt ready, whichever I try to deactivate/active.

uname -a
Code:
Linux flyingdutchman 2.6.20-13-generic #2 SMP Sun Mar 25 00:21:25 UTC 2007 i686 GNU/Linux
firstarter 1.0.3-1.3ubuntu2
network-manager 0.6.4-6ubuntu3

cat /var/log/syslog | grep NetworkManager
Code:
Mar 28 08:47:51 flyingdutchman avahi-daemon[10467]: Network interface enumeration completed.
Mar 28 09:01:50 flyingdutchman NetworkManager: <information>^IDHCP daemon state is now 14 (normal exit) for interface eth1 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^ISWITCH: found better connection 'eth0' than current connection 'eth1'. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IWill activate connection 'eth0'. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IDevice eth0 activation scheduled... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IDeactivating device eth1. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) started... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 1 of 5 (Device Prepare) scheduled... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 1 of 5 (Device Prepare) started... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 2 of 5 (Device Configure) scheduled... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 1 of 5 (Device Prepare) complete. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 2 of 5 (Device Configure) starting... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 2 of 5 (Device Configure) successful. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 3 of 5 (IP Configure Start) scheduled. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 2 of 5 (Device Configure) complete. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 3 of 5 (IP Configure Start) started... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 4 of 5 (IP Configure Get) scheduled... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 3 of 5 (IP Configure Start) complete. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 4 of 5 (IP Configure Get) started... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 5 of 5 (IP Configure Commit) scheduled... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 4 of 5 (IP Configure Get) complete. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 5 of 5 (IP Configure Commit) started... 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IOld device 'eth0' activating, won't change. 
Mar 28 09:02:00 flyingdutchman NetworkManager: <information>^IOld device 'eth0' activating, won't change. 
Mar 28 09:02:01 flyingdutchman NetworkManager: <information>^IClearing nscd hosts cache. 
Mar 28 09:02:01 flyingdutchman NetworkManager: <WARNING>^I nm_spawn_process (): nm_spawn_process('/usr/sbin/nscd -i hosts'): could not spawn process. (Failed to execute child process "/usr/sbin/nscd" (No such file or directory))  
Mar 28 09:02:01 flyingdutchman NetworkManager: <information>^IActivation (eth0) successful, device activated. 
Mar 28 09:02:01 flyingdutchman NetworkManager: <information>^IActivation (eth0) Finish handler scheduled. 
Mar 28 09:02:01 flyingdutchman NetworkManager: <information>^IActivation (eth0) Stage 5 of 5 (IP Configure Commit) complete. 
Mar 28 09:07:37 flyingdutchman NetworkManager: <WARNING>^I nm_signal_handler (): Caught signal 15, shutting down normally. 
Mar 28 09:07:37 flyingdutchman NetworkManager: <information>^ICaught terminiation signal 
Mar 28 09:07:37 flyingdutchman NetworkManager: <debug info>^I[1175065657.696896] nm_print_open_socks (): Open Sockets List: 
Mar 28 09:07:37 flyingdutchman NetworkManager: <debug info>^I[1175065657.696962] nm_print_open_socks (): Open Sockets List Done. 
Mar 28 09:07:37 flyingdutchman NetworkManager: <information>^IDeactivating device eth1. 
Mar 28 09:07:37 flyingdutchman NetworkManager: <information>^IDeactivating device eth0. 
Mar 28 09:09:54 flyingdutchman dhclient: send_packet: Network is unreachable
Mar 28 09:10:34 flyingdutchman ntpdate[11542]: sendto(82.211.81.145): Network is unreachable
Mar 28 09:10:35 flyingdutchman ntpdate[11542]: sendto(82.211.81.145): Network is unreachable
as a temporary solution I disabled NetworkManager

System->Preferences->Sessions (Untick NetworkManager)

and

Code:
sudo /etc/dbus-1/event.d/25NetworkManager stop
sudo /etc/dbus-1/event.d/26NetworkManagerDispatcher stop
and create two files only with "exit" in it

/etc/default/NetworkManager
/etc/default/NetworkManagerDispatcher

cat /etc/interfaces
Code:
auto lo
iface lo inet loopback
address 127.0.0.1
netmask 255.0.0.0


iface eth0 inet static
address 192.168.0.1
netmask 255.255.255.0


iface eth1 inet dhcp


auto eth1

auto eth0
anyone can point me out how this has come to be?
Baji is offline   Reply With Quote
Old March 28th, 2007   #2
spd106
Chocolate Ubuntu Mocha Blend
 
spd106's Avatar
 
Join Date: Mar 2005
Location: York, UK
Beans: 1,812
Re: NetworkManager & Firestarter internet sharing

The current version of Network Manager will only allow one network interface to be up at any one time, it does this mainly to avoid routing collisions. So you must manage one of the interfaces through network-admin or the interfaces file.

You should be safe to remove eth1 from the interfaces file and allow Network Manger to have control of it, but leave eth0 as it is. Though that may not be neccessary as the main advantage to using Network Manager is the ability to roam easily, of which only laptops really take advantage.
__________________
UP Team member
spd106 is offline   Reply With Quote
Old March 28th, 2007   #3
Baji
5 Cups of Ubuntu
 
Join Date: Jun 2006
My beans are hidden!
Re: NetworkManager & Firestarter internet sharing

Thank you for your reply. So this is intented behaviour for NetworkManager? That would make it quite impossible for the average use to share internet, shouldn't there be a more user-friendly way to disable it?

furthermore I've also seen network-manager preventing the firewall from starting it's daemon at boot time, without any explicit notice of it, except through /etc/init.d/firestarter status, this shouldn't happen, should it?

referring to bug 42759

https://bugs.launchpad.net/ubuntu/+s...ter/+bug/42759
Baji is offline   Reply With Quote

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 10:56 PM.


vBulletin ©2000 - 2009, Jelsoft Enterprises Ltd. Ubuntu Logo, Ubuntu and Canonical © Canonical Ltd. Tango Icons © Tango Desktop Project. lingonberry