Fedora Networking :: Networking On F11 Doesn't Work On Various Machines
Aug 25, 2009
Networking on Fedora 11 doesn't work for me on various machines. Fedora 10 does, but only if you don't do an update.Why does Fedora get worse the more you keep it up-to-date?
View 1 Replies
ADVERTISEMENT
Jan 21, 2009
I wanted to be able to have separate NICs with separate IPs connecting to separate gateways on a machine so I could put an ftpd on each one. I tried binding an ftpd to each, and running separate instances of the ftpd. I tried virtual hosts.
NOTHING worked. I could either use one ftpd or the other. I could either connect via ssh on one IP or the other. the second I turned one NIC off stuff would work again. I messed with basic iproute commands, andnothng worked until I got this script to run, which allowed me to use each NIC independant of the other.
Code:
#!/bin/sh
#ip route flush all
ip route del default dev eth1
ip route del default dev eth0
ip route del table 1
ip route add table 1 to default via 10.10.10.1 dev eth1
code....
But now, samba client doesn't work. cifs mounting doesn't work either. It can't connect.
BEFORE I ran that script, I could connect via ssh, or to the ftpd running on the machine using a LOCAL IP - 10.10.10.2. AFTER, I have to use the external IP, or I cannot connect. I know that has something to do with it, but I do not have the advanced linux routing knowledge to redo the script or come up with a solution.
View 5 Replies
View Related
Nov 29, 2008
I have a script which runs a few other scripts (in subfolders of the first script) in order to mount some unix/linux shares) Anyway, when I run the file from rc.local and try to pipe the output into a file the file is empty and the shares are not mounted. however when I run the file it mounts everything.... Also, the script doesn't work on my wireless clients...
View 1 Replies
View Related
Mar 14, 2011
I am trying to traceroute to google.com
When i do it looks like this
Code:
It does this no matter what site I go to. also the 192.168.16.10 is the untangle server
The command does work for local Ips
Code:
View 2 Replies
View Related
Feb 12, 2009
I installed F10 today. From live-usb wlan worked fine, but after installing it doesn't find any networks. I tried to google this problem, but everybody says wifi works out of the box. Not for me.
Solved: I disappled wireless networking and appled it again. It found all networks.
View 1 Replies
View Related
Dec 7, 2009
I have installed Fedora 12 on my laptop.Installing my Broadcom BCM 4312 wireless drivers works just fine, but after a reboot I have to reinstall them. modprobe wl, modprobe wlan0 etc doesn't work either. I need to reinstall them every time I reboot.
View 7 Replies
View Related
Nov 1, 2010
I'm runnig f 13 on my laptop, and it runs like a charm. But once in a while, the internet doesn't seem to work properly. It mostly works, but right now i am unable to reach certain pages such at google (which is annoying), whereas other pages like yahoo and this one works perfectly well.
View 2 Replies
View Related
Jun 27, 2011
how nobody else could have run into this in the meantime. [URL] Two friends of mine are having the same issue on Ubuntu-11.4-machines. In short: Connecting to the Cisco-VPN via shell-command "vpnc" works flawlessly, whereas NetworkManager just doesn't connect at all. We had this working in older versions of Fedora/Ubuntu about some months ago...
View 9 Replies
View Related
Dec 31, 2010
F13 on a EEEPC 1000HD.I have big problems with my wireless card. lspci says:
Code:
01.00.0 Ethernet controller: Atheros Communications Inc. AR5001 Wireless Network Adapter (rev 01)
I can't use Network Manager (it continue to ask me for the WPA password9. So I stopped it and I use command line, following this: [URL]
From the log I can see that it tried to associate to AP and after a lot of tries: it connects BUT the connection is really SLOW and UNSTABLE! (pinging hosts on the same network gives me about 50% packets loss) I am worried about this entry in the log:
Code:
ath5k phy0: unsupported jumbo
I am going to try to install madwifi, but before that I'd like to have your opinion and listen your experience! I see a lot on infos about ath5k, but I'd like to be pointed to the right direction!
View 6 Replies
View Related
Mar 12, 2011
Struggled a little to get Broadcom driver working with my Dell laptop. But I am at a point where if I manually type 'modprobe b43' the wireless works. If I reboot, it doesn't work automatically and I have to 'modprobe b43' again. Any ideas what I am missing here?I can't seem to figure out how to get this to work automatically. I did check to activate device when computer starts in network manager
View 1 Replies
View Related
Apr 2, 2010
I have a Samsung N130 with a Realtek 8192 wifi card (possibly 8192e, I'm not sure) and I am trying to run Fedora 12 on it. I used to run Ubuntu until trying their latest beta and realizing it's not very good, so I looked for something else. Ubuntu was at least easy to get the wifi working with just a few quick commands that were written out, word for word, in order, on the Ubuntu forums. I tried openSUSE on here and it didn't have wifi working out of the box either but people on their forums refused to give me actual instructions and just kept bumping me from thread to thread with people giving vague advice or else just telling me I was looking in the wrong place. I'm hoping that someone can give me clear and detailed instructions on how to get this wifi card working. Keep in mind that I am coming from Ubuntu and so I'm not super comfortable in CLI, if I need to do some CL stuff I will need clear and detailed instructions on how to do that.
View 4 Replies
View Related
Dec 17, 2010
I used unetbootin to make a bootable USB key (a BT4 persistant live cd)
But it wors only on a few machines. (only 1 out of 6 i tried) Most of the time boot sequence get stuck on a blinking prompt cursor.
Ex:
Attempting Boot From Floppy Drive (A:)
Attempting Boot From USB Device
_ <-- stuck...
Then boot on HDD
Is it do to the usb key or machines that do not load mbr the same way?
Edit: the stick is formated with MBR have 2 partitions. The first is FAT32 and active, second is ext3
PCs i have tested can boot on USB (at leat you can select a USB device for Boot)
View 2 Replies
View Related
Mar 12, 2009
I cannot get static addresses to work on eth0 and eth1. eth0 seems to use DHCP while eth1 uses the static information. Sometimes the static info is used but the interfaces get the addresses reversed.
From /etc/sysconfig/network
NETWORKING=yes
HOSTNAME=mosaic
[code]....
View 5 Replies
View Related
Sep 2, 2009
I have just updated KDENetwork to this level and now my F10 doesn't find any wifi connection. By the way, I have been working with F10 for some months without any problem on wlan.
iwconfig now says:
wlan0 IEEE 802.11bg ESSID:""
Mode:Managed Frequency:2.412 GHz Access Point: Not-Associated
Tx-Power=0 dBm
Retry min limit:7 RTS thr:off Fragment thr=2352 B
[code]...
View 1 Replies
View Related
Nov 15, 2009
I've currently got the beta of fedora 12 installed, hope to upgrade that once the final release comes out. I'm having so many problems getting wireless to work. I've got a edimax ew-7711utn wireless adaptor. It doesn't work. Really what I want is to take it back and get a wireless card that will work.
View 6 Replies
View Related
Dec 15, 2009
I find it very frustrating that documentation suggests using PEERDNS=no in /etc/sysconfig/network-scripts/ ifcfg-eth0 in order to override resolv.conf information only to find out that both NM and network init scripts ignore DNS1, DNS2 and DOMAIN settings.So my question is how do I correctly configure resolv.conf settings that will persistently override dhcp information on a F12 system that has NM removed and uses the network service scripts?
View 3 Replies
View Related
Jan 2, 2011
I'm new to Fedora and have a problem with the network manager. Everytime I start Fedora, it does not automatically connect to the default WIFI Browsed Google and just found [URL]..
View 1 Replies
View Related
Aug 1, 2011
I recently installed Fedora 15 x86_64 on my new AMD Machine and I'm quite pleased with things thus far.Here's where my problem comes. I mainly bought that machine to help me with Development. More specifically, Virtual Machines for testing purposes. I have installed Fedora 15 x86_64 as a qemu-kvm Virtual Machine and it's working.. for the most part. I am having a whole lot of trouble getting it to connect to the Internet.
My guess is the only way I'm going to reliably do that is to setup a Bridge. Yes/no? However, in order to setup a Bridge I need to disable NetworkManager and that where the fun happens. It completely disables my network connection. I'm probably missing something small, but I can't figure out what I'm missing. I've double checked my ifcfg-em1 multiple times(I've been trying for ~24 hours so far) and all the settings are as they should be.
I've turned NetworkManager off and stopped it(chkconfig and service) and turned network on(chkconfig and service). Theoretically I should simply need to turn off NM and turn on network and things should be fine. no?
Well, aside from adding:
ONBOOT=yes
NM_CONTROLED=no
to ifcfg-em1.
View 7 Replies
View Related
Sep 7, 2011
I installed Fedora 15 64 bits version on my desktop, and I'm having hardtime activating my wireless card.
I tried following the instructions from this thread without success [url]
Here are the logs of some of the commands I used
lspci output
Code:
iwcconfig
Code:
Code:
View 1 Replies
View Related
Jul 17, 2009
I am a convert from Ubuntu (9.04 kept freezing on my laptop; when it did work, many packages it seemed were outdated--ie only Eclipse 3.2, rdesktop was messed up [and apparently is also in Fedora]), and I am having some trouble with getting my wireless working.I am running Fedora 11.First off, there is a problem when trying to connect when using DHCP. NetworkManager gets to the second green dot, and then after a short while I am given a message that the connection was disconnected.
Configuring the interface manually, not using DHCP, allows the connection to complete. However, the internet is very slow. There is a 15-30 sec delay before website loading actually commences, and then another delay each time an ad must be fetched from another server.How can I fix this delay? I know I have encountered it in earlier versions of Ubuntu, but I can't remember how I fixed it.About the rdesktop problem, if anyone is able to help [maybe I should post another thread?], the cursor color (the color of the pointer) is inverted---where it should be white it is black, and where it should be black it is white. I use rdesktop a lot to connect to my terminal server in my basement. Any idea how to fix it?
View 5 Replies
View Related
Mar 3, 2010
The auto connect feature of NetworkManager Applet (version 0.7.997) isn't working on my system. If the WiFi connection dies, Network Manager doesn't detect that the connection has been lost and try to reestablish the connection. I have to manually click on the WiFi hotspot to reestablish the connection. This appears to be the case both while the computer is running and when I first boot it up (i.e. when booting, if the first attempt at establishing a WiFi connection doesn't succeed, Network Manager doesn't retry or try another hotspot).Is this "normal" behavior for Network Manager? If not, does anyone know a fix? Here's some more info about my system:
Computer: Dell Inspiron 1318 laptop
WiFi Chip: Broadcomm BCM4238
Kernel Version: 2.6.31.12-174.2.22.fc12.x86_64
[code]....
View 3 Replies
View Related
Aug 23, 2009
I wireless network card is Broadcom Corporation BCM431, but is doesn't work after I update kernel from
2.6.29.6-217.2.7 to 2.6.29.6-217.2.8.
Linux localhost.localdomain 2.6.29.6-217.2.7.fc11.x86_64 #1 SMP Fri Aug 14 20:53:08 EDT 2009 x86_64 x86_64 x86_64 GNU/Linux
View 2 Replies
View Related
Nov 22, 2009
I have a pppoe adsl connection. When I disconnect and try to reconnect, network-manager keeps asking for my password. I type it again and again with no success. When I reboot, it works again. On ubuntu, I use pppoeconf and it works well. So on Fedora I made a connection with pppoe-setup but neither ifup nor
Code:
pppoe-connect
commands work. When I type
Code:
pppoe-connect
, it says
Code:
/usr/sbin/adsl-start: line 217: 13409 Terminated $CONNECT
"$@" > /dev/null 2>&1
. When I type
Ifup ppp0 doesn't work either. However, with exactly the same settings, ubuntu connects to the internet.
View 2 Replies
View Related
Apr 4, 2011
I updated my system from FC13 2.6.34.7-66 to 2.6.34.8-68 for both the kernel and the kmod-wl RPM's. After doing so, iwconfig wlan0 key 1234567890 no longer works. I get an error indicating 'invalid argument'. If I reboot using the previous kernel/wl.ko module, it works The size of the wl.ko module increased in size by almost 30%. Did I somehow get the wrong RPM?
View 2 Replies
View Related
Feb 2, 2010
How do I go about having XP client machines authenticate into their Fedora 11 accounts upon starting up windows? For example, I would like the Windows logon window show their accounts on the F11 server so they can log in and have their server stored home directories used via the network on the XP client machine they are using
View 3 Replies
View Related
Apr 25, 2011
I am trying to access folders on my main computer running F14 from my laptop, also running F14. I have had no luck, in the past I've networked windows 7 and Fedora and it was easier than this
I have tried setting up Samba and everything looks fine, except I can't access the folders from my laptop. I'm sure this has been discussed on the forum and believe me I've searched, here, various search engines, the official Fedora guide, and still no luck.
how to share folders between two computers?
View 3 Replies
View Related
Apr 23, 2009
I have this annoying problem since day one.I am testing out Red Hat RHEL5, everything is fine except DNS look up.If I ping www.google.com, it doesn't work, ping ip address it all works;if I bring up browser, put www.google.com it doesn't work, can't find the name, however, simply put ip address there it works.My DNS seeting seems ok, and the DNS works from Windows box.
View 2 Replies
View Related
Oct 26, 2009
I am setting up my first disk share between linux machines using just mount to test ( as with mounting win disks) and it doesn't mount. I get messages like "special device - does not exist" Should I be doing fstab entries from the start or what should I do?. One machine is F11 the other f10 if that makes a difference. I can link one linux to windows on the other machine.
View 8 Replies
View Related
Apr 10, 2010
What could block access from Fedora to just one Windows XP system without blocking access to or from other Windows systems on the network? I have a working Windows network with six computers and one network-attached-storage. Two of the computers (MARTIN and NANCY) are Windows XP, the rest are older. I set up a Fedora laptop with Samba. The Fedora system can access the Internet (I'm using it to post this message). It can see all the Windows systems, and it can open all of them except MARTIN. The firewall on MARTIN is turned off.
I go to Places, Network, and I see nine icons: the Fedora system, seven Windows systems and one for Windows Network. If I double-click on the MARTIN icon I get a message window that says "Unable to mount location" and "Failed to retrieve share list from server". If I double-click on any of the other Windows icons, including NANCY, a new window opens showing the shares on that system. Similar results with smbclient. It shows the shares for all systems except MARTIN. For MARTIN it says "Connection to MARTIN failed (Error NT_STATUS_UNSUCCESSFUL)."
The other Windows computers on the network can open the shares on MARTIN with no problem. The network is partly wired and partly wireless. The wireless network is secured with WEP. The Fedora laptop is (as you might expect) wireless. The Fedora laptop is an emachines E520 and both Windows XP machines are custom-built tower systems. I don't think that information is relevant but I mention it anyway. What should I look for?
View 5 Replies
View Related
Feb 9, 2009
I have a machine running fedora 10 that has a printer in cups that i want to share to the windows machines on the network.I cant find any mention of shareing printers in the cups interface
View 1 Replies
View Related