NETWORK CONFIGURATION
#1

[attachment=12414]
NETWORK CONFIGURATION
SERVER CONFIGURATION

Mail 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
Required Information
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.
program
/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.
program
/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.
Analysis Tools
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“.
Manual Configuration
4.To contact hosts outside of a network ,
if a machine with IP address 192.168.1.1 is the gateway use the command "route add default gw 192.168.1.1 eth0“.
5.If using a dialup connection use the command "route add default ppp0" The word default says if the packet is not for a machine on your local network, send it to the default device.
Configuring an interface for multiple IP addresses
To configure a network card to act as more than one IP address, issue the following command: ifconfig dummy 192.168.1.102 netmask 255.255.255.0
To disable this, issue the following command.
ifconfig dummy down.
SERVER CONFIGURATION
MAIL SERVER CONFIGURATION
Mail Server Setup
Mail Architecture
Sendmail Configuration
Daemon: sendmail
Configuration File: /etc/mail/sendmail.mc
Edit the following lines
LOCAL_DOMAIN(`localhost.localdomain')dnl
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl
Run “make –C /etc/mail” command to compile sendmail.mc and generate sendmail.cf file.
Restart sendmail and watch for errors
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: ad hoc network configuration, network server configuration, network configuration presentation, network load balancing configuration,

[-]
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,665 20-02-2019, 01:16 PM
Last Post:
  network security seminars report computer science technology 14 20,707 24-11-2018, 01:19 AM
Last Post:
Heart wireless intelligent network(win) (Download Full Report And Abstract) computer science crazy 7 15,465 10-02-2015, 05:52 PM
Last Post: seminar report asees
  Data Security in Local Network using Distributed Firewalls computer science crazy 10 15,037 30-03-2014, 04:40 AM
Last Post: Guest
  Computerized Paper Evaluation using Neural Network computer science crazy 12 17,971 17-07-2013, 04:08 PM
Last Post: Guest
  Quadrics Interconnection Network computer science crazy 2 10,459 28-02-2013, 02:42 PM
Last Post: Guest
  Network security and protocols project topics 1 2,252 24-01-2013, 12:41 PM
Last Post: seminar details
  Gigabit Ethernet passive optical network (GE-PON) electronics seminars 1 3,125 12-01-2013, 12:00 PM
Last Post: seminar details
  WISENET-Wireless Sensor Network (Download Seminar Report) Computer Science Clay 70 48,800 05-01-2013, 11:06 AM
Last Post: seminar details
Exclamation Internet Access via TV cable Network pritam 14 19,668 08-12-2012, 03:50 PM
Last Post: seminar details

Forum Jump: