Networking :: Setup CVS Server In Fedora11 And CVS Client In Windows Xp?
Sep 12, 2009
I have one Windows-XP on Machin 1 and one Linux on Machine 2. I want make Linux machine as CVS server and Windows Xp as CVS client. How to setup CVS Server in Fedora-11 machine and CVS client in Windows Xp?
I would like to know how to install a webmail server and a suitable client to help connect to it that is compatible with both windows and linux ubuntu.
I have installed Fedora 11 and Fedora 8 on two differnt machines and I am doing an rdesktop to connect to a Windows 2003 server. The connectiviy is pretty fast when I try and connect the same from fedora 8 machine but it very slow when I try and connect it from fedora 11 system. I have tried using TS client but even then it is pretty slow. I have also tried using an Nvidia 8400 graphic card and Nvidia 9600 on Fedora11 OS.
I have also tried using Fedora12 OS as well. Is there any thing specific I can check on Fedora11? Or do I need to do some thing on my windows 2003 machine?
how to setup a home network for learning purpose. i have two laptops and a desktop connected to a modem-router for broadband (wired connection), i want to setup one as server and the others as client.
I have a wireless router situated in another room. I am able to access this router (and consequently the internet) through a Windows laptop that has a wireless card in it. However, my other laptop that has Ubuntu 10.10 installed on it, doesn't seem to have a wireless card in it, and I have confirmed this by running the commands
Code: lspci and Code: iwlist scan
I briefly was able to share a folder in my Windows machine, and access it through my Ubuntu machine, after connecting both laptops with a cross-over cable. However, I can't even ping the Windows machine from my Ubuntu machine anymore, after trying to configure the IP addresses. I think I screwed it up.
Also, although this is not an Ubuntu issue, I have a weird Windows problem, where I can't access the Internet when both wireless and wired ethernet controllers are active at the same time. It would be a bonus if you could solve this problem too for me. I was surfing online for a solution to this problem for quite some time, but I was unable to comprehensively understand and implement what I browsed through. Also, some of the guides, like for example, that on configuring Samba, seem to be outdated, as the terminal tells me something like the package (that was required to be installed by the guides through sudo apt-get install) has been superceded. Hence I post here for clear, concise and easy-to-understand help from you gurus. It would be great if I could achieve the end result of being able to access the internet on my Ubuntu machine (through the Windows one).
I'm trying to setup a linux box to act as just a DNS server. Its something I'd like to use just for WAN type requests and leave other domain related things to the Server running WIndows.At this point on my Linux box, I can run queries and nslookups from it. I can not however, from a Windows box, run a NSLOOKUP command from the Linux box which is telling me to check the permissions from Linux to enable that for the clients. It's enabled.From a C: I type in nslookup - *ip of Linux box* and it tells me -- Can't find server name for address.
i have a centos 5.5 server running tomcat,oracle xe,apache etc..i would like to be able my windows machine to access this server by name, and not ip, for example have http://backserv:7080 for oracle xe web admin and so on..i know one way is DNS, but if i install oracle on a windows machine in peer-to-peer network, i can allready access with by it's name. o i'm guessing i should do something with samba, wins or something like that.never mind i got now for the REAL complex stuff of insalling web sphere 7 without user interface (need to look for a response file).
i installed unix services for windows 3.5 on a windows xp pro box and it installed fine. I configured nfs on the debian box and exported the ip of the client computer and forwarded port 2049 correctly. I followed the instructions for setting up teh nfs client on windows. However whenever i go to tools->map network drive and type in the server-domain-name:/file-address it says it cannot connect?
I am not exactly newbie with GNU/Linux, but definitely new to SSH/NX stuffs. I followed the below tutorials for installing FreeNX so that I can access my desktop like TeamViewer in windows.
https:[url].... https:[url].....
But I don't see the folder NX like the one mentioned here.Then edit the file /usr/NX/etc/server.cfg
I don't see a folder called NX to proceed. Also when I use nomachine client to connect from Windows, it couldn't connect and I get the below errors.
nxssh: <host-name>: no address associated with name.
how to make connect to freenx server from windows using nomachine client?
my both linux and windows has 2 network cards each.
basicaly it is vLan cards, each server has 2 network cards. one to main switch and one to local IP.
data will be going like below:
internet ----------------> eth0 --> linux --> eth1 ----------------> Windows.
i have vLans on both servers. And i need cross connection setup. And use linux in bridg mode / cross connection .
actualy i want to use Iptable rules to filter bad packets and forward good packets to windows. i have scripts how to forward packets to windows. but the problem is i dont know how to setup both servers in this topology. and how to make linux as bridge.
All it should be in transparent mode. Not in NAT mode.
How to setup remote control on Ubuntu 9 for use of windows client ?
Just for use in a home network. I've had a computer for media files for a long time and now I changed from Windows 2000 to Ubuntu 9. I the home network there is some Windows W2k and XP Home and I will use VNC or RDP for remote control of this Ubuntu desktop.
I've no experience of Linux at all and I've seen some notes about this with no luck.
I have a small home-office network. On that network I have two linux computers, one is a client the other a server.
On the server I have NFS Server setup and mount some NFS exports on the client computer.
On the server I have the firewall on and here it becomes a little tricky.
Since both the server and the client connect to the router the interface (eth1) is theoretically both an internal & external zone.
The router is commercial grade and therefore has a good firewall on it which is also setup. Therefore the firewall on the server is really more of a backup than a necessity. But that's fine, and by having the server's firewall on 'fail2ban' is able to work which I like to have working so I don't want to just turn off the server firewall even though I have good security from the router.
However, when I turn on the server's firewall, the client computer cannot see the NFS server when scanning for server -- done by: clicking on "Choose" next to "NFS Server Hostname" when adding an NFS share in the NFS Client in YaST. Clearly something is being blocked even though I have both "NFS Client" and "NFS Server Service" allowed in the server firewall. The Firewall config. files for these are below.
The Firewall configuration is pretty much "out of the box". That is I have the services I need opened up for the external zone, the other zones are left at their default which means the internal zone, although not used (i.e.: attached to any interface), is completely open.
The perfect solution I guess would be to setup my client computer to connect through a different NIC (perhaps eth0), make that the "Internal Zone" and therefore allow all traffic through to it while still blocking the server from the external zone. However, I cannot make that physical change to my network for now so I am looking for an in between (non-perfect) solution.
In this case I am guessing that means opening up extra NFS ports to the external zone so I have full NFS functionality. I don't mind this because like I said, the router firewall is the main line of defense anyway.
So, given all of the above could someone tell me what I would need to additionally open up in the server firewall to make the NFS server detection work on the client while the firewall was on. Or, if you have a cleverer/better solution without me changing my physical network that would be great.
Hopefully I have written this in enough detail and clearly enough so that all the parameters are clear but if not, feel free to ask me what you like and I'll try to make it clear.
Code: ## Description: Firewall Configuration for NFS kernel server. # # Only the variables TCP, UDP, RPC, IP and BROADCAST are allowed. # More may be supported in the future. code....
Am I right to say, from the server machine, if I ping 192.168.126.130, I am calling the client machine? NFS server ip address is 192.168.126.129? and what about 192.168.255.129? and 192.168.255.128?
I've got a home server running Ubuntu Server 9.04 and several machines running Ubuntu Desktop (9.04 and 8.04) and Windows (XP, Vista and 7). Now what I want to do is to create a domain and directory server similar in function to Windows Server w/ AD and join my other machines to the domain, but am not sure where to start. I already have file shares with Samba but now I want to setup a domain.
I want to explore DNS and Sendmail. So I downloaded exe of Vmware 2.0 on Windows Xp. I installed Fedora Linux on Both. Now I have bridged networking and do did provided:
Instance 1:
Machine IP: 192.168.1.100
Instance 2:
Machine IP: 192.168.1.101
BIND Software is installed on both the machine. I want to make 192.168.1.100 as Server and 192.168.1.101 as Client.
Also do let me know how can I setup DNS server? Will it be possible to learn DNS server and client configuration through VmWare?
I currently have a debian lenny high performance cluster running seamlessly using dhcp and tftpd-hpa. All nodes are completely diskless, and i would like to keep it that way. I now would like to have a client boot over local into a full KDE desktop.
Here's the cache. 1. I would like the client to also be a node. I would like it to handle processing as the other nodes do, but this one with a full desktop, with ALL data and privileges accessible. 2. The client will have its own workstation graphics. It will need to have that driver loaded without slowing the system. 3. Client will need to be able to use its own usb, bd-rom, dvd, audio, etc. even though it will be booting into the HPC. 4. Wireless. I cannot run 70 ft of lan across an apartment. not happening.
The idea is a media center applicable "powerhouse" with high-end power and graphics for easy media editing, 3d creation, and gaming. Will also be used for webcache over all local, file sharing, and other server applications.
HPC specs: -headnode: hp compaq p4-ht 3.2 ghz, 4x500gb, 4gb mem, gigabit ethernet, wireless-N -nodes: 4x p4-ht 2.2 ghz, 2gb mem, no-name brand slim desktops; 2x panasonic toughbooks p4-mobile 1.8 ghz, 1.5gb mem; 3x gateway p3 unknown specs; and 1 hp 530 notebook 1.6ghz core2 duo, 1.5gb mem -client: hp compaq core2 duo 2.13 ghz, 4gb mem, wireless n, bd-rom, 2x dvd-rom, usb 3.0 card, bluetooth, 1gb AGP nvidia geforce 6800 dual-dvi, no hd. I need to know how to set up this PXE.
I'm running Lucid on a laptop client and a desktop server. The server has windows partitions that I'd like to connect to from the client using nfs over a wireless link on my home network. Is this possible? (I'm currently using samba but find it slow and stalls shutdowns on the client.)I've successfully connected to ubuntu partitions on the server via nfs, but most of the data is on the windows partitions, and must remain there.
Want to share windows partitions (FAT) mounted on an Ubuntu server from an Ubuntu client, over a wireless connection in a small home network. Succeeded mounting linux ahares from client but not the windows shares (I get what sounds like permissions errors). All shares are served by Samba, all have user accounts and passwords. smbclient and smbmount have been used on the client to attempt to mount the shares. Both machines are dual boot, and I'm able to share and print over the network with XP running on both machines.
OS: both machines: Lucid Lynx Client: Dell Inspiron 1520 laptop Server: a Medion (german company) cheapo desktop.
But when I try to check for syntax errors tells me SSLRequire not allowed here I do not want to add SSLRequire on the main httpd.conf because I only want it for one virtual host. The rest of the virtual hosts do not need it.
I'm looking for some information on setting up a VPN client through Networkmanager in Gnome. My company uses a Sonicwall VPN server, and I'm having trouble getting my F11 laptop to connect. I've tried OpenS/WAN with no luck, and stumbled across Networkmanager's VPN setup. I can choose Cisco Compatible VPN (vpnc) which says it's compatible with Sonicwall IPSec-based VPNs. Is there a how-to I can check out, or has someone else got this setup to work?
I'm trying to setup IPv6 in a PPTP client configuration on Maverick, but in network manager only IPv4 is available.
On LAN and WLAN IPv6 is working fine but I want to avoid when using a VPN all IPv6 connection are bypassing the VPN which compromises the VPN to a certain extent ..
I have got pptpd linux server and pptp linux client which connects successfully. Now I want setup idle time (inactive) in pptp linux client so that if the pptp tunnel is inactive say for example 5 minutes it will be automatically disconnected. how can do that, is there any built in feature on pptp client?
My desktop is running 'buntu 9.10 and I have recently aquired a couple of half decent servers running Windows server 2003. I have a few windows app's that I use regularly for work that I have had limited success in running with wine or in vm's. I stumbled upon a how to to call apps in a vm to run seamlessly on the host desktop and did some playing and have succeeded in calling app's on my servers from my 'buntu desktop, the command I have set in my launcher for one of them (DIALux)
My question is, can I change the default application/file association in 'buntu with a custom command so I can double click on a file and have it open in one of these remote app's??If I can, what is the correct custom command to be using as using the above doesn't work at all, it just tries to open the file with rdesktop not the remote app.
I have a CentOS + Samba server and Windows XP client machines. Users, passwords and permissions are entered on the server machine.users and passwords ( same as on the server ) are entered in the XP client machine.When attempting to access a public file on the server using a XP client machine and the IP address of my server, I am asked a user name and password and none of the already entered seem to work. I cannot access the server file (prompted again and again to enter user name and password). What did i miss
i am using NCTUns simulator and having problem while receiving message from an OBU. sending a message works properly but recving creates problem and fails. i am using exactly the same function as used by the developers in the demos but still no luck. i copy the code attch the screen shots to have a look
sendto() and recvfrom() are used for message transfer. they both return >-1 if they are executed successfully. please have a look in the screenshots. agentClientReportStatus is the built in packet format which im using here whose fields i filled manually are in the code below.
agentClientReportStatus *message,*mssg; int remainTime,n,n2,n3,i,sendingaddress,value; sockaddr_in cli_addr; timeval now;
I have just installed Fedora11 on my machine - the installation failed to start the x server so I had to install with the textbased installer. When the installation completes, I boot up and first I update Fedora with "yum update". Then I install a nvidia driver with "yum install kmod-nvidia". Then I run nvidia-xconfig to make a config file. But when I try to run "X", I just get a blank screen. I can run system-config-display fine, and setup my resolution etc. The log doesnt seem to give me any errors.I have two Geforce Fx3500 card in the machine.
I have just installed Fedora11 on my machine - the installation failed to start the x server so I had to install with the textbased installer. When the installation completes, I boot up and first I update Fedora with "yum update". Then I install a nvidia driver with "yum install kmod-nvidia". Then I run nvidia-xconfig to make a config file. But when I try to run "X", I just get a blank screen. I can run system-config-display fine, and setup my resolution etc. The log doesnt seem to give me any errors. I have two nvidia Fx3500 card in the machine. I have tried the 173, 185 and 190 driver - same thing.