Ubuntu Networking :: Member Of All Groups Communicate Simultaneously With ALL Computers?

Aug 27, 2010

given my computer is in a network consisting of multiple subnetworks, i.e. there are groups of computers: {192.168.1.1, 192.168.1.2, 192.168.1.3 etc.}, {192.168.2.1, 192.168.2.2, 192.168.2.3 etc.},..., {192.168.254.1, 192.168.254.2, 192.168.254.3 etc.}. My computer is 192.168.1.1. So I can communicate with 192.168.1.2, 192.168.1.3 etc. To communicate with other people I have manually switch to the proper subnetwork and take a new ip, e.g. 192.168.2.1. My question is: Is there any way to be member of all groups and communicate simultaneously with ALL computers? And if not, is there a way to find out (without manually changing the ip address) if computers of other subnetworks are online, so one does not have to change the ip and then look for other computers in the new subnetwork?

View 3 Replies


ADVERTISEMENT

Fedora Networking :: Can't Communicate Fully With Other Computers ?

Oct 20, 2009

I downloaded and installed a new copy of Fedora 11 last week onto a new computer (hereafter "proximate"). I also have a remote computer without a monitor running an outdated version of Red Hat Linux (hereafter "remote"). To manage the processes on remote graphically, I ssh from proximate into remote; this connection succeeds without incident in transmitting text (including commands) between the two computers; however, the command "gnome-session" returns: (gnome-session:15789): Gtk-WARNING **: cannot open display:

(The numbers apparently represent the process identifier and vary from instance to instance.) A similar warning (and no accompanying graphics) occurs whenever I attempt to start any graphical user interface from remote via ssh from proximate. The issue almost certainly lies with proximate; remote successfully communicated graphics to the ancient box that proximate replaces.

Interestingly, I cannot communicate via ssh from remote to proximate (within a secure shell from proximate to remote). If I execute /usr/sbin/sshd on proximate as root, then I can login, but even then I cannot execute any commands.

Consider the following output:

If I execute ssh -vvv proximate from remote to proximate, then I get a lengthy output that ultimately ends with "debug1: Exit status 254."

What must I do to communicate both text and graphics among my computers?

View 3 Replies View Related

Hardware :: Can Two Computers Access An External HD Via USB Simultaneously

May 19, 2011

I am interested in sharing an external drive between two computers. I do not want to disconnect the drive from one and then connect it on the other one - I want to share it.

Would this work with an external USB drive and a normal USB hub? Or is it something more complicated/impossible?

Also connecting the machines via network is not possible - it has to be USB, or I can connect it to one machine also via Ethernet but the second connection has to be USB.

View 8 Replies View Related

Ubuntu Networking :: Unable To Communicate Two Computer With Each Other?

Jul 18, 2010

I have two computers...Ubuntu server and Windows XP client. Both are connected to the internet using Ethernet. I have them connected directly using 1394 to increase speed of large transfers. The internet network and 1394 have different IP address scemes. Internet 192.168... 1394 10.0.0...

I am having problems getting the two computers to communicate with each other. I can ping the server's ip address and and it loops back. Same with the XP's IP address. I can't ping each other.

