OpenSUSE :: Creating Multiple Proxy Servers On Opensuse?
Mar 22, 2011have multiple proxy servers for each subnet as a child server from the parent proxy servers
View 3 Replieshave multiple proxy servers for each subnet as a child server from the parent proxy servers
View 3 RepliesI need to create a lot of users locally on my server.I have these info:username:GID:UID.How I can make a "for cycle" for make a multiple useradd? (useradd -u UID -g GID -m /home/USERNAME -s /bin/bash USERNAME)I tried to do this:
touch userlist.txt (UID:GID:USERNAME)
100:110:user1
200:210:user2
[code]...
Whenever I do anything in Zypper, there is always a huge lag before it starts downloading a file, but then it downloads at normal speed. I think this has to do with the fact that it is now trying to download from multiple servers, and I would like to turn that off. Where do I go for that?
View 2 Replies View RelatedRecently at work, they decided to block a wonderful site I used to access all day long (Facebook) so I'd like to be able to setup a proxy server on my Ubuntu box in order to access it from here as they wisely block all the other sites that allow one to proxy. What is the best one to do, and what would I need to do in order to be able to access it from an external IP, to include unlocking what ports on my wireless router?
View 1 Replies View RelatedI need an application which will create DVD for me, and I am pretty lame in these things. I have nasty sony home theater which does play only DVDs from shop and I cannot play anything I record (so far).
So, my problem is: I have MPEG video file (mp4), and I want to make DVD format with all that AUDIO_TS and VIDEO_TS folders and files in it, which will record me a DVD which will play on my DVD player. To be simple as possible, something like: MPEG_file -> CLICK -> DVD ready
Even better: MPEG_FILE+SUBTITLE FILE -> CLICK -> DVD ready...
How do you get SSH to use a socks proxy? I have tried:
Code:
ssh -o "connect -5 -S socks_proxy:1080 %h %p" host_server 22
I have tried to use socksify but I am not sure how to setup the client.
the zypper calling aria2c download the file, but the speed is too slow, so, I want to use proxy.the aria2 is supported to use proxy ,but I cannot find where is the config file. I want to know how the zypper pass the parameter such as file name file target and anthor option when aria2 is calling by zypper
View 9 Replies View RelatedI've just installed OpenSuse 11.2 64-bit and, on the whole, I'm pretty happy with it. I'm connected to the network and I am posting this from my new system. However I cannot get any software updates or install new packages
I'm behind a (non-authenticated) proxy and, obviously, Firefox has no problem.
If I use Online Updater I just get error messages like this:
PackageKit Error repo-not-available: Failed to download ./repodata/primary.xml.gz from Index of /update/11.2
(but the site is available in Firefox).
I have tried manual updates through Yast (after setting the proxy) and get pretty much the same thing.
So far I have set the proxy in:
Firefox
/etc/sysconfig/proxy
/etc/PackageKit/PackageKit.conf
Computer -> Yast -> Network Services -> Proxy (That has a test function which confirms it is working).
Applications -> System Settings -> Network Settings (This tells me that the network settings are controlled by NetworkManager and can't be modified by Yast).
[Code].....
I set HTTP proxy: http://10.*.*.*:6666/ choose Use the same proxy for all protocols fill my user name and password An error occurred when testing:
* Port number too large: ****** (password number)
curl: (3) Port number too large: ****** (password number)
* About to connect() to proxy 10.*.*.* port 6666 (#0)
* Trying 10.*.*.*... % Total % Received % Xferd Average Speed Time Time Time Current
[code]....
I've been doing some security testing in a lab environment that does not have direct internet access. From home to connect to my lab machine, I
1. SSH to machineA.
2. SSH from machineA to machineB
where machineB is my actual lab machine. neither machineA or machineB allow anything other than SSH, and machineB is only accessible from machineA. However, I really need to run yum on machineB.I have managed to get internet access via Firefox on machineB by creating a series of SOCKS proxy via SSH.
1. machineB: ssh -L 12345:localhost:12345 user@machineA
2. machineA: ssh -D 12345 user@machineC
3. machineB: configure firefox to use socks proxy, localhost, 12345
where machineC has internet without limits placed. This is the only way I have managed to get internet working. I tried using ssh -L all the way from machineB->machineA->machineC but it didn't work (even when setting Firefox to use http proxy). I tried using ssh -D all the way, but again that doesn't work either. I do have access via Firefox using socks proxy. However, yum update fails to retrieve mirror list, and from what I have found I don't believe yum supports socks proxy directly. Instead, it uses http_proxy / ftp_proxy.how to get yum to go out over the SOCKS proxy I created (same one using in Firefox)? It seems like since Firefox can access the internet and everything without issues, i should be able to get yum to tunnel through the same connection to access everything.... I tried
>export http_proxy="http://localhost:12345"
(yum.conf) proxy="http://localhost:12345"
I was wondering if someone could maybe provide me with a list of things to give a new user using the useradd utility. ( home directory, permissions, etc.) or even point me in the direction of a solid walkthrough
View 4 Replies View RelatedI am running OS 11.3 and I want to create a boot CD so that if my boot partition is moved I can still boot from the boot CD and re-initialize grub again. Is there some easy to use utility which will enable me to do this ?
View 3 Replies View RelatedHOW DO I SET MY OWN STATIC IP ON SUSE?
View 5 Replies View RelatedI need to have Opensuse 11.2 use my proxy server here in the office and it is by hostname/ip:8080 only not HTTP. The problem is using Yast2 I don't have the option of using the proxy that way it wants http. I've been using opensuse on and off since 9 (great flavor BTW my favorite) Easy as you need it to be and just as complicated as you want it to be, a perfect mix.
View 8 Replies View RelatedI have installed openusese 11.2 since about 2 months ago. Everything running well. But since the network admin deploy proxy server, I couldn't get update than.[URL]this problem, was that related to proxy settings?Or did I miss something else?
The proxy I set is not being used or recognized by some apps. For instance dropbox would be able to detect the proxy settings i set using yast>network>proxy while firefox would not recognize it. In firefox i tried using the automatic proxy and using the system proxy. Either of the two won't detect it. However, when I manually set it in firefox's preference it would work. For empathy the proxy is not recognized as well. In addition, can I set the proxy in the empathy app itself? I could not locate it. Also the online updates and repository checks recognizes the proxy I set up.
By the way I am using GNOME 3 as my DE. I would also like to share that when I use the network settings > proxy of gnome 3 none of the apps recognize the proxy.
I work behind an ISA proxy. I have to authenticat with domainuser. When defining proxy settings with yast, I cannot put "domainuser" in the URL, so I add it in text mode in /etc/sysconfig/proxy for all protocols. Example: [URL] Then I have to logout/login in order yast to work.
BUT:
- I cannot add communauty repositories.
- zypper fails
In order to make zypper and adding repositories to work, I have to suppress one of the two back-slash like:
[Code]..
I installed openSuse 11.4 (KDE). It was excellent - everything was working great except for Subversion which use to work fine on 11.3 (command line is broken on 11.4, Eclipse/Subclipse works fine on both).
Subversion kept going to the proxy server instead of going directly to our internal Subversion server. I tried (1.) setting the proxy settings in Yast with excluding for our Subversion server, (2.) tried adding the usual settings in ~/.subversion/servers (which worked fine in 11.3). I could not check out on the command line from the local server, I can check out from external servers, eg: Google.
(I installed from the live CD download. I think this is using something some plasma widget thing for the network management.) Why is Subversion not using the usual ~/.subversion/servers file for its settings in 11.4 (KDE)? What is it using and how can I make it not use the proxy server? (Someone else mentioned his Subversion only started working after he used some Chrome plug-in to change the proxy settings but had no idea why?)
I am using OpenSuse 11.2 and have installed Open Office 3.1.1.5 from the STABLE repository. I have connected Open Office Base to a MySql database using JDBC. All tables are visible and accessible. However, as soon as I try to create a form, at the moment I want to connect to the data source (e.g. with the 'finish' button) Base crashes and needs to be restarted. Creation of forms is thus impossible I installed OOo vers 3.1.1.5 because it was happening with 3.1.1.4 as well.
View 3 Replies View RelatedAfter updating to kde 4.6, when I try to create a contacts group in kontact, it doesn't suggests anymore the contacts that match the letters already written. So, I have to write the complete name and the complete email address. Apart from the annoyance, it is a source of mistakes...
View 6 Replies View RelatedI'm using openSUSE 11.4 (x86_64) with KDE: 4.6.00 (4.6.0) "release 6"Everytime I visit a direcotorya hidden file ".directory" is created. How to disable that? Is There a possibility to disable that behaviour only for public_html directory
View 9 Replies View RelatedCan anyone using kde4.7 from R47 repo please try creating a new user and see if you get this with the panel. SUSE Paste My current user is fine, which came through the upgrade from 4.6
View 5 Replies View RelatedCould anyone recommend a method of creating a full disk image. I have the Acronis bootable media, would this work to backup Linux partitions? I'm thinking that Acronis doesn't know or care what is written to the disk as it works at a lower level.
View 7 Replies View RelatedI tried to down grade my PHP5.3.x to 5.2.6 and some how I broke the connection to my Mysql. I needed to do this for version 6.xx of Drupal. Anyone know a quick fix to the mysql.lock or do I have to re-install Mysql?Error Message:Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (13).
View 6 Replies View Relatedour prof wants us to make some measurable changes in the kernel as a part of our assignment. I'm new to linux (started using linux only day b4 yest)... till now i've built a new kernel using cloneconfig and ended up with a rpm package (since i couldnt find any other option).and here's the prob
1. how to make changes in the kernel code?
2. do i have to create an rpm everytime after a change? (it jus takes too long )
Since I completely switched to Opensuse11.3 From MS-Windows OS. The Problem I had is a PPTP VPN connection in windows, Which I used to connect Via a connection, The VPN provider gave me. Since these connection are for MS-Windows , I can't create a connection manually in Opensuse. I used , KDE control module/Network connection/VPN/add -> PPTP then I entered the host ip in NT DOMAIN field , my username, and password, and left all other options (including Gateway) the way it was. After that, every time I try to connect to this connection, NOTHING happens.
View 2 Replies View Relatedi have jsut installed hypervisor tools and was trying to setup xp in a virtual machine.. but i keep getting this error unknown OS type hvm
View 2 Replies View RelatedI work with a proxy serverWhen i try to update my system i am not being allowed access. it tells me that i am denied access. what can i do?
View 7 Replies View RelatedI set up the 'Proxy' from Yast and they tested successfully. I can connect to internet, but why am I getting 'ERROR 407 proxy authentication required'?
FYI, my comp is the part of company .NET network with bunch of firewall and security...
My box has to connect to internet using specified http proxy.I have set proxy in both kde control center and yast2 control center. They both tell me the proxy works fine. But when I really try to use yast2 to update my system, it report an error:
Code:
Failed to download ./repo/repoindex.xml from [URL]
History: - [AbstractCommand.cc:195] URI = [URL]
Even I try
Code:
export http_proxy=http://XXXX
yast in command line,the error still exist.
In debian apt-get and slackware slackpkg,my proxy works fine. So I am sure it is not my fault and maybe it is a bug of yast2.