Software :: Set Access Permissions On A Network Interface?

Aug 24, 2010

Suppose a command:

Code:
$ ethtool eth5
Settings for eth5:

[code]....

View 12 Replies


ADVERTISEMENT

Networking :: Can't Access Second Network Interface?

Mar 29, 2011

I'm having all sorts of problems connecting an access point to my computer, but here is one piece that I hope will get me going, if I can get it solved.My computer has two network interfaces, eth0 and eth1. eth1 connects to the cable modem and thence the world, and works fine. eth0 is supposed to connect to the access point over a private network. Here is the output from route with my IP address blotted out:

Code:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface

[code]...

View 2 Replies View Related

SUSE :: Can't Access Nagios Web Interface On Network?

Mar 17, 2010

I have set up nagios on Suse 11.2 and it is working fine on the localhost. I can access localhost/nagios, <ipaddress>/nagios in the browser and it loads up the nagios webinterface. If I try on a computer on the network with <ipaddress>/nagios the request times out. I have tested that I can ping to and from both machines (nagios machine and the machine I am trying to access the interface from).Some detailsNagios is running in a hyper-v VM. I installed it through yast2. Communication is run via a switch and sonicwall firewall but firewall has allow all within the network.I have a feeling it's some apache2 setting that I haven't configured or something blocking port 80.

View 7 Replies View Related

OpenSUSE Network :: Permissions - UID Has To Be Set For RW Access

Jul 16, 2011

I'm mounting a cifs share via fstab, and using both the uid and gid for the permissions when mounted (I did try with just gid set too..) My user account is part of the 'users' group.

gid=users; I get read only
uid=nobody, gid=users; read only
uid=veehexx, gid=users; RW access.

Why is that? surely if permissions are set to use groups rather than users, then it should work. How do I get around this? All my knowledge is based in the Microsoft camp - if a user is in a group, then you can assign that group to a resource and it will work.

View 4 Replies View Related

General :: Grant Access Permission On Network Interface?

Nov 9, 2010

Currently, I must sudo tcpflow -i lo as root user, I want to grant the lo interface and TCP port range 3000-3999 of all interfaces to user1, how to do that?

View 1 Replies View Related

Networking :: Granting Selected User Access To Selected Network Interface?

Oct 3, 2009

I have a multi-user machine with several network interfaces (Ethernet, if that matters). I wish to grant selected users, or groups, full access to selected network interfaces (including ability to adjust IP address and to bind to low ports, but *only* on those interfaces). It is important to me that an user/group does not such full control over other interfaces. Granting partial, or temporary, root permissions is OK; it's a friendly environment.How do I go about it?System: Linux 2.6.recent; usual Debian setup (can be adjusted if needed).

View 2 Replies View Related

Networking :: Prevent Auto Up An Interface At /etc/network/interface File ?

Jul 18, 2011

I have a ppp0 entry with post-up options like this

mapping ppp0
map none photon-plus motorola
map timeout: 12

[code]...

View 8 Replies View Related

Red Hat :: Add IPs To A Network Interface As Virtual Interface Like Eth0:0?

Apr 14, 2011

I found multiple sites explaining how to add IPs to a network interface as virtual interface like eth0:0. However I can add IPs to an interface as well using the ip command: ip a a 192.168.2.2/24 dev eth0 What I want to know is how I can make this persistent on rhel/centos.

View 2 Replies View Related

Ubuntu :: Permissions For Folder Access For 'Others' Is Always Set To 'Access Files'?

Apr 22, 2011

I've created a new user for a SSH tunnel only.After login I can access all directories because permissions is set for "Others" to "Access files".Now my question: Is this normal that permissions for Folder access for "Others" is always set to "Access files"?I don't want my SSH tunnel user accessing the directories.

View 4 Replies View Related

Ubuntu Networking :: Configuring The Network Interface Via Dhcp - Network Messages - Code: 00 55 89 E5 0f 1f 44 00 00 Fa 5d C3 90 8d 74 26

Apr 7, 2011

I am totally new to Linux and have just installed ubuntu 10.10. After configuring the network interface via dhcp I started getting these messages that come in so frequently I can't configure anything else.

[87.186415] Stack:

Why I am getting this messages and more importantly how do I get rid of them.

The installation is on a VM on Hyper-V.

View 1 Replies View Related

Networking :: Configure A Network Route To A Host For Testing Network Interface?

Aug 30, 2010

today I tried to configure a network route to a host for testing my network interface. Code: route add 192.168.1.15 eth0 As I have to eth interfaces and both interface got their IP from DHCP (192.168.1.11 and 192.168.1.12) and are in the same subnet, I shut the other interface down:

Code: ifconfig eth1 down Then I tried to test the interface by doing a ping to 192.168.1.15.
Problem: When I unplug the cable from eth0 (and eth1 is still plugged) the ping still works. Somehow my linux (it's debian) powers up again eth0 and pings over this port.

How can I stop my linux doing this. I just want to have the route added only on the one interface - not the other. Is it maybe some case of a default-gateway?

View 5 Replies View Related

Debian Installation :: Network Interface Up But Network Manager Not Working?

Aug 20, 2010

Config: Squeeze, 2.6.32-5-amd64I just installed squeeze and the network is up and nm-manager deamon if working but the Gnome applet doesn't seem to work as usual. It indicates no network although the network is available as indicated by ifconfig and route below. When I switch WiFi on, the nm works flawlessly. When I click on the applet icon it says "Wired Network: device not supported" (or similar, msg in french is

eth0      Link encap:Ethernet  HWaddr 00:1f:e2:12:ea:d8 
          inet adr:192.168.0.182  Bcast:192.168.0.255  Masque:255.255.255.0
          adr inet6: fe80::21f:e2ff:fe12:ead8/64 Scope:Lien

[code]...

View 3 Replies View Related

OpenSUSE Network :: Lost Wired Network Interface Eth0

Feb 14, 2010

Last night while setting up wired & wireless connection in openSuse 11.2 Gnome version via YAST's ifup, I got wireless but lost wired connection (interface eth0). Dmesg shows that eth0 became eth1. I cannot get eth0 back. Is there any way to remedy this situation, eg. get info from the Ubuntu partition in my triple-boot laptop, without having to re-install openSUSE?

View 3 Replies View Related

OpenSUSE Network :: Start Network Interface At Virtual Terminal

Mar 1, 2010

I would like to use zypper to update openSUSE 11.2 through the Virtual Terminals (tty1 thro' tty6).

Network Interface is wlan0 (Wireless LAN, home network through a Router) that requires a password using WPA2.

My question is how to start wlan0 through the command-line ?

View 9 Replies View Related

Fedora Security :: Switch Off The Network Interface But Light Of Network Card Plugged In The Router Stays On (green)

Dec 26, 2010

I have a laptop connected to the the net thru an adsl modem, when I switch off the laptop network interface,(thru system-config-network) the light of the laptop network card plugged in the router stays on ( green) where as in my pc, when i do the same thing , the light of my pc network card goes off in the modem

View 5 Replies View Related

OpenSUSE Network :: Trouble With Permissions On Mounted Network Drives

Jan 15, 2010

I use Suse 11.2. I mounted 5 folders from fstab. 2 of them work but 3 do not. The 3 folders that do not work let me enter them, and they let me see everything. I can even create or delete a folder on them, if I am just browsing with konqueror. The problem is that I have a program that will not read them. It's a program made for my company and apparently it will only read folders that have all of their permissions set to read and write. The program will read the first two because their permissions are set to Owner, Group, and Others, can view and modify content. (The network folders are all windows server 2003 computers). The 3 folders the program will not read are set to Owner can view and modify content, but Group and Others are "can view content" If I try to change those permissions even in root, it tells me that access is denied.

View 9 Replies View Related

Networking :: Possible To Access Web Interface ?

Apr 2, 2009

is it possible to access any application is not in /var/www/html/ via web interface ?

View 5 Replies View Related

Fedora :: How To Access The Trac Interface

Feb 18, 2010

I have installed Trac via 'yum install trac'. How do I access the interface? I do not see a trac directory in my /var/www/html directory.

View 1 Replies View Related

Software :: Can't Access CUPS Interface?

Dec 3, 2008

I'm unable to access the CUPS interface (localhost:631). I used to be able to, but now, everytime I try to, a Page load error comes up with "can't establish a connection to the server at localhost:631." I searched the Ubuntu forums and Google and tried a few things (including installing CUPS v1.3.9) with no change. I've tried stop and staring cups, but nothing is working. Has anyone come across this issue and found a fix for it?

View 5 Replies View Related

Software :: Can't Access Voiceone Interface?

Jun 17, 2010

I am unable to access my voiceone interfaceerrorwsdl error: HTTP ERROR: HTTP authentication failed

View 3 Replies View Related

CentOS 5 :: How To Access Router's Interface

Jun 22, 2010

I have my centos server behind a Linksys router. I'd like to access the router's web interface to open and close certain ports. How do I access the router's interface ?

Prior to this, I had a windows machine. I could type in the router's IP in 192.168.1.1 in the browser and get access to the interface.

How do I go about now ?

View 10 Replies View Related

Fedora Networking :: Can No Longer Access The Gui Interface

Apr 21, 2011

I have web application running on my server and can access this over the GUI.

This morning I can no longer access the gui interface. The activity LED flickers non stop on my nic card. I cannot ping or ssh into the server. However can access it directly from console and system is responsive when doing that. So i think this is a n/w issue... Any thoughts? How can I troubleshoot this?

View 1 Replies View Related

General :: Use Wget To Access A RESTful Interface?

Apr 12, 2010

I am trying to use wget to access a RESTful interface, but I can not figure out how to do HTTP PUT with wget. How can I do it? Or isn't it prossible?

View 2 Replies View Related

Ubuntu Servers :: No Longer Access Interface - Get Shutdown

Apr 12, 2011

2011-04-11 11:57:03 UTC I don't know what happening with my centralized log-server running octopussy. Currently it is working in a vmware setup with approx 980 Mb ram and is set in bridge mode. Currently is it set to receive logs from logs devices which are 4 in number one of which includes the core isg-1000 device. This setup is still in its test form....now what happens after some time (sometimes it taken days and sometimes just hours) when the connection (https) is suddenly lost to the apache and i can no longer access the interface. What happens more strangely my Ethernet interface gets shutdown on ubuntu. I have to restart the services by issuing /etc/init.d/networking restart.

Even at times it itself start receiving network packets on its own; without even restarting; i don't what the hell is wrong with the server. I cannot understand its erratic behavior. I need a sound and reliable Ethernet connectivity at all times because coz of loss of connectivity in my case would mean loss of logging functionality. I dnt want any time-gap in logging ...as im currently logging some highly critical devices on this server.

View 8 Replies View Related

Debian :: Enable Web Interface To Access Openssh-server On My Vps?

Feb 10, 2011

Is there a way to enable a web interface to access openssh-server on my vps incase i'm on a network that does not permit outbound port tcp 22 or any other port of my choosing?

View 1 Replies View Related

Debian :: Enable A Web Interface To Access Openssh-server?

May 31, 2010

is there a way to enable a web interface to access openssh-server on my vps incase i'm on a network that does not permit outbound port tcp 22 or any other port of my choosing?

View 3 Replies View Related

Server :: Unable To Access Graphical User Interface

Jun 20, 2011

I have a Linux mail server (Fedora). This server was set up long before i joined this organization. Now I have these issues I would request assistance:

1. I am not able to access the Graphical User Interface(gui) on this machine. Startx does not work. I have also tried using combination keys alt+ctrl+f...keys but no progress. As a result am not bale to do some tasks.

2. The clamav that is on the machine has since become outdated. Efforts to update it to latest versions have failed. How do i get to update clamav and protect my system?

3. Because of not being able to access the gui as well as the inability to update clamav have led to my server apparently sending spam mail which in turn have led to my public ip being black listed in a number of sites. Now how can i secure this server so that it stops sending the spam mail and hence avoid future blacklisting?(NB am using postfix and the server sits behind a router which connects to the Internet)

4. I have observed that the server has some iptables rules set but everytime the server restarts the rules stop. I have to manually restart them again to run. How do I sort this?

View 8 Replies View Related

Server :: Permissions Access Using OpenSuse 11.1?

Jan 20, 2010

I have a home network setup. The server has OpenSuse 11.1 installed. I have a laptop with Ubuntu 9.04 and my wife has an iMac. My wife an I are both members of the same group and that group has full rwx permissions in the directories we access. All the directories we need belong to that group. We can all connect to the server and access files without a problem. However it seems that all the files are read only for the other user. In other words if I make a directory on the server and save a file in there, I can access it with full permissions and my wife only gets read access and vice versa. What should I be looking out for or checking that would enable both of us to have full permissions other than setting permissions on the directories to the group we share (which I have done)? I also have one other question.... I notice that some users and some of the groups have the same number. I assume that this is normal?

View 1 Replies View Related

CentOS 5 :: VMware Server 2.0.1 On 5.3 Has Tainted Kernel - Can't Access VM Web Interface?

Apr 26, 2009

I can install VMware Server 2.0.1 on CentOS 5.3 (32-bit and 64-bit) perfectly. However, I can't access Server's web interface by going to port 8222 on the machine's IP address. When CentOS 5.3 (32 or 64-bit) is loading, I am greeted with this message "VM communication interface socket family: vsock: no version for "VMCIDatagram_Send" found: kernel tainted." I assume this is the reason why I can't access my Server through a web browser. How do I correct this? Is there a package I need to install on CentOS prior to installation of Server 2.0.1?

It's strange, because I can install 2.0.1 on Ubuntu Server 8.10 with absolutely no problem and access its web interface. So I think this might be a CentOS-specific issue I've uncovered.

View 7 Replies View Related

Fedora :: Permissions - Cannot Shutdown Or Access Webcam

Nov 4, 2010

I don't know what triggers this, but every now and then I seem to lose the ability to do a lot of stuff:
* access the webcam
* shutdown from GNOME
* change power manager preferences
* mount external drives
A reboot makes it all work again. This is on Fedora 14.

View 5 Replies View Related







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