ifconfig shows my eth0 and eth1 connections are up. The eth1 Link Encap says UNSPEC.(Don't know if that means anything.)

View 2 Replies View Related

Ubuntu Networking :: ASUS USB-N13 Fails To Communicate?

Dec 5, 2010

Chili555 where are you?

I am running Ubuntu Release 10.04 (lucid), Kernel Linux 2.6.32-26-generic-pae, GNOME 2.30.2.

I have installed the ASUS USB-N13 according to your advice in previous posts, specifically, in your advice to 828688 Ben.

The dongle seems to be operating as it should. The LED does its flashing at what appears to be the correct time. Wicd also looks correct. Networks are found with good signals shown. Everything looks correct. But when I attempt to connect, "validating authentication" runs for quite some time, and eventually results in a dialogue window stating the communication failed. The required WEP password is entered in the RT2870STA.dat file, and again in the wicd window.

I have entered as much detail in the RT2870STA.dat file as I dare, and believe it to be correct.

ndiswrapper is not installed. Network Manager is uninstalled. Only wicd remains.

View 9 Replies View Related

Networking :: Get Two Ip Addresses To Communicate With Each Other?

Nov 19, 2010

How can I get two ip addresses to communicate with each other which are not in the same 255 range?

Like:

192.168.0.1
and
192.168.1.1

View 7 Replies View Related

Networking :: Route Two Pc's - Communicate To Each Others

Dec 3, 2010

I'm using Fedora 9 and has finished the DHCP for my eth2 and static on eth0. I would like to add a route so that the 192.168.22.x eth0 and 192.168.26.x eth2 can communicate to each others,.

View 3 Replies View Related

Networking :: Getting Two Linux Servers To Communicate

Dec 18, 2010

I am testing with Suse Linux Enterprise Server 10 in a VMWare environment. I've installed two SLES10 servers, named sles1 and sles2. I can't get the two servers to communicate, even a simple ping won't work. The "Network Adapter" in VMWare is set to "bridged", a setting which has worked fine when installing WinXP in VMWare and connecting to the Internet.Even if I ping sles1 from sles1 (= "pinging myself"), I get the same error message.Only if I ping localhost, I get a proper ping result.What did I do wrong? Did I forget to configure something?

View 2 Replies View Related

Ubuntu Servers :: Get A List Of Both The Local Groups And The Groups In The Active Directory?

Feb 4, 2011

I already know of a work around to fix this problem, but I guess my question is why is this not working as expected? I am using a Windows Server 2008 R2 Active Directory for authentication.

I have run auth-client-config for the ldap profile and pam-auth-update. When running getent passwd, I get a list of both the local users and the users in the active directory (with populated information in the Unix schema extension). When running getent group I get a list of both the local groups and the groups in the active directory (with populated information in the Unix schema extension).

Interestingly enough, though, when I run su DOMAINUSER, after the prompt for the password I get an authentication error. In /var/log/auth.log I can see an entry with pam_ldap: missing "host" in file "/etc/ldap.conf". The SRV records in the DNS servers resolve correctly. I've checked this with nslookup and I have seen the records within my zone file. Obviously if the ldap.conf file is working with getent and the ldap server is resolving from the SRV records, it is working fine.

The interesting part is that the Windows Server 2008 R2 AD machine shows in the event viewer that there was a successful authentication, yet the Ubuntu box says no. When I add the host within the ldap.conf file, everything works...getent and the actual authentication, either initial login or su.

[Code]...

View 1 Replies View Related

Ubuntu Servers :: Mapping UNIX Groups To Windows Groups?

Oct 12, 2010

I am currently trying to set up a Samba domain server. In the Samba-HOWTO-Collection I found an
example file.(Point 3.3.3.1) In the explanations of the example below, the author says I need to map UNIX Groups to NT Groups. He writes a shell-script of how one could do it, but when I copy it and then execute it, I get the error:

Bad option: rid=512
Bad option: rid=513
Bad option: rid=514

The other groups do get mapped, just the Domain Admins, Domain Users and Domain Guests dont. This is the shell from the HOWTO:

#!/bin/bash
#### Shell-Skript f ̈r sp ̈tere Verwendung aufbewahren
net groupmap modify ntgroup="Domain Admins" unixgroup=ntadmins rid=512
net groupmap modify ntgroup="Domain Users" unixgroup=users rid=513
net groupmap modify ntgroup="Domain Guests" unixgroup=nobody rid=514

[Code]...

View 2 Replies View Related

Networking :: Error Message - Can't Communicate With Ypbind

Apr 6, 2010

I am trying to set up an NIS client on a Fedora Core 12 64-bit system. The ypbind daemon is running via the /etc/init.d/ypbind script. However, whenever I run the ypwhich command, the following error message appears on-screen:

[code]...

The client has been configured so the domain is set, and the client will broadcast for the first available nis server. The client is on a subnet where there is one nis slave server, so it should bind to that server. One thought that came to mind was the fact the client in question is 64-bit, while the nis slave is 32-bit. Could that cause this problem?

View 4 Replies View Related

Ubuntu Networking :: Unable To Communicate Anymore - Software Centre Does Not Work

Jul 14, 2010

One problem has led to another.. I had notebook version 9.10 and it worked OK. I Downloaded 10.04 onto USB and all seemed fine. After upgrade - disaster. I have as Asus Eee PC901.

1. I am in Italy and bought a TIM USB mobile broadband modem - Ubuntu can see the device but nothing happens except a bizzare message with no information at all 'Unable to Open Archive'. I have no idea what that meant nor what I should do to resolve whatever it is, so I went back to my older USB modem which worked under 9.10 - Now even that device does nothing.

2. as a result, Ubuntu software centre does not work, Synaptic Package manager is the same; also update manager.

3. Limited communications are available via the university wireless network. That network requires me to work through their own proxy;port address (with username and password) which I have set up using proxy manager including the username and password. This allows me to carry out web surfing and point to point downloads.

4. Firefox works fine, and it obeys the requirements for registering with the proxy. Thunderbird, evolution, Synaptic, Update manager, Software centre etc all fail because they failed to authenticate with the proxy. They all have been set up to use system proxy. (Also tried direct proxy address;port in each package but no go)

5. The ultimate frustration has come from the direct download of Skype (.deb). Double click and it starts to install then crashes because of numerous dependencies (things like libqtgui4).

View 1 Replies View Related

Networking :: Getting Two Servers To Communicate (Ping) In VMWare Environment

Dec 18, 2010

I am testing with Suse Linux Enterprise Server 10 in a VMWare environment. I've installed two SLES10 servers, named sles1 and sles2. I can't get the two servers to communicate, even a simple ping won't work. The "Network Adapter" in VMWare is set to "bridged", a setting which has worked fine when installing WinXP in VMWare and connecting to the Internet. I have configured the Network Settings as follows:

SLES1:
-Statically assigned IP Address
-IP-address: 192.168.0.20
-Subnet: 255.255.255.0 (/24)
-Hostname: sles1

Hostname/DNS tab:
-Hostname: sles1
-Domain Name: local
-Name server: blank

Routing tab:
-Default Gateway: 192.168.0.1 (= my router connected to the Internet)
SLES2: same as sles1, with IP 192.168.0.22 and Hostname sles2

With these network settings, the two servers seem totally unable to communciate.
-When I ping sles2 from sles1, I always get the error message: connect: Network is unreachable
-Whatever way I ping, either ping sles2, ping sles2.local, ping 192.168.0.22, whatever, the error message is always the same.
-Even if I ping sles1 from sles1 (= "pinging myself"), I get the same error message.
-Only if I ping localhost, I get a proper ping result.

View 3 Replies View Related

General :: LFS /tools/bin/groups Not Displaying Supplementary Groups?

Jun 8, 2010

So i am at the stage of about to install the basic system and am using a derivation of the package management provided by Matthias S. Benkmann. To this end I am using his useradd and groupadd scripts to update the files:

/etc/passwd
/etc/group

My issue is that when I run the commands(created as part of temporary system when installing coreutils):

Code:

/tools/bin/su linux
#then as user
/tools/bin/groups

(here linux is the name of the user) This only returns the user being in the group named after user but not the additional group of 'install' Also, prior to logging in as user, if I use this command as root:

Code:

/tools/bin/groups linux

linux install This then returns that the user is in the correct groups. Lines from relevant files look like:

Code:

#/etc/passwd
linux:x:10000:10000::/usr/src/build:/bin/bash
#/etc/group

[code].....

View 8 Replies View Related

Ubuntu Networking :: Static IP And DHCP Simultaneously?

Jan 5, 2011

Where I work we use almost exclusively Ubuntu 8.04 in command-line only form. I need to know if it is possible to configure one of these devices to use DHCP and a given Static IP at the same time. I know how to do one, or the other, but not both. #1. Is this possible?
#2. If so, how?P.S. Yes, I did look around before I asked this, but I could not find anything. Maybe I suck at searching?

View 4 Replies View Related

Ubuntu Networking :: NFS And Samba Sharing Simultaneously?

Jan 6, 2011

I have a Lucid server with several external (eSATA) NTFS formatted drives. Right now, I'm sharing everything through Samba and administered through Webmin. Partly because I'd like to play with it and learn more and partly to see if there's any appreciable difference in overhead and speed, I'd like to try out NFS.

My question is, can the two sharing schemes (NFS and Samba) coexist on the same box peacefully?If not, I can rid of Samba and go with NFS, but I'd rather give it a shot first.Plus, some of the clients are Windows machines, so I'd have to install the SFU tools in order to get an NFS client on them.

View 2 Replies View Related

Networking :: Use Two ISP Lines Simultaneously In Machine?

Nov 29, 2010

I have two ISP Connections from different Providers BSNL and Sify. Both are 1MBps. In my Office Now we are using Sify for Only one Machine and BSNL is configured in wifi router. But Often BSNL network is in problem. So we have planned to use both Sify and BSNL simultaneously. what we have to do is to Make some arrangements either in cabling or in configuring we have to use both the connections simultaneously. without hassle so that the employees will always be on-line. and they may not know in which ISP they are browsing. But the internet should be available always.

We have two servers which has running Redhat 5.5 with two Onboard Ethernet card so totally Four Ethernet cards. And we are using Only linux such as fedora, ubuntu and CentOS in our Office and not windows. And all are connecting to internet by wireless. So please give some ideas to use any linux machine as router or something else that would balance the two ISPs equally, that is if one ISP is down then the other should take up automatically without doing any manual configuration and without buying any proprietary software or any hardware.

View 2 Replies View Related

Networking :: Using Two 3G Modem Card Simultaneously?

Aug 24, 2010

I want to use the two huawei 3G modem card simultaneously.Now by using pppd,I can got the PPP connection separately.but when I did them simultaneously,only one can successfully establish the ppp connection,the other will be blocked.If i kill the pppd process which already establish the ppp connection,the blocked one could then connect to the ISP and establish a ppp connection successfully. If I want to use them simultaneously,how should I do.I think maybe my linux only support only one pppinterface

View 2 Replies View Related

Networking :: Sending / Receiving Data Simultaneously Using BSD Sockets

Jun 25, 2010

I would like to send a data using one thread and receive a data using other thread by using a same socket connection using USD sockets. The calls i am using for sending and receiving are send(), recv(). let me know is it possible to send and receive the data parallel (Full duplex communication)?

View 2 Replies View Related

Networking :: Use Both Networks Simultaneously Ppp0(usb Device) And Eth0

Apr 30, 2011

I am running a CentOS 5.6 as a Virtual Machine on my Laptop. And, to connect to internet I am using a datacard (usb modem) device (Tata Photon +).

Now, internet is working well on my VM through interface ppp0

The problem is that when I start my interface eth0, internet (running through ppp0) stops.

Quote:

[root@kick ~]# ip route show
172.29.242.9 dev ppp0 proto kernel scope link src 14.99.211.189
default dev ppp0 scope link
[root@kick ~]# ip addr sh
1: lo: <LOOPBACK> mtu 16436 qdisc noop

[Code]....

View 4 Replies View Related

Ubuntu Networking :: Can't Communicate Data With "nc 127.0.0.1 3333" In Another Terminal?

Jul 14, 2011

My necat (nc) doesn't listen! It means when I write "nc -l 3333", I can't communicate data with "nc 127.0.0.1 3333" in another terminal! Also after writing "nc -l 333", I don't see port 333 between the ports which are listening, by "netstat -ln | grep 3333".

View 1 Replies View Related

OpenSUSE Network :: Connecting Two Computers On LAN \ Both Computers Are Connected To A Switch With Cables?

Jan 31, 2011

im trying to connect two computers on lan.One computer has: VMWare Workstation and has Opensuse 11.3 mounted in it.The other computer has: VMWare Player and has Opensuse 11.3 mounted in it.Both computers are connected to a switch with cables.I have followed this guide in both computers:Depanati singuri calculatorul!: Opensuse 11.3 - configure local networkin order to setup a network.In one computer, if i go to: Computer---Network---Network folder, i only see one machine. When in fact i could see both of them right

View 9 Replies View Related

Fedora Networking :: VM's To Be Able To Ping Each Other And Have Own "network" To Operate / Communicate

Jul 2, 2011

I have been trying to set up a network bridge for the 2 virtual machines installed on my Fedora 14 host PC. I want the VM's to be able to ping each other and have their own "network" in which they can operate/communicate. What is the simplest way to accomplish this? Most of what I have read revolves around turning off NetworkManager, and the following config files:

[code]...

Once these files are configured and the network is restarted, the bridge should work. Is this true? I have been encountering problems with this process, specifically when I try to link a VM to a bridge.

View 2 Replies View Related

Networking :: Creating Several IP Groups For Different Networks?

Jan 21, 2011

I want to create different IP based groups so that I may assign different settings according to that group. For example

Group1
172.16.1.x For Officers
In this group I want to limit and add some restrictions along with bandwidth limitations. So that other group may not be effected with these settings

Group2
172.16.5.x For officials

Group3
172.16.8.x For Hostels

and so on. So according to this group settings I will allow the bandwidth, accessing of audio/video site. How I may configure these groups. How to create or define these IP groups and how restrictions be added in each group.

View 2 Replies View Related

Ubuntu Networking :: Find Directions On Networking Two Computers Together In Order To Share Files?

Nov 20, 2010

I am having a heck of a time trying to find directions on networking my two computers together in order to share files. I have two machines running Ubuntu 10.10 Desktop & Netbook remix.

They are both connected to my wireless router to connect to the internet.

View 9 Replies View Related

Networking :: Cannot Add Nis Users To Groups On Client Machine

Jan 13, 2010

I've just set up NIS on my home network (probably not necessary on this scale, but I wanted to try it out). The server and the clients are all running Debian Lenny. I've got it up and running and have my NIS users on the server logging into graphical desktops on a client machine.My problem is this: The users cannot access a lot of services that are native to the client because they're not members of the right groups (for example, they have no sound because they're not members of the audio group). I figured it would be easy; just add users to groups with the usermod command but the response I get is that the user in question is not present in /etc/passwd. If I understand NIS correctly I'm not supposed to add my users to /etc/passwd on the client machines.

