How to Set up Web Server on MTNL Broadband

  • Thread starter Thread starter abintipl
  • Start date Start date
  • Replies Replies 1
  • Views Views 1,791

abintipl

Newbie
Messages
1
Location
NA
ISP
MTNL Broadband
Hello,

I want to set up a Web Server using MTNL Broadband.

I do have a Static IP & have set it to Bridge Mode.

My server has Debain Lenny installed & have created DSL (pppoe) connection using MTNL username & password. I am able to connect to internet.

Then I followed the following link to set up my Web server

The Perfect Server - Debian Squeeze (Debian 6.0) With BIND & Courier [ISPConfig 3] - Page 3 | HowtoForge - Linux Howtos and Tutorials

When I try Configuring my Network, I get stuck while making settings in
"vi /etc/network/interfaces"

# 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
#allow-hotplug eth0
#iface eth0 inet dhcp
auto eth0
iface eth0 inet static
address 192.168.0.100 ( Should it me my Static Ip address)
netmask 255.255.255.0
network 192.168.0.0( What values should I put here)
broadcast 192.168.0.255( What values should I put here)

gateway 192.168.0.1( MTNL support gusy says Gateway should be 192.168.1.1)

Please advice

Thanks

Abinash
 
officially not allowed to do this... you actually need to buy a domain and point it to your static IP address...It is the best easy method....
 

Top