PPPshar Configuration/Settings

All Internet services like http, ftp, email etc are pre-configured in PPPshar. So there is no need to make any changes to PPPshar Pro settings for most situations. If default settings doesn't work see this section for help.

Internet services like http, ftp, smtp, pop3, socks etc are configured in PPPshar Pro Settings file, which can be accessed from the PPPsharPro program group. Go to PPPsharPro-->Settings. You should use this file to add any new services to PPPshar Pro.

The PPPsharPro-->DNS is for adding or modifying the DNS (Domain Name Server) addresses. To enable and configure the security feature use the shortcut PPPsharPro-->Security.

To change the configuration options,

Open the SETTINGS.INI file located in the \pppshar directory or go to Start-->Programs-->PPPsharPro-->Settings

All you've got to do is to locate the appropriate service in the SETTINGS.INI and change "host=xxx.xxx.xxx.xxx" to "host=yyy.yyy.yyy.yyy" as explained below. Each service is identified by # sign.

For an easy understanding the option to be changed is in bold italics and in red color, leave other options as it is.

  1. Changing SMTP, NNTP and IRC servers.

  2. Enabling/Disabling a service

  3. Configuring DNS to use SOCKS

  4. Adding a new TCP and UDP Mapped Service

Changes to be made in SETTINGS.INI file

Changing SMTP (outgoing Email) server:  
Mapped
smtp service
#smtp
changing SMTP
server
Adding another SMTP
server
#smtp
service=smtp
map=tcp
host=giasmd01.vsnl.net.in
listen=25
remote=25
enable=yes
#smtp
service=smtp
map=tcp
host=
202.54.6.20
listen=25
remote=25
enable=yes
#smtp2
service=smtp2
map=tcp
host=
enter_smtp_server_here
listen=26
remote=25

enable=yes
   
Note : To use the second smtp server, smtp port in the email software in the client machine should be set to port 26

 

Changing NNTP (Usenet) server: Changing IRC (Chat) server:  
Mapped
nntp service
#nntp
changing NNTP
server
#nntp
service=nntp
map=tcp
host=news.vsnl.net.in
listen=119
remote=119
enable=
yes
#nntp
service=nntp
map=tcp
host=
news.zippo.com
listen=119
remote=119
enable=
yes
Mapped
irc service
#irc
changing IRC
server
#irc
service=irc
map=tcp
host=chat.talkcity.com
listen=6667
remote=6667
enable=yes
#irc
service=irc
map=tcp
host=
us.undernet.org
listen=6667
remote=6667
enable=yes
 

Top

2. Enabling/Disabling a service

By default all the services (http, ftp, nntp, smtp, pop, irc, telnet, icq, real audio/video) are ENABLED. All you've got to do is to locate the appropriate service in the SETTINGS.INI and change "enable=yes" to "enable=no" as explained below. Each service is identified by # sign.

ENABLED
(default)
http service
#http
DISABLED
#http
service=http
listen=80
enable=yes
#http
service=http
listen=80
enable=
no
ENABLED
(default)
webftp service
#webftp
DISABLED
#webftp
service=webftp
listen=8000
enable=yes
#webftp
service=webftp
listen=8000
enable=
no
ENABLED
(default)
pop3 service
#pop3
DISABLED
#pop3
service=pop3
listen=110
enable=yes
#pop3
service=pop3
listen=110
enable=
no
ENABLED
(default)
telnet service
#telnet
DISABLED
#telnet
service=telnet
listen=23
enable=yes
#telnet
service=telnet
listen=23
enable=
no

Top

3. Enabling the DNS service in PPPshar: (also refer DNS Configuration section)

Open the DNS.INI file in PPPshar folder Start-->Programs-->PPPsharpro-->DNS and type the Primary Domain Name Server IP address in the first line and the Secondary Domain Name server in the second line. For example, the DNS.INI file should have primary & secondary Name server addresses in the following manner:

202.54.6.20
202.54.1.30

Consult your ISP to find out the Domain Name Servers appropriate to you.

Important Note: Inorder to use the SOCKS feature in PPPshar you should provide the DNS server addresses in the DNS.INI file and ENABLE the DNS in the workstations under the Control Panel-->Network-->TCP/IP-->DNS configuration. Type your Gateway machine IP as the DNS server. Refer DNS Configuration section for detailed instructions.

Top

Adding a new TCP and UDP Mapped Service

Open settings.ini (Start-->Programs-->PPPsharpro-->Settings) and Add the following lines at the end of settings.ini. A template service is provided, which can be modified accordingly.

TCP Mapped service template UDP Mapped service template TCP mapped service example
#map_name
service=map_name
map=tcp
host=xxx.xxx.com
listen=port_number
remote=port_number
enable=yes
#map_name
service=map_name
map=udp
host=xxx.xxx.com
listen=port_number
remote=port_number
enable=yes
#imap
service=imap
map=tcp
host=enter_imapserver_here
listen=143
remote=143
enable=yes

Email PPPshar Support if you need any help.