This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Web /mail Server with private ip

Hello ,

My ISP has provided me a private ip addres in that case can i host a web/mail server on ubunut linux with sophos utm 9.2 ,if it is possile how 

i have purchase a domain 

Thanks


This thread was automatically locked due to age.
  • i am assuming you have a public ip as well?   if the ip they gave you is in the(10/8 prefix) or (172.16/12 prefix) or (192.168/16 prefix) you aren't going to be doing much of any kind of serving as you have a NAT router in front of you.
  • i am assuming you have a public ip as well?   if the ip they gave you is in the(10/8 prefix) or (172.16/12 prefix) or (192.168/16 prefix) you aren't going to be doing much of any kind of serving as you have a NAT router in front of you.


    Hello William ,
    From my linksys e1000 router status: 

    Connection Type:  PPPoE
    Login Status:  Connected  
    Internet IP Address:  172.19.40.246
    Subnet Mask:  255.255.255.255
    Default Gateway:  103.25.xx.xx (when i do whatismyip.com it give me same ip address)
      DNS1:  208.67.222.222
    DNS2:  208.67.220.220
    DNS3:  8.8.8.8
    MTU:  1480 
    my ISP is give me RJ 45 that goes into wan port of router 
    my router gw is 192.168.1.1 using vlan with netgear gs108t 
    NAT is enable in router 

    Thanks
  • Hello , 

    My setup is quite odd ,i am running utm on ubuntu using kvm with openvswitch for bridge ,i tryed to add pci  passthrough but my motherboard doesnt support vt-d (cpu does support ) in this case how it can be done 

    Thanks
  • Hello ,

    Now i am able to fix hardware and now i have internet connect with pppoe direct into utm (isp's rj45  cable connected to direct ethernet in utm hardware nic )
    ( local ip is 172.16.168.178 remote is 103.17.158.x ( default gw) )   (linksys router has been bypass) 

    I am able to browse internt with this connection ,now i want to host mail/web server from home ,i have some quastion
     1)do i require own dns servr or can i use utm as dns server ? 
    2) i have to buy a just domain or domain with dns services from domain provider ?

    and please recommand do and don't [:)] 

    i do not want to use dnat(ing) i want to use proxy for security reasons (i guess i am correct )

    i have centos as a guest and and ubuntu 14.04 as a host using kvm 

    Thanks