Need help with slackware, desperatly


Recommended Posts

im trying to setup a webserver with my linux box which is running slackware, im not sure which one, i think its 7.2 all i know is that its linux 2.4.18 but thats the kernel

anyways

ill try to put this into as much detail as i can

i bought a domain that i wanna use for my box and use the box as a webserver..

i could use some help in setting it up.

also, i have done it before, but cant remember how i did it, i had my box setup to DHCP and was able to keep a static LAN IP on it without using the static IP setting

there is a command to use for it, but im not sure, because everytime i telnet or SSH into it, after a little bit the IP would change and boot me off.

im trying to stop that

if there is anyone that could help me in setting both of these up, it would really help me!!

if you need more information, ill be glad to provide it

Link to comment
https://www.neowin.net/forum/topic/58687-need-help-with-slackware-desperatly/
Share on other sites

i bought a domain that i wanna use for my box and use the box as a webserver..

i could use some help in setting it up.

Here are list what you will need to setup a webserver with your domain following:

1) DNS server; it can be BIND, djbdns or whatever. BIND is one of most popular. I personal like djbdns better. Since, you don't have the static IP, so might be hard. You will need some different like dyndns (sp?) or whatever. I really can't help you on non-static IP, because I am stupid on this part. It's highly recommend you to buy two static IP to run as webserver with domain.

2) Apache as for webserver.

You are better off to search in the google.com first to find the doc and etc. Apache and BIND already have the great docs on their own website.

also, i have done it before, but cant remember how i did it, i had my box setup to DHCP and was able to keep a static LAN IP on it without using the static IP setting

there is a command to use for it, but im not sure, because everytime i telnet or SSH into it, after a little bit the IP would change and boot me off.

im trying to stop that

How many boxes do you have? Do you want this Slackware box to be DHCP server to take care of non-static IP to provide other boxes to have static LAN IP? There have plenty of DHCP setup tutorial, so start with search in here and google.com. There even have free Slackware online book/doc.

if there is anyone that could help me in setting both of these up, it would really help me!!

if you need more information, ill be glad to provide it

