NETWORK & SERVER CONFIGURATION
#1

PRESENTED BY:
Naushad Sultan Talukdar

[attachment=9065]
NETWORK & SERVER CONFIGURATION
Required Information
1.Determine the machines IP address.
2. Network mask. This determines which portion of the IP address specifies the subnetwork number and which portion specifies the host. Class C (most networks) 255.255.255.0
Class B 255.255.0.0
3. Network address : which is IP address bit wise anded with the network mask.Ex: IP: 192.168.1.100Mask: 255.255.255.0Net Addr:: 192.168.1.0
4. Broadcast address. Used to broadcast packets to every machine on a subnet. Ex: IP: 192.168.1.100Mask: 255.255.255.0Net Addr: 192.168.1.255
5. Gateway address. The address of the machine that is your gateway to the outside world.
In many cases: Ex: IP: 192.168.1.100 Gateway: 192.168.1.1
6. Nameserver address. Translates host names into IP addresses. 192.168.1.10
Configuration tools
Netconf: A GUI interactive interface available on Red hat 6.1
netconfig: A GUI step by step interface
ifconfig: A text based program to configure the network interface.
Network file
/etc/sysconfig/network - Defines network and some of its characteristics.
/etc/HOSTNAME - Shows the host name of this host. If name is "myhost" then that is exactly the text this file will contain.
/etc/resolv.conf - Specifies the domain to be searched for host names to connect to the nameserver address and the search order for the nameservers.
/etc/host.conf - Specifies the order nameservice looks to resolve names./etc/hosts - Shows addresses and names of local hosts.
etc/networks - Provides a database of network names with network addresses similar to the /etc/hosts file.
/etc/sysconfig/network-scripts/ifcfg-eth* - There is a file for each network interface. This file contains the IP address of the interface and many other setup variables.
Analysis Tools
netstat - Displays information about the systems network connections, including port connections, routing tables, and more. The command "netstar -r" will display the routing table.
traceroute - This command can be used to determine the network route from a computer to some other computer on a network or the internet. To use it can type "route IPaddress" of the computer.
nslookup - Used to query DNS servers for information about hosts.
tcpdump - This program allows the user to see TCP traffic on their network.
Manual Configuration
To use networking on any permanent basis
1.setup the file /etc/sysconfig/network
2.Assign an ip address with "ifconfig eth0 192.168.1.100 netmask 255.255.255.0 up".
3.Tell machine that a hub is ready for information with the command "route add -net 192.168.0.0 netmask 255.255.255.0 eth0“.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: configuration management benefits, virtual network adapter initialization and configuration failed, 74ls48 pin configuration, ecos configuration tool, lan configuration using dhcp, home network server diagram, network server hardware,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  network attached storage computer science crazy 3 12,455 20-02-2019, 01:16 PM
Last Post:
  network security seminars report computer science technology 14 20,385 24-11-2018, 01:19 AM
Last Post:
  Implementation of RSA Algorithm Using Client-Server full report seminar topics 6 26,612 10-05-2016, 12:21 PM
Last Post: dhanabhagya
Heart wireless intelligent network(win) (Download Full Report And Abstract) computer science crazy 7 15,244 10-02-2015, 05:52 PM
Last Post: seminar report asees
  Data Security in Local Network using Distributed Firewalls computer science crazy 10 14,789 30-03-2014, 04:40 AM
Last Post: Guest
  Computerized Paper Evaluation using Neural Network computer science crazy 12 17,724 17-07-2013, 04:08 PM
Last Post: Guest
  Quadrics Interconnection Network computer science crazy 2 10,264 28-02-2013, 02:42 PM
Last Post: Guest
  Network security and protocols project topics 1 2,231 24-01-2013, 12:41 PM
Last Post: seminar details
  Gigabit Ethernet passive optical network (GE-PON) electronics seminars 1 3,099 12-01-2013, 12:00 PM
Last Post: seminar details
  WISENET-Wireless Sensor Network (Download Seminar Report) Computer Science Clay 70 48,682 05-01-2013, 11:06 AM
Last Post: seminar details

Forum Jump: