- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- login to linux server
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 01:50 PM
03-22-2004 01:50 PM
login to linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 05:13 PM
03-22-2004 05:13 PM
Re: login to linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 05:45 PM
03-22-2004 05:45 PM
Re: login to linux server
ifconfig eth0 x.x.x.x
where x.x.x.x is the address you want to assign.
To keep the address across reboots you'll need to use utilities like :
netconfig (non gui utility)
redhat-config-network (gui utility)
or
edit the file /etc/sysconfig/network-scripts/ifcfg-eth0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-22-2004 06:03 PM
03-22-2004 06:03 PM
Re: login to linux server
we need more info.
- Do both Linux stations have IP adresses assigned to them (type ifconfig, or ifconfig eth0).
- How do you try to login? Telnet or ssh? Telnet usually is not configured (no telnetd running) and login as root is prohibited. Do you use the ip address or a hostname?
- What happens if you try to login? Any message?
- Can you ping the Linux server from your workstation?
JP.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 08:27 AM
03-23-2004 08:27 AM
Re: login to linux server
The first thing to check is if ping works between the two systems. To do so
$ ping
Use either the ipaddress or hostname, whatever you try to use for the "login".
Which brings up the next question, exactly how do you try to login (telnet, ssh, rlogin) and what error message do you receive. Best would be to just cut and paste the error you get into your reply.
Greetings, Martin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 04:57 PM
03-23-2004 04:57 PM
Re: login to linux server
I give the scenario, 1 had 3 computer:
first is my server (Fedora)
second my router (Fedora)
third my client (Fedora)
I want connect client to internet through my server but my server connect to internet through my router(fixed line/wireless).
***i had dns runing in server(), i want to configure client login to server(this server control user and password that store in server like a active directory in w2k).
i hope u guys understand. thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2004 06:23 PM
03-23-2004 06:23 PM
Re: login to linux server
Loo here for step by step, on server and on clients :
http://yolinux.com/TUTORIALS/LinuxTutorialLDAP.html
hth
Jerome henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2004 12:00 PM
03-24-2004 12:00 PM
Re: login to linux server
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-25-2004 12:01 PM
03-25-2004 12:01 PM
Re: login to linux server
thanks a lot