Well, please do the search first, because there have awful plenty of tutorial, how-to, docs and etc out there. When you have the problems, don't understand or whatever, then come back and post your problems with details. We will see what we can help you from there. Sorry, when people want to learn and run servers, there's no such of free lunch. (try to not rude, but that's truth) ;)

i know there isnt anything that can be gotten for free like that, basically thats why they made howto's

it wouldnt be a problem for me, but i have a real bad concentrating problem and i get really frustrated when trying to figure this crap out.

ill do the best that i can, i got some people that are trying to figure things out for me, and its kinda hard because they dont know anything about linux..

i have 3 boxes total, 2 win2k machines and my slackware machine

i souly want to use my slackware machine as the webserver, and yes, i have apache installed

im not sure if i want it to be the dhcp server, all i know is that when i first set it up, i found some tutorial and i did it manually im not sure, it was several months ago

all i remember is that it was set to DHCP and the LAN Ip never changed it was always at a constant 192.168.0.34

i did use a dynamic dns program / web address but thats when the ip stuck, i cant do it now, for the ip changes whenever there is access on the box or the box is being access'd to.

im not sure on how to put these things.

i know my way around linux sorta.. but when it comes to this, im at a dead end

well, i got everything fixed, but im still having 1 problem, i cant get the domain i bought to be used for some reason..

ive been reading apache files for hours and cant seem to fix the problem

i got the name servers pointing to my local IP, and everyone see's the site using the IP, but not the domain name..

i was just wondering if there is something im doing wrong, or is there is specific file i have to edit or what!

the domain name is dbzeta.net

im currently point it at my local ip 24.58.223.102

i have both the nameserver pointing to that ip under ns1.dbzeta.net and ns2.dbzeta.net

im playing around with the httpd.conf file and going through the apache faq's but nothing on there seems to be working

any help would be most greatfull!

Ok, now you will need to setup DNS server to make the domain and nameserver 100% work. Here are four examples, three from mine and another one I helped to others. I can't find the better another example that I posted in somewhere long time ago. Your choice of DNS server software, so BIND is better for you right now.

BIND

=================================

http://serverexpert.com/viewtopic.php?t=323

http://mezzweb.com:81/show/named.conf.txt

http://mezzweb.com:81/show/mezzweb.com.txt

============================= ====

djbdns

=================================

http://mezzweb.com:81/show/tinydns.txt

=================================

the domain name is dbzeta.net

im currently point it at my local ip 24.58.223.102

i have both the nameserver pointing to that ip under ns1.dbzeta.net and ns2.dbzeta.net

im playing around with the httpd.conf file and going through the apache faq's but nothing on there seems to be working

any help would be most greatfull!

yes the info for dbzeta.net is listed with bigdaddy and the name servers are listed. But I can not contact these name servers. And I show your IP address listed as hvc-24-58-223-102.hvc.rr.com. As a guess I would think you are running your name servers on the same machine - but port 53 is not even open.

Be warned - I highly doubt it is OK to run a webserver off of your RR account. Needless to say register a domain to an IP address that you really do not own. I currently know of no cable internet providers that allow this.

In simple terms - When you look for a host be is a host called www on the dbzeta.com domain or www.dbzeta.com there are few things that happen. First off you need to find the name servers for this domain. Yours are listed as ns1.dbzeta.net and ns2.dbzeta.net which is fine and dandy. The problem is, how do I contact these servers?? These servers would be the ones to give me the IP address of the host I am looking for - be it www or ftp, or anything.dbzeta.net Since they are the servers listed as the owners of the domain.

Now since you have name servers that reside in the same domain as your domain - you will need to make some host entries on bigdaddy that give the IP addresses of these servers. And on these server(s) you will need to be running some name server software, be it BIND or Microsoft, etc.. That will answer to questsions about the dbzeta.net domain, be it MX records (where to send mail) or hosts, cnames, etc.. etc..

Once this is setup - when someone on the net tries to go to www.dbzeta.net - the name servers they are using will ask one of your name servers listed for dbzeta.net for the IP address of www. This would end up pointing to your IP address. And then their browser would end up going to your machine.

Vs running your own nameservers - I am sure BigDaddy will act as your name servers as well, and allow you to enter host entries, etc.. If not there are plenty of FREE DNS services that will act as your name servers. Just need to point your domain to one of these servers, after you have setup the info on them.

There are also many free dns services out there - that will allow you to point to IP address by name. Ie dyndns.org - using one of thes free services you could point the name "dbzeta.dyndns.org" to your IP addess and serve up web pages by name that way.

Again - I would make sure you are legally allowed to be serving up anything from your internet connection, before doing so! If all you want to do is serve up some pages, your account should come with space on some RR servers somewhere - and or there are MANY free and very reasonable priced hosts for serving up what you want to serve up at dbzeta.net

A major reason Viruses and Worms spread as they do - is the running of servers by people that really do not understand what they are doing. You can safely run a webserver and name servers on your home network without making it available to the outside world. This will give you the ability to learn and play - before you attempt to make it available to the outside world.

More than happy to help in getting a webserver/nameserver running - and or ins and outs of how DNS works. But you want to make sure you are Legal to host up anything before doing so. And if legal for you to do so - there are many reasons NOT too. Once you open up your home network to serve up a website - you in theory could be opening up any machine on your network to an outside person.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Indeed. But note that this has Wifi7, HDMI 2.1, BlueTooth 5.4, and 5G Ethernet, so even in the additional features list this bundle blows the Steam Machine away. And, with the money saved, one could improve this dramatically.
    • One of the strangest galaxies in our Universe could help answer some long overdue questions by Sayan Sen Image by Pixabay via Pexels | Not representative An international team of astronomers led by the Department of Astronomy at Tsinghua University has discovered an unusually metal-poor galaxy that may contain signs of first-generation star formation. The galaxy, named Metal-Pristine Galaxy COSMOS Redshift 3 (MPG-CR3), or CR3, was identified using observations from the James Webb Space Telescope (JWST), the Very Large Telescope (VLT), and the Subaru Telescope. The findings, published in The Astrophysical Journal Letters, describe CR3 as the most metal-poor galaxy known from the period known as "cosmic noon," around 11.5 billion years ago. Cosmic noon refers to a period when the universe was producing stars at its highest rate and galaxies were growing rapidly. In astronomy, "metals" refers to all elements heavier than helium, including oxygen, carbon, and iron. Because CR3 contains so few of these heavier elements, researchers say it closely resembles what scientists expect the earliest galaxies in the universe may have looked like. The discovery is significant because it could offer clues about Population III (Pop III) stars, the first generation of stars thought to have formed after the Big Bang. These stars are believed to have formed from gas made almost entirely of hydrogen and helium, before heavier elements were created inside stars and spread across the universe through supernova explosions. Hence this is why CR3 has been referred to as a "living fossil." Scientists have long believed that Population III stars existed only in the very early universe. As more generations of stars formed and died, they enriched surrounding gas with heavier elements, making the conditions needed for metal-free star formation increasingly rare. Because of this, researchers expected the formation of such stars to have largely ended after the epoch of reionization, a period when radiation from the first stars and galaxies transformed the neutral hydrogen filling the universe and made it largely transparent to ultraviolet light. CR3 appears to challenge that idea. The galaxy was observed at a redshift of z = 3.193 ± 0.016. Redshift measures how much light from a distant object has been stretched as the universe expands and helps astronomers determine how far back in time they are looking. In this case, the redshift corresponds to roughly 11.5 billion years ago during cosmic noon. Although the universe was already several billion years old by that point, CR3 shows characteristics more commonly associated with much earlier galaxies. Observations revealed exceptionally strong emissions from hydrogen and helium, including Lyα, Hα, and He I λ10830. Lyα, or Lyman-alpha emission, is a specific wavelength of light produced by hydrogen and is widely used to study distant galaxies. Hα emission is another hydrogen signature commonly used to trace active star formation, while He I λ10830 is produced by helium and can indicate the presence of very hot, young stars. The measured equivalent widths of EW₀(Lyα) = 822 ± 101 Å and EW₀(Hα) = 2814 ± 327 Å are among the highest ever observed in star-forming galaxies. Equivalent width is a measure of the strength of an emission line relative to the surrounding light, and such large values are typically associated with intense and very recent star formation. At the same time, researchers found no statistically significant detections of metal emission lines, including [O III] λλ4959, 5007 and C IV λλ1548, 1550. Emission lines act as chemical fingerprints that reveal which elements are present in a galaxy. Oxygen and carbon lines are commonly seen in galaxies that have already undergone significant chemical enrichment. Their absence in CR3 suggests an unusually pristine environment. Using abundance calibration methods developed with JWST observations, the team placed a 2σ upper limit on the galaxy's gas-phase metallicity of 12+log(O/H)<6.52, corresponding to less than 0.7% of the Sun's metallicity (Z < 7 × 10⁻³ Z⊙). Gas-phase metallicity measures the abundance of heavy elements in a galaxy's gas. A 2σ upper limit indicates that the true value is very unlikely to be higher than the quoted threshold. Even when accounting for uncertainties in the calibration methods, the most conservative limit remains 12+log(O/H)<6.95, making CR3 the most metal-poor galaxy identified at cosmic noon. The galaxy also appears to contain very little dust. Researchers measured a Lyα/Hα flux ratio of 13.9 ± 2.5, a result that suggests negligible dust attenuation, meaning very little of the galaxy's light is being absorbed or scattered by cosmic dust. Because dust is usually produced by earlier generations of stars, this finding further supports the idea that CR3 has experienced very little chemical enrichment. Further analysis using spectral energy distribution modelling, a technique that compares observed light with theoretical models, suggests that CR3 contains an extremely young stellar population only around 2 million years old. The modelling, which used Population III stellar templates, also indicates the galaxy has a stellar mass of approximately 6.1 × 10⁵ M⊙. The symbol M⊙ represents one solar mass, or the mass of the Sun. One of the key questions raised by the discovery is how such a chemically primitive galaxy could exist in a universe that had already spent billions of years producing heavier elements. To investigate this, the researchers examined CR3's surroundings. Their analysis suggests the galaxy may lie in a slightly underdense environment, with a density contrast of roughly δ ≈ −0.12. An underdense region contains less matter and fewer galaxies than average. The team suggests that this relative isolation may have helped preserve pockets of pristine gas. Metal-rich material expelled from nearby galaxies may never have reached CR3, while the lower rate of galaxy mergers and interactions could have slowed the mixing of enriched gas into the system. If future observations confirm these findings, CR3 could provide some of the strongest evidence yet that first-generation star formation continued well after the epoch of reionization. Such a result would challenge the conventional view that pristine star formation ended by z ≳ 6 and suggest that small pockets of metal-free gas survived much longer than previously thought. Researchers stress that more observations will be needed to determine the galaxy's true nature. Future spectroscopic studies with higher resolution and better signal quality could help confirm whether CR3 is genuinely hosting Population III star formation. The discovery is also expected to encourage searches for other similar galaxies, which could help astronomers better understand how the first stars formed and how galaxies evolved in the early universe. Source: Tsinghua University, IOPscience This article was generated with some help from AI and reviewed by an editor. Under Section 107 of the Copyright Act 1976, this material is used for the purpose of news reporting. Fair use is a use permitted by copyright statute that might otherwise be infringing.
    • "I think in the immediate absence of a partner to apply relief" In the words of Sterling Archer... "Phrasing!"
    • For me, the fundamental problems with these "smartglasses" is that they really don't work well for people with significant prescriptions and massively up the price if you use attached lenses if they have displays, and if they don't, then they're not actually "smart" anything, rather just connecting to your phone and relaying voice to an AI. In a few cases like this, they throw in small cameras to feed video to the AI. All around, these feel like both a solution looking for a problem, and the problems it tries to solve seem more easily solved by different approaches and designs. Oddly, if the rumours are true, Apple may actually have invented something for once and it kind of does this right: put cameras in ear buds and manage the interface to AI exactly as most of us do: tapping on an ear bud and saying "Hey Google" or "Hey Siri." That makes them compatible with almost everyone, can double up as a hearing assist device, an impaired vision assist device, a "smart" device... and answer your phone and play music. That just seems like a better solution all around.
  • Recent Achievements

    • Dedicated
      HidekoYamamoto94 earned a badge
      Dedicated
    • One Month Later
      timbobit earned a badge
      One Month Later
    • One Month Later
      nates earned a badge
      One Month Later
    • Week One Done
      Almohandis earned a badge
      Week One Done
    • Rookie
      dorf went up a rank
      Rookie
  • Popular Contributors

    1. 1
      +primortal
      454
    2. 2
      +Edouard
      161
    3. 3
      PsYcHoKiLLa
      107
    4. 4
      Michael Scrip
      84
    5. 5
      Steven P.
      71
  • Tell a friend

    Love Neowin? Tell a friend!