Page 3 of 3 FirstFirst 123
Results 21 to 30 of 30

Thread: Debian server issue + questions.

  1. #21
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Debian server issue + questions.

    Quote Originally Posted by uberlube View Post
    The only account i can log into with ssh so far is the administrator account and through that i can root for maintinence.

    So scponly is that way to go for that? ill look into it now.
    Scponly is a way to give users only access to files via ssh.

    Here's a short howto :
    http://ubuntuforums.org/showthread.php?t=451510

    Read the "Normal SFTP" section, and ignore the "Chroot/Jail SFTP" section.

  2. #22
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: Debian server issue + questions.

    Also i hit a snag, i rebooted and the new DG didnt take for some reason. Here is what my interfaces looks like now after i added in that command u told me about, see anything wrong?

    Code:
    # This file describes the network interfaces available on your system
    # and how to activate them. For more information, see interfaces(5).
    
    # The loopback network interface
    auto lo
    iface lo inet loopback
    
    # The primary network interface
    auto eth0
    iface eth0 inet static
            address 192.168.1.102
            netmask 255.255.255.0
            network 192.168.1.0
            broadcast 192.168.1.255
            gateway 192.168.0.1

  3. #23
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Debian server issue + questions.

    Quote Originally Posted by uberlube View Post
    Here is what my interfaces looks like now after i added in that command u told me about, see anything wrong?

    Code:
            gateway 192.168.0.1
    You made a typo it looks like, make that 1.1 instead of 0.1 in the end, and try again

  4. #24
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: Debian server issue + questions.

    lol k 1 sec

  5. #25
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: Debian server issue + questions.

    While im rebooting, i installed scponly and it looks pretty straightforward. So again, if im understanding correctly, iif i want anyone to be able to access my server they must have a physical user profile made on that box? and then i just use scponly on their username? Also is ISP config able to do any of this kind of management for me?


    EDIT: yup i can ping google.com after reboot
    Last edited by uberlube; June 12th, 2009 at 11:46 PM.

  6. #26
    Join Date
    Jul 2008
    Location
    Netherlands
    Beans
    Hidden!
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Debian server issue + questions.

    Quote Originally Posted by uberlube View Post
    While im rebooting, i installed scponly and it looks pretty straightforward. So again, if im understanding correctly, iif i want anyone to be able to access my server they must have a physical user profile made on that box? and then i just use scponly on their username?
    Please read the article about scponly that I mentioned in one of the previous comments. That article has instructions for that.
    Also is ISP config able to do any of this kind of management for me?
    According to the ISPconfig website frontpage.. no.
    Maybe you'd like to try webmin instead of ISPconfig : http://www.webmin.com
    EDIT: yup i can ping google.com after reboot
    Good

  7. #27
    Join Date
    Mar 2006
    Location
    Williams Lake
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Debian server issue + questions.

    @uberlube

    You don't have to reboot after making changes. Depending on the service you are configuring, just restart the service for example you are working on networking right now, so to restart networking at the prompt type:

    Code:
    sudo /etc/init.d/networking restart
    If you were editing apache config files:

    Code:
    sudo /etc/init.d/apache2 restart
    you can also just stop or start a service

  8. #28
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: Debian server issue + questions.

    K ive got users made and working now, thnx alot! One more question though, can i run ISPconfig and webmin together or will they interfere with one another?

  9. #29
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: Debian server issue + questions.

    Quote Originally Posted by cariboo907 View Post
    @uberlube

    You don't have to reboot after making changes. Depending on the service you are configuring, just restart the service for example you are working on networking right now, so to restart networking at the prompt type:

    Code:
    sudo /etc/init.d/networking restart
    If you were editing apache config files:

    Code:
    sudo /etc/init.d/apache2 restart
    you can also just stop or start a service
    thnx for the tip

  10. #30
    Join Date
    Dec 2007
    Location
    ..right behind you..BYAH!
    Beans
    969

    Re: Debian server issue + questions.

    great now mydns is down...

    Code:
    server1:/etc/init.d# mydns restart
    mydns: Extraneous command-line arguments ignored
    mydns[19933]: mydns 1.2.8.25 started Fri Jun 12 18:16:25 2009 (listening on 3 addresses)
    ^Cmydns[19933]: interrupted
    mydns[19933]: server1.home.net up 2m9s (129s) 3 questions (0/s) NOERROR=2 SERVFAIL=0 NXDOMAIN=0 NOTIMP=0 REFUSED=0 
    mydns[19934]: interrupted
    mydns[19934]: server1.home.net up 2m9s (129s) 9 questions (0/s) NOERROR=2 SERVFAIL=0 NXDOMAIN=0 NOTIMP=0 REFUSED=0 (33% TCP, 3 queries

Page 3 of 3 FirstFirst 123

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •