OpenSUSE Network :: Designating NICs For Specific Functions?
Jan 16, 2010
I have a media center set up on my home network with two NICs. Each NIC has been assigned a static IP:
eth0 192.168.0.254
eth1 192.168.1.253
Currently eth0 does everything network related and eth1 just sits idle. This computer also serves as my home server using NFS.
The NFS server and clients are already set up using eth0, so I'd like to set up eth0 to only handle LAN traffic and eth1 to only handle WAN traffic. This way, if I have bit-torrent or something running (using WAN), bandwidth within the LAN should be relatively unaffected.
View 4 Replies
ADVERTISEMENT
Sep 6, 2011
I'm going to come right out and say I am a complete novice with Linux/SUSE. The equipment I'm having a problem with is a little web-server that was purchased by my employer that has, quite suddenly, stopped functioning. I was changing the IP address within YaST, at which point the device offered to update itself, which I saw no harm in. Post-update, however, I was unable to so much as ping the device.
I tried "ifconfig eth0": "Error fetching interface information: Device not found." I went into network settings via YaST and found that there are two cards now listed as: RTL8111/8168B PCI Express Gigabit Ethernet controller Both IP addresses are "Not configured". The information pane, for both cards, cites:
RTL8111/8168B PCI Express Gigabit Ethernet controllerBusID : 0000:02:00.0 Unable to configure the network card because the kernel device (eth0, wlan0) is not present. This is mostly caused by missing firmware (for wlan devices). See dmesg output for details. The only difference in either of the cards is the BusID (0000:02:00.0 and 0000:03.00.0)
I can neither edit nor delete either of these cards. As I mentioned, I am a total Linux novice, and am at a total loss for what to do next, or even how to find critical information about the system itself. I know enough to check dmesg, but not enough to have any clue what to look for in the output.
View 9 Replies
View Related
Aug 26, 2010
can I deny the access to my server for a specific OS? I have one PC which I want to give it acces from winxp, but if it's boot into ubuntu I want to deny all access to my server, same IP, same ethernet card
View 8 Replies
View Related
Feb 1, 2010
I'm trying to add my Samsung SCX4500W printer to my opensuse 11.2 machine running KDE.From Yast->Printer->Add printerI am able to set the printer up, however there is no driver for my specific network printer. Samsung does provide a linux driver but I have no idea what I'm doing when installing peripherals on linux basically
View 3 Replies
View Related
Nov 26, 2009
I am using openSUSE 11.2 and had the same issue once before in openSUSE 11.1 After some time, two domains I use very often can't be accessed any more, these are: Google and [URL]... (am doing some OO development recently). At the time where I write this post, only these two are "blocked".
When I try to access these two domains using Firefox, w3m or telnet, it tries to open the connection forever. Ping works fine. I tried opening the IP directly in the browser, but same problem, the connection never reaches. I know it's not a router issue, as the other computers can access these domains. Still, I tried to restart the router, but the issue persists. I tried restarting the network service (/etc/init.d/network stop + start), also nscd, without success. The only way I found to make it work again is to reboot. This problem reappears from time to time, after using the computer for a long time, and accessing these domains a lot of times. Note that I also use suspend to disk, so the "blocked" state is kept after resume. Only reboot "cures" it.
View 9 Replies
View Related
Oct 23, 2010
I'm needing to stand up a Lamp server for a SugarCRM migration. I've been told I need to ensure php 5.2 on the box along with ensuring several mod's are installed as well for php and apache. I was planning on using the lamp provided from xampp (apache friends) but they're current build is using PHP 5.3, any suggestions on how to get around it? If I have to build the whole thing from several packages (apache, php, mysql) then no problem, but I really like the myphpadmin page that comes with the xampp installer.
View 2 Replies
View Related
Mar 19, 2011
None of my daemon scripts work now, and the startup process displayed errors. Should I reinstall the OS and start from scratch, or is there a way to recover these files? Is there a way to rebuild the files I deleted?
View 2 Replies
View Related
Sep 17, 2010
I have installed the files from Betavine - SuSE Linux Drivers and installed it by clicking the rpms and installing now the error is this- Vodafone Mobile Connect needs the following files and dirs with some specific permissions in order to work properly: /etc/ppp/chap-secrets should have 0660 mode, found 0666 /etc/ppp/peers should be readable and writtable by group root user Rob should be a member of group root
View 3 Replies
View Related
Jan 20, 2011
I have three 10Gb Fibre PCI ethernet cards and 2 onboard gigabit ports. The two gigabit ports always seem to be mapped to eth0 and eth1. I set the network configuration for eth2, eth3, and eth4 in the /etc/sysconfig/network-scripts/ifcfg-eth# files. Would the NIC in PCI slot 1 always be mapped to eth2, NIC in slot 2 mapped to eth3, and NIC in slot 3 always mapped to eth4?
View 1 Replies
View Related
Jun 13, 2011
I'm trying to setup an Apache server on my computer which will allow browsing of files in a specific directory and subdirectories, without needing any sort of authentication.
I've got the Apache2 server up and running through yast, and everything works fine as long as I try to point it to the /www/htdocs folder. However, I want to point it at another folder, which is on another partition. This partition is formatted as NTFS, if that matters at all (here's some background on some permissions issues I had with the NTFS partitions recently).
When I change the "Directory" setting in the Yast http server configuration utility to the directory on the NTFS partition I wish to use, attempting to access the server results in the following error:
Code: Access Forbidden: You don't have permission to access the requested directory. There is either no index document or the directory is read-protected. If you think this is a server error, please contact the webmaster.
Error 403
192.168.1.100
Mon Jun 13 23:43:29 2011
Apache/2.2.17 (Linux/SUSE)
View 4 Replies
View Related
Mar 11, 2010
Is it possible to define functions within other functions in C++? I know it is the case in other languages.
View 2 Replies
View Related
May 10, 2010
Is it possible to install two NICs during an installation from CD? I tried and failed yesterday. The eth0 would have a static ip address 192.168.0.11 and would be used for Internet/network whereas eth1 would have a static ip address of 192.168.2.81 and would be used for connection to the ISCSI system (DROBOPRO). Oh yes, it's Ubuntu 10.04 Server version.
Install asks me to choose one of the two devices for configuration - I tried to be clever and set up one then the other but it didn't work, although the ISCSI subsystem was clearly working when I set up eth1 because the DROBO kicked into life as soon as I entered the IP address - communication was taking place. Thinking that my fudge had worked, I continued to complete the installation only to find that neither network interface worked on reboot.
View 9 Replies
View Related
Jul 21, 2010
I am a newbie of KDE desktop. Where can I find the functions of control center of Gnome in KDE desktop? For example, the "Remote Desktop Preference"
View 6 Replies
View Related
Mar 22, 2011
After a forced reinstall, I find myself missing the desktop folder which I can live without. However, I reallty need right mouse button functions. How can I restore them?
View 8 Replies
View Related
Apr 11, 2010
The PC is a Toshiba laptop model# x205-s9359 running 11.2, KDE 4.3.5. Its video card is an nVidia 8700 GT. For two years now I've been plagued by random flashes, flickers and even missing scan lines on my screen when I use the nVidia drivers (up to and including 195.36.15), so lately I've been using the nv drivers. I miss the effects, etc. but I can live with that. At least I can get my work done, even if the display isn't as fancy as I'd like.
- When I run the nv drivers I can't suspend the PC to RAM or Disk. This means a lot of wasted time waiting for the machine to shut down and reboot every time I leave my desk for any length of time. If I try to suspend to RAM the only thing that happens is that the network connection disconnects then reconnects immediately. Here's the log file....
- If I try to suspend to Disk the PC appears to suspend as expected, but when it resumes it hangs before restarting X, and there's no keyboard or power button response. I have to use alt-prtsc-reisub to reboot. When the reboot is complete the screen shows all the windows, etc that were present before the suspend. Here's that log file....
-When I run the nVidia drivers the suspend/resume functions work perfectly, but I have to put up with all the problems described above. Here's the log file for Suspend to RAM with nVidia, and here's the one for Suspend to Disk.
I've spent hours searching for clues in these forums, on the openSUSE.org site in general, at KDE.org and with Google and I'm sorry to say that most of I've found is horribly out of date, and/or it's way over my head. or (worst of all) not even dated, so I've no idea whether it's current info relevant to my situation or so out of date that I might do real harm if I were to trust it. (RANT: Is it too hard to put a date on an article?... end of RANT) I'd be quite content to use the nv drivers if I could solve the power management issues, but I'd be equally happy to solve the flickering etc. with nVidia drivers.
View 2 Replies
View Related
Jul 15, 2010
In testing that all my bits of hardware work I have come to my 3Dconnexion SpaceNavigator. The hardware is virtually new and works absolutely fine in XP (that is what I am trying to escape from).
When the spacenavigator is plugged in it works absolutely fine so long as I move the thing with a soft feather. It is so sensitive that it is un-useable.My problem is that although the system has recognised it and has it in the hardware scan in YaST but nowhere can I find any way to change the sensitivity settings and button functions.
View 5 Replies
View Related
Mar 23, 2010
Is there a way to make a program use a specific network interface ? When using my laptop at work i may be physicaly connected to multiple networks. i was wondering if i can make sure that certain applications use a specific network interface. I would google around for the answer but i cant figure out how to phrase it correctly for a search.
View 2 Replies
View Related
Oct 25, 2010
my laptop connects to two specified networks (home, office). When i'm in my office, i don't need to run OpenVPN and automount disc (entered in fstab) from my homeserver. But when i'm at home, i need OpenVPN running and mount some network drives. How can i define, what to run on which network? Can you recommend me something?
View 1 Replies
View Related
Feb 26, 2011
suppose I have multiple interfaces installed on my machine. The question is how to specify which interface to use while starting a web-browser.What I would like to make possible is something like:Code:browser_name interface addressif it is possible in for any web-browser or via scripts please advise me accordingly.
View 7 Replies
View Related
Apr 19, 2010
How can I force a Wine application (or Wine itself) to use a specific network interface? I have installed hamachi and am trying to play starcraft over virtual LAN. However, when I run Starcraft with hamachi running, it does not work. I have now determined that hamachi creates a network interface called "ham0". How do I force Wine/Starcraft to use the "ham0" network connection? I have looked into forcebindip but it crashes on wine.
View 1 Replies
View Related
Apr 8, 2011
How can I force a Wine application (or Wine itself) to use a specific network interface? I have installed hamachi and am trying to play starcraft over virtual LAN. However, when I run Starcraft with hamachi running, it does not work. I have now determined that hamachi creates a network interface called "ham0". How do I force Wine/Starcraft to use the "ham0" network connection?I have looked into forcebindip but it crashes on wine .
View 5 Replies
View Related
May 9, 2011
I have this new flatmate who uses all my Internet data up before the end of my monthly clockover. Instead of having to buy heaps of data top-ups at the end of the month, is there a way I can limit the speed of his computer through the network? I have tried looking through my router settings (which is a Thomson router) but there doesn't seem to be any options in regards to limiting activity of a system on the network.
View 3 Replies
View Related
Jul 9, 2011
Is there some blog, changelog, or place where i can track what issues get fixed in the opensuse gnome 3 implementation, or what features are bein added, what changes are bein made, etc.?For example, if there is some bug in opensuse with gnome 3, where can i read that it has been fixed in the dd/mm update, or that new feature xxxyyy was added in dd/mm update, etc.Im talking about issues, fixes, updates related to gnome 3 with opensuse. Not just opensuse with 2xgnome or kde.
View 1 Replies
View Related
Jul 28, 2011
I need a simple traffic monitor for Linux, that counts the traffic in a specific wireless network because I have volume restrictions on that one.I tried it using the following iptables rule:
[code]...
iptables -m mac -A INPUT -p all --mac-source <mac-address> ! -s 10.0.0.0/8
where <mac-address> is the router's one. 10.0.0.0/8 is the local subnet. What I actually want is something like --routed-through <mac-address>. Also, is there some way to gather iptables's statistics? Or is there maybe another tool that does what I want (reliable)?
View 3 Replies
View Related
Jul 30, 2010
Is there a way to bind specific programs to specific network devices (not IPs, since I have dynamic IPs)?
For example, I wish for irssi to route through eth0 and w3m to route through eth1. Keep in mind these devices have dynamic IPs, so I cannot attached them to an IP.
The solution cannot be accomplished through route since route pivots on IPs not devices.
View 1 Replies
View Related
Jun 8, 2010
How do I give permission to a logged in user to stop/start a specific service without entering a root/sudo password? So they can do a simple "service SomeService stop|start" It is for a headless Ubuntu server.
View 5 Replies
View Related
Jul 24, 2010
I need to search a bunch of files in a specific folder for a specific number and add all the numbers together to a total sum. I use Rsync everyday, everytime I run rsync i get a logfile (rsync output) witch contains the textstring "Total bytes sent: xxxxxx".
The "xxxxx" can vary in lenght. I need to extract the "xxxxxx" from each file and add the numbers together to a total size over a week or a month. Is this possible? And I wish to only use bash. One way of doing stuff at a time my friends .
View 5 Replies
View Related
Jun 9, 2010
my system I want user1 and only user1 to be able to mount and unmount a specific partition, this partition contains backups and is usually mounted read only, needs to be temporarily mounted read/write by user1 while doing the backup.user1 is an unprivileged user. I've read that the user option will let any user mount the file-system (and only that user can then subsequently unmount it) and that the users option allows any user to mount or unmount the file-system.I also found this in mount's man pageQuote:The owner option is similar to the user option, with the restriction that the user must be the owner of the special file. This may be useful e.g. for /dev/fd if a login script makes the console user owner of this device. The group option is similar, with the restriction that the user must be member of the group of the special file.So it looks like I'd need a login script for that user to make the user owner of the device file (/dev/voiceserv/backup in this case)
View 7 Replies
View Related
Dec 2, 2010
for example
else {
for fileDOC in $location/*.doc
do
[code]...
View 12 Replies
View Related
Oct 1, 2009
I'm trying to configure our mail server to block email from a specific sender reaching a specific recipient. In other words, if one of our employees is getting harassed by a 'stalker', how would one go about blocking, at the MTA (Sendmail) level, a specific sender email address from reaching a particular users inbox? We do not want to capture the email - simply block it before it consumes server resources.The Sendmail server (MTA) is a front end to our Exchange server so no user accounts exist on the Linux server. We simply use it as a SPAM and Virus scanner then forward clean email to the Exchange server.
View 6 Replies
View Related