Re: network config

2011-07-22 Thread Aaron Konstam
On Fri, 2011-07-22 at 17:37 +0200, Thomas Schweikle wrote: > Hi! > > After consulting the handbook and various further internet sites I > am a bit lost: > > starting up my fedora system it only activates network interface lo. > no other network interface is brought up until I login and start it >

Re: network config

2011-07-22 Thread j.e.aneiros
Please be sure you have a cable connected to the NIC. You can check with ifconfig eth0 (look for the RUNNING label) or using ethtool. On Fri, Jul 22, 2011 at 11:37 AM, Thomas Schweikle wrote: > Hi! > > After consulting the handbook and various further internet sites I > am a bit lost: > > starti

Re: network config

2011-07-22 Thread Tom H
On Fri, Jul 22, 2011 at 11:37 AM, Thomas Schweikle wrote: > > starting up my fedora system it only activates network interface lo. > no other network interface is brought up until I login and start it > with "ifup eth0". > > I have > /etc/sysconfig/network: > NETWORKING=yes > HOSTNAME=tola.fritz.b

Re: network config

2011-07-22 Thread Mike Wright
On 07/22/2011 08:37 AM, Thomas Schweikle wrote: > Hi! > > After consulting the handbook and various further internet sites I > am a bit lost: > > starting up my fedora system it only activates network interface lo. > no other network interface is brought up until I login and start it > with "ifup e

network config

2011-07-22 Thread Thomas Schweikle
Hi! After consulting the handbook and various further internet sites I am a bit lost: starting up my fedora system it only activates network interface lo. no other network interface is brought up until I login and start it with "ifup eth0". Quite bad, if you expect to reach the system via ssh. A

Re: Does gnome3 network config support wpad

2011-06-05 Thread Tim
On Sat, 2011-06-04 at 11:08 -0400, Sam Varshavchik wrote: > Always having Firefox start in offline mode is annoying Just on that issue, Firefox has an option not to check with NetworkManager. Just browse about:config and type networkmanager into the filter gadget, to find it. -- [tim@localhost

Does gnome3 network config support wpad

2011-06-04 Thread Sam Varshavchik
I have wpad set up on my lan. With Firefox configured to "autodetect" proxy settings, it picks up and uses my proxy settings correctly. Telling Firefox to use "system" setting does not pick up the correct proxy settings. But in system settings, proxy is set to "automatic", with no url given

Re: WTH is up with this network config?

2010-04-29 Thread Oluwagbenga Shobowale
Why not run netstat -rn so we see what you have on route and ifconfig to figure out what is happening Oluwagbenga Shobowale -Original Message- From: jack craig Date: Wed, 28 Apr 2010 16:15:40 To: Community support for Fedora users Subject: WTH is up with this network config

Re: WTH is up with this network config?

2010-04-29 Thread Roberto Ragusa
jack craig wrote: > + . /etc/sysconfig/network-scripts/ifcfg-eth0 > ++ DEVICE=eth0 > ++ BOOTPROTO=static > ++ DNS1=10.0.0.199 > ++ GATEWAY=10.0.0.129 > ++ HWADDR=00:26:18:FE:75:91 > ++ IPADDR=10.0.0.100 > ++ NETMASK=10.0.0.255 This netmask is weird. Maybe should have been 255.0.0.0 or 255.255.255.

Re: WTH is up with this network config?

2010-04-29 Thread jack craig
i get ... sh -x /sbin/ifup eth0 + unset WINDOW + . /etc/init.d/functions ++ TEXTDOMAIN=initscripts ++ umask 022 ++ PATH=/sbin:/usr/sbin:/bin:/usr/bin ++ export PATH ++ '[' -z '' ']' ++ COLUMNS=80 ++ '[' -z '' ']' +++ /sbin/consoletype ++ CONSOLETYPE=pty ++ '[' -f /etc/sysconfig/i18n -a -z '' -a

Re: WTH is up with this network config?

2010-04-29 Thread Roberto Ragusa
jack craig wrote: > Thx for your feedback, I am continuing to look harder at this puzzle... Just an observation: your netmask spans 25 bits. My first thought was about confusion between "255.0.0.0" and "/25", but bits are counted in the opposite way, so it would be "/7" (32-25). Does the problem

Re: WTH is up with this network config?

2010-04-29 Thread jack craig
Thx for your feedback, I am continuing to look harder at this puzzle... On 04/29/2010 12:16 AM, Dan Irwin wrote: > On Thu, Apr 29, 2010 at 9:15 AM, jack craig wrote: > > >> eth0 Link encap:Ethernet HWaddr 00:26:18:FE:75:91 >>inet addr:10.0.0.100 Bcast:11.255.255.255 Mask:2

Re: WTH is up with this network config?

2010-04-29 Thread Dan Irwin
On Thu, Apr 29, 2010 at 9:15 AM, jack craig wrote: > eth0  Link encap:Ethernet  HWaddr 00:26:18:FE:75:91 >   inet addr:10.0.0.100  Bcast:11.255.255.255  Mask:254.0.0.0 >   inet6 addr: fe80::226:18ff:fefe:7591/64 Scope:Link >   UP BROADCAST RUNNING MULTICAST  MTU:1500 

Re: WTH is up with this network config?

2010-04-29 Thread Dan Irwin
On Thu, Apr 29, 2010 at 9:15 AM, jack craig wrote: > eth0  Link encap:Ethernet  HWaddr 00:26:18:FE:75:91 >   inet addr:10.0.0.100  Bcast:11.255.255.255  Mask:254.0.0.0 >   inet6 addr: fe80::226:18ff:fefe:7591/64 Scope:Link >   UP BROADCAST RUNNING MULTICAST  MTU:1500 

Re: WTH is up with this network config?

2010-04-28 Thread Tom H
rks fine, I was looking at this network config and found the > below!!! > > eth0  Link encap:Ethernet  HWaddr 00:26:18:FE:75:91 >   inet addr:10.0.0.100  Bcast:11.255.255.255  Mask:254.0.0.0 >   inet6 addr: fe80::226:18ff:fefe:7591/64 Scope:Link >   UP BRO

Re: WTH is up with this network config?

2010-04-28 Thread Tim
On Wed, 2010-04-28 at 16:15 -0700, jack craig wrote: > When I learned about ip address, the network & host portions of the IP > and the netmask to differentiate the host & network numbers. I learned > a class A addr used a mask of 10.255.255.255. That number sequence is not correct. The old class

Re: WTH is up with this network config?

2010-04-28 Thread Kwan Lowe
On Wed, Apr 28, 2010 at 7:15 PM, jack craig wrote: > When I learned about ip address, the network & host portions of the IP and > the netmask to > differentiate the host & network numbers. I learned a class A addr used > a mask of 10.255.255.255. :D That's got to be a typo... The mask is AND'ed

WTH is up with this network config?

2010-04-28 Thread jack craig
When I learned about ip address, the network & host portions of the IP and the netmask to differentiate the host & network numbers. I learned a class A addr used a mask of 10.255.255.255. My current domain pre-existed my arrival. While my FC11 works fine, I was looking at this networ