General :: Dynamic Ip Config In Opensuse 10.3?
Jul 25, 2011
I have comcast xfinity high speed dsl, with a dual boot win2000/opensuse 10.3 system. I'm connected in win2000, but I can't quite figure out how to configure comcast's dynamic ip address' in opensuse 10.3, either on command line, or in KDE with YAST (scream on the latter attempt).
I've looked up all man pages on ip cpnfig, but the problem is that my last internet connection was through a router with a static ip address, and I can't quite figure out the shell command from man pages ( I've tried dozens of combos like ip addr [change] {dynamic|on} etc. from what I could gather from man page instructions, but I can't seem to get the dev object and options worded just right), and I'm about ready to throw my monitor at the wall during every YAST attempt (and of course YAST doesn't pick up my dsl automatically and why it's asking for a comcast userid upon manual entry I haven't the slightest).
View 11 Replies
ADVERTISEMENT
Dec 12, 2009
I want to restrict the Visitors to my Webserver whom i want to give access But the persons whom i want to give access. have Dynamic IP. I want to use DynDNS and update IP address of person. Based on the Hostname Pointing to Dynamic address of person.
View 5 Replies
View Related
Feb 13, 2010
I want to configure a VPN over the Internet.I installed the 'openvpn' package, generated the key file, transfered it by a secure way to the client, and setted up the configuration file.
So, in that configuration file I input the IP addresses of the tunneled interfaces. Both IPs are static in the tunnel.
Then, I've heard somewhere that I can assign a dynamic configuration IP for the client. I do this registering a range.
Well, when I tried to change static IP to dynamic IP (changing '192.168.0.2' to '192.168.0.0/24') in the configuration file, the OpenVPN didn't work.
Obviously I don't know what I'm doing, and I really, don't believe that simply changing the IP will make it work, but I tried.
I hope I explained my problem as well.
My configuration file:
# OpenVPN Server Configuration File
dev tun 0
ifconfig 192.168.0.1 192.168.0.2
cd /etc/openvpn
secret key_file
In client I execute the 'openvpn' without the '--daemon' parameter.Then I want that my client uses a IP in a range (192.168.0.0/24, for example), instead of a static IP (192.168.0.2).I also thought to use a DHCP server, but I'm not sure that will work.
View 6 Replies
View Related
May 7, 2011
I currently can run an old swf on my Chumby 8 device by storing and using these three files on a USB plugged into the device
config
<?xml version="1.0" encoding="utf-8" ?>
- <config>
[code]...
View 1 Replies
View Related
May 27, 2010
I bought a new printer today (HP Photosmart), and Yast did find it in my wi-fi network and configured it properly.I see that Yast set the connection type to "socket://192.168.1.7", which is the IP the printer had. But the IP is given by the router (DHCP).Is there a way I can change the printer configuration so that the printer will always be available whatever its IP is (can be from 192.168.1.5 to 192.168.1.8) ?
View 4 Replies
View Related
Apr 18, 2011
I have a box with 1 ethernet card and Huawei E160 USB modem. So, I have configured eth0 interface with IP 192.168.1.1 and modem0 interface with dynamically assigned IP. Now, I'd like to share Internet from modem0 to eth0 and so to the rest of home local network.
I need your advice on how to do it. All the manuals I've read deal with two ethernet cards that have static IPs. It seems that YAST lacks the GUI for it, too. Also, I need the configuration to work even with no user logged in so I'm using ifup instead of NetworkManager.
View 5 Replies
View Related
Feb 28, 2010
Anyone using dual monitors (dual head) and has a nvidia graphic card, might be interested in the app, Disper, nvnews.
You can configure a dual monitor, on/off, via nvidia-settings, but you can automate it with Disper by writing a script to execute something like:
View 9 Replies
View Related
Aug 20, 2011
few days ago i installed the newest opensuse 11.4 32bit system and all is working really fine.except when starting apache or doing a php -v on the CLI i receive the following error ->
php -v
PHP Warning: PHP Startup: Unable to load dynamic library
'/usr/lib/php5/extensions/intl.so' - /usr/lib/php5/extensions/intl.so:
undefined symbol: grapheme_extract_count_iter in Unknown on line 0
i know this bug has been reported earlier and i found quite a few results in google.i even found one result where the problem was fixed and updated in an additional opensuse repository -> Additional package repositories - openSUSE the repository with the fix is the following -> Index of /repositories/server:/php/openSUSE_11.4 so ... i added this repository via YAST to the repositories in my system without any problems but whenever i do a system update via YAST i don't receive new fixes and patches from the newly added repository!
if i directly browse to the /i586 folder in the repository i see all the PHP updates with version 5.3.7 and the latest updates were done 19 aug 2011 Index of /repositories/server:/php/openSUSE_11.4/i586 but my system still has PHP version 5.3.5 installed and somehow doesn't want to update from the newly added repository for the apache php modules so ... i just double checked and the repository is enabled in YAST ... but I still don't receive updates from there i would like to update to the new apache php modules, to get rid of that php '/usr/lib/php5/extensions/intl.so' warning, but somehow that doesn't seem to work
View 1 Replies
View Related
May 11, 2011
just a quick question. I was wondering if it is possible to do the following: suppose there is a www and it contains 3 pages: aboutus.php, index.php and contactus.php within each side there are 3 other pages you could say 1*.php,2*.php,3*.php, where * stands for any of {aboutus,index,contactus}. I was wondering how, if it is possible, to implement the following mechanism.
If users requires 2a.php go to aboutus/2aboutus.php or if it is 1i.php then go to index/1index.php. What this does it translates addresses that user requires into the original links that are stored at the server. Then, if I want to change the translation I just change the naming convention say 22a.php or 11i.php and updates my mapping mechanism. Is it possible to implement it with mod_proxy_http ? so that you could dynamically (at once, without restarting apache and without any delays) change this mapping to whatever you want ? maybe there is another module I should look at ? Or shall I implement it myself?
View 2 Replies
View Related
Jun 18, 2011
Here's an example:
What do the numbers after so, such as in the last line, 1.1.0 mean?
My first guess was that they are version numbers, but:
So the 1.1.0 does not seem to have any connection to the version of the library, reported to be 2.4.46.
View 1 Replies
View Related
Sep 15, 2011
I have a Dell Inspiron N5010 laptop that came with Windows 7 installed and a dynamic disk. I want to install Ubuntu but I have the following constraints:
I don't want to lose any data. I don't want to lose my current Windows installation. If I tried to make a system image it will be very large (about 40GB)
What are the available options?
View 1 Replies
View Related
Apr 22, 2010
I have a problem with dynamic socks:
My VPS having this output of /sbin/ifconfig:
Code:
eth0 Link encap:Ethernet HWaddr 00:19:B9:B6:D2:3D
inet addr:x.y.114.13 Bcast:x.y.114.255 Mask:255.255.255.0
inet6 addr: abcd::xyz:fghj:ffgh:d23d/64 Scope:Link
[code]....
How can i use [x.y.101.1-3] address as proxy with putty?
View 1 Replies
View Related
Jan 13, 2010
I'm developing some small application runs on tomcat 6This web application just query data from MySQLBut I'm concern about performanceHow can I check how many request It can serve as well ?I'm thinking about to change the application to runs on httpd (will write in PHP)Normally, how many request httpd can handle for simple database query ?
View 5 Replies
View Related
Feb 4, 2011
I am trying to figure out how to make my terminal emulator dynamically transparent ( see through to the action below that window - Browser, video et cettera and not just the default wallpaper) . I figured out how to make transparent but not "dynamic". I have seen people mentioned you need to enable compositing but I am unsure how to do that in Gnome. I recall from a prior use of XFCE this was an option in that WM but I can't find in Gnome or compiz (if needed)
I am running Gnome on Debian Squeeze and have installed compiz. Any direction would be appreciated. I find reading web tutorials through the terminal to be very helpful so I can practice the command line or even practice commands while watching a good video .
View 3 Replies
View Related
Apr 4, 2011
I've created a script that put in dynamic variables the value HELLO 1, HELLO 2 HELLO 5. And I put the values of this variables in the file text.txt. Here's the script:
Code:
for i in $(seq 1 5); do eval ${i}=$(cat << EOF "HELLO" $i EOF); done
cat > text.txt << EOF
$1
$2
[Code]...
View 1 Replies
View Related
Feb 16, 2011
install a newly compiled linker as the default linker on my VM running Ubuntu. I compiled and installed a new custom kernel on my VM (linux-2.6.36) and also compiled (not install) a custom gnu c library (glibc-2.11.2) on the newly installed custom kernel. I am able to run a simple helloworld.c program to verify that my program worked successfully using the newly build dynamic linker in the /elf directory.
I want to replace the real linker inside /lib with the new linker that I compiled. I tried to make the soft link named ld-linux-x86-64.so.2 that originally points to the real linker file ld-2.11.1.so, point to my newly compiled linker, but my VM crashed. I also tried moving the compiled linker and wrote it over the original linker, and the VM crashed. None of the commands worked after that as they could not access any of the shared libraries and I received this error '/bin/bash: No such file or directory'. I also tried to change the LD_LIBRARY_PATH to point to my linker and did not have any luck there either.
View 2 Replies
View Related
Feb 24, 2011
I have an old program that kind of depends on older dynamic libraries. They tend to get upgraded easily with distro's updates. I figured that there would be a script with using ldd that would gather the libs needed and create one bigger, statically linked application that wouldn't break so easily. If I could do this, a lot of older KDE libraries could be removed from my system and easen my life.
My distribution of choice is gentoo, but I'm looking for a general solution that doesn't depend on rebuilding anything. If it runs with libs on their path, I'm sure it can be made run with libs somewhere else!
View 1 Replies
View Related
Jul 8, 2011
Why can't chroot command be used for dynamically linking objects?
View 1 Replies
View Related
Sep 11, 2010
I am looking for tools for static/dynamic code analysis for embedded Linux system development (both device driver and user space apps). We will use Eclipse IDE and C++ lanuage. I hope the tools are easy-to-use, reliable, popular, better with good
supports, and not-too-expensive. I already find a list of tools at WiKi, however, I don't have time to try them all. Could anyboy please recommend me a few? If you can tell
me briefly about their pros and cons, that will be the bet.
View 1 Replies
View Related
Mar 17, 2011
this is my first post i have this error in ./configure for bind 9.7.3: checking for OpenSSL library... using OpenSSL from /usr/lib and /usr/includechecking whether linking with OpenSSL works... yeschecking whether linking with OpenSSL requires -ldl... unknown configure: error: OpenSSL has unsupported dynamic loading
View 1 Replies
View Related
Apr 29, 2011
I have just downloaded Slack- 13.37 using Filezilla..I downloaded from an FTP server the entire directory of Slackware - Current (32 Bits) ..There were some problems encountered:1. When I selected the entire folder in FZ , the Queue size was reported as 4 GB.2. I started downloading and after significant time , still the Queue size was reported as around 3.8 GB..I was perplexed as I have a decent bandwidth and it cannot be. To dispel my doubt , I saw the properties of the Slackware directory in which it was downloading. It showed 1.9 GB.. Is the Q size not dynamic? (Total size - Downloaded size)
3. I was on the edge of my seat as my HDD had only roughly about 4 GB ...So , the Q size was kinda misleading..In a haste , I thought I would remove 2 big installations and wiped off Openoffice as anyway I was planning to go in for libre...I moved some other files to a different partition to ensure additional space4. At the end , early in the morning I woke up and saw it had finished ..But there was a failed transfer of 1 hidden file ..There is still 450 MB left in my partition, dont know why it got omitted.5. Now I want to check the integrity of the download bfor burning to a DVD..Should I use md5 sum? I am not able to determine slackware size by googling...In fact I should have gone in for a pre compiled ISO instead of this directory! But it wasnt available yesterday..6. Is there any good download manager like DAP/ Orbit / Leechget which also gives options like turning off comp after download (useful for overnight installs)...The DW helper in Mozilla is not that good ...I want a utility to split the download into 4/5 channels and speed up the download and most importantly show a graphical menu clearly showing Speed, Size, Time left , etc similar to windows DM
View 4 Replies
View Related
Sep 7, 2009
I was tryin to deploy svn on centos 5 with respect to [URL] I am stuck understandin the location svnpath parameter on svn config
[Code]...
View 1 Replies
View Related
Jul 10, 2011
I'm running Ubuntu Server 11.04 with OpenSSH, trying to create an ssh tunnel (for web traffic) to it from my (also Ubuntu) laptop. This is the command I'm using to create the tunnel:
Code: ssh -ND localhost:8080 george@192.168.1.20 I had it all working on a virtual machine.. which was deleted What settings/lines do I need to change/add from the default OpenSSH config files to get tunnelling to work? I've Googled and AllowTcpForwarding is set to yes, as is X11Forwarding.. but it still doesn't work. Chrome can connect to the server, but says the connection was closed before any data was sent.
View 3 Replies
View Related
Apr 9, 2011
I am running a server with a GRSecurity patched Kernel 2.6.32.36. I've tried to optimize the kernel as much as I can and know it (removing options, not needed drivers and so on) and compiled the modules into the kernel (no loadable modules anymore). I've started with Slackware 13.0 and the default config for 2.6.29.6-huge. Still I am not sure what to remove/optimize further now.
My question: Is there a way to boot with a kernel with loadable modules, check which modules are really needed for this hardware, (do something like lsmod) and save the running configuration modules for a next kernel compile to be the default .config instead of writing them down by hand and search for the appropriate names in .config or during menuconfig? (Note: zcat /proc/config.gz > .config is NOT the way I want, as it gives me just the current kernel config)
View 5 Replies
View Related
Jun 21, 2011
i have a dell studio 1536(service tag: d4tw6h1). when i install opensuse 11.3 and 11.4' the os don't confiig my usb port and can,t access to usb port. i haven't this problem when use xen kernel.
View 1 Replies
View Related
Mar 11, 2011
Ntfs-Config dont't start in OpenSuse 11.4 - Kde .
Output terminal:
host-002:/home/predieri # ntfs-config
Traceback (most recent call last):
File "/usr/bin/ntfs-config", line 102, in <module>
main(args, opts)
[Code].....
View 5 Replies
View Related
Mar 16, 2011
eID-belgium and the config module are not (yet) available for openSUSE 11.4. No big deal, I can wait as I'm sure it will be compiled once these days. Though, there's one thing that I'm interested in. The packages for pre-11.4 always required hal to be installed and running. With openSUSE 11.4 hal got removed as it is deprecated. Is there any chance the eID-belgium packages are going to be delivered without hal support / requirement? I can't think of pulling hal back in just for one app.
View 6 Replies
View Related
May 13, 2010
This is my 1st time to use openSUSE After install
Code:
lsusb -v
Code:
Bus 002 Device 002: ID 0411:0137 MelCo., Inc.
Device Descriptor:
bLength 18
[Code].....
View 1 Replies
View Related
Sep 29, 2010
that' s work under 11.2 but stop with 11.3 i have a laptop and an external screen on my desktop when i go to kde config, modify screen resolution for external screen save the change every thing is right when i logout et login again, the config is lost and i got same resolution to my external screen than for the laptop screen I have try in root mode, try clone screen , try no clone nothing !!! every time i got laptop resolution the card is intel on HP pavillion desktop i don't have xorg.conf in etc/X11 and i was surprized to see sax2 is gone in 11.3
View 3 Replies
View Related
Apr 18, 2011
I am just configuring my PC for learning php. If I install phpMyAdmin from rpm, it works however if I download it manually and put in /home/user/public_html/phpMyAdmin and then browse [URL], I just see a blank page. What is the reason?
View 7 Replies
View Related