View 7 Replies View Related

Networking :: Using Windows Active Directory Groups

Apr 21, 2010

The scenario is I have a Windows Server 2003 Domain Controller which runs ADUC. I have created some security groups which I would like to apply to my network shares. The problem is, the majority of my network shares are based on Open Suse machines which, although are part of the domain, when trying to configure the shares using SMB, do not allow me to select the Active Directory groups. Any solution which will allow me to use ADUC security groups?

View 3 Replies View Related

Ubuntu Networking :: Networking 2 Computers Using A Switch?

Oct 7, 2010

I successfully installed Ubuntu 10.04 on 2 laptops (both are identical in terms of hardware). In addition, I connected both of them (using RJ45 cables) to a switch (just a switch; I don't have a router). Can anybody guide me what should I do / what settings should I specify in each laptop in order to be able to SSH from one laptop to another?

View 9 Replies View Related

Ubuntu Networking :: Computers Don't Always Show?

Jan 29, 2010

We have 5 computers networked with 9.04 installed. On some days, when you click on Place -> Network, then all the computers will show. On other days, like today, it does not show. However, one can ping them and I have been able to print to one computer which has the printer attached. SAMBA is installed on the computers for file and printer sharing.

View 2 Replies View Related

Ubuntu Networking :: Can't See Shares Between Two Computers?

Mar 21, 2010

both are running 9.04i have samba installed on both, each computer can ping the other, they each have a folder that is being shared, and they each can see a third computer that has windowsxp on it. however, they cannot see each other.not really sure what is going on.went to places/network and nothing shows up except the windowsorkgroup/computer.

View 7 Replies View Related







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