Re: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread Bill Moran
alden.pierre [EMAIL PROTECTED] wrote:
 I have a few questions in requards to registering a domain.
 
 1.  My ISP blocks port 80 is there a work around which will allow me to 
 run my own web server?

There are dozens of workarounds, but you can lose your internet access as
they all violate your agreement.

 2.  My IP is dynamic will this effect me if I want to run my own email, 
 ftp, or web server?

Yes, you'll need some way to automagically update the DNS when the IP
changes, there are ways to accomplish this as well.

 3.  Since my IP is dynamic is there a specific domain register I should 
 be looking into?

Don't know a specific answer to this one.

-- 
Bill Moran
Potential Technologies
http://www.potentialtech.com
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread JJB
Many ISP's block port 80 for web service and port 25 for email
service for their cheap phone modem dial in service. As far as I
know there is no way around the isp blocked port 25 email server
problem.

But there are ways around the blocked port 80 problem. First you
need an official registered domain name. Select an official domain
name register that has a full feathered web control panel that
allows you to change the DNS servers used to direct traffic to your
domain name. I use  http://www.enom.com/  for my domain name
register. Them you need an dynamic ip address to domain name service
company that has web redirect service. I use zoneedit. I use the
zoneedit web redirect option to redirect public access to my
www.domainname.com to  www.domainname.com:8080   and then I tell my
apache server to listen on port 8080 for web service. Zoneedit has
example of using wget program on FreeBSD to get current dynamic IP
address and updates zoneedit every time your dynamic ip address
changes so zoneedit all ways points your domain name to the ip
address you are currently using.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
alden.pierre
Sent: Friday, July 23, 2004 3:37 PM
To: [EMAIL PROTECTED]
Subject: Questions in regards to Domain and port 80 being blocked

I have a few questions in requards to registering a domain.

1.  My ISP blocks port 80 is there a work around which will allow me
to
run my own web server?

2.  My IP is dynamic will this effect me if I want to run my own
email,
ftp, or web server?

3.  Since my IP is dynamic is there a specific domain register I
should
be looking into?


Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread Steve Rieger
You can setup postfix or qmail, or whatever mail server you want to on a
different port, a common one is 225. I have postfix listening on 25 and 225,
for this reason

--
Steve Rieger
ICQ# 53956607
MSN IM [EMAIL PROTECTED]
Yahoo IM riegersteve

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of JJB
Sent: Friday, July 23, 2004 4:04 PM
To: alden.pierre; [EMAIL PROTECTED]
Subject: RE: Questions in regards to Domain and port 80 being blocked

Many ISP's block port 80 for web service and port 25 for email
service for their cheap phone modem dial in service. As far as I
know there is no way around the isp blocked port 25 email server
problem.

But there are ways around the blocked port 80 problem. First you
need an official registered domain name. Select an official domain
name register that has a full feathered web control panel that
allows you to change the DNS servers used to direct traffic to your
domain name. I use  http://www.enom.com/  for my domain name
register. Them you need an dynamic ip address to domain name service
company that has web redirect service. I use zoneedit. I use the
zoneedit web redirect option to redirect public access to my
www.domainname.com to  www.domainname.com:8080   and then I tell my
apache server to listen on port 8080 for web service. Zoneedit has
example of using wget program on FreeBSD to get current dynamic IP
address and updates zoneedit every time your dynamic ip address
changes so zoneedit all ways points your domain name to the ip
address you are currently using.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of
alden.pierre
Sent: Friday, July 23, 2004 3:37 PM
To: [EMAIL PROTECTED]
Subject: Questions in regards to Domain and port 80 being blocked

I have a few questions in requards to registering a domain.

1.  My ISP blocks port 80 is there a work around which will allow me
to
run my own web server?

2.  My IP is dynamic will this effect me if I want to run my own
email,
ftp, or web server?

3.  Since my IP is dynamic is there a specific domain register I
should
be looking into?


Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread Dick Davies
* Steve Rieger [EMAIL PROTECTED] [0717 21:17]:
 You can setup postfix or qmail, or whatever mail server you want to on a
 different port, a common one is 225. I have postfix listening on 25 and 225,
 for this reason

Yes, but how do you presuade other mailservers to send you mail
on port 225?

-- 
As Zeus said to Narcissus, Watch yourself.
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread alden.pierre
alden.pierre wrote:
I have a few questions in requards to registering a domain.
1.  My ISP blocks port 80 is there a work around which will allow me 
to run my own web server?

2.  My IP is dynamic will this effect me if I want to run my own 
email, ftp, or web server?

3.  Since my IP is dynamic is there a specific domain register I 
should be looking into?

Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to 
[EMAIL PROTECTED]

Thanks everyone for the replies.  I'll look into the sites that was 
recommend.

Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread JJB
Yes that is the 64 million dollar question. And the answer is you
have no way to doing that, so telling your mail server to listen on
any other port is useless as all public email servers send email on
port 25. There is no simple cost free way of side stepping your
ISP's block on port 25 like you can do with port 80 redirects for
web servers to get around the ISP port 80 block.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dick Davies
Sent: Friday, July 23, 2004 6:09 PM
To: Steve Rieger
Cc: FreeBSD Questions list
Subject: Re: Questions in regards to Domain and port 80 being
blocked

* Steve Rieger [EMAIL PROTECTED] [0717 21:17]:
 You can setup postfix or qmail, or whatever mail server you want
to on a
 different port, a common one is 225. I have postfix listening on
25 and 225,
 for this reason

Yes, but how do you presuade other mailservers to send you mail
on port 225?

--
As Zeus said to Narcissus, Watch yourself.
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread alden.pierre
JJB wrote:
Yes that is the 64 million dollar question. And the answer is you
have no way to doing that, so telling your mail server to listen on
any other port is useless as all public email servers send email on
port 25. There is no simple cost free way of side stepping your
ISP's block on port 25 like you can do with port 80 redirects for
web servers to get around the ISP port 80 block.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dick Davies
Sent: Friday, July 23, 2004 6:09 PM
To: Steve Rieger
Cc: FreeBSD Questions list
Subject: Re: Questions in regards to Domain and port 80 being
blocked
* Steve Rieger [EMAIL PROTECTED] [0717 21:17]:
 

You can setup postfix or qmail, or whatever mail server you want
   

to on a
 

different port, a common one is 225. I have postfix listening on
   

25 and 225,
 

for this reason
   

Yes, but how do you presuade other mailservers to send you mail
on port 225?
--
As Zeus said to Narcissus, Watch yourself.
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]
 

port 25 is not block, verizon has already informed me the only port 
blocked is 80.

Thank You
Alden Louis-Pierre
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


RE: Questions in regards to Domain and port 80 being blocked

2004-07-23 Thread JJB
I think you are mixing up free web site port 80 forwarding which is
very common, with smtp email server port 25 forwarding which in the
same sense is imposable.

Dyndns.org does have a pay for email service which is a standard ISP
type of email server service, and yes you can configure this fee
based service to relay your domain name email to your FreeBSD MTA
smtp email server on port 225.

But this is the costly long way around to get your domain name email
to your Freebsd email server.

Now any good domain name register  http://www.enom.com/Default.asp?
has an user web based control panel to allow redirecting email
accounts under your domain name to your email accounts at your ISP.
This is the normal way of using your official registered domain name
as your public email address and getting your email directly from
your ISP email server. Then normally you would run fetchmail program
on your FreeBSD box to retrieve your email from your ISP pop email
accounts, dropping the email into sendmail or postfix user email
boxes, or you can configure sendmail or postfix to authenticate
login to your ISP email accounts directly over port 25 to retrieve
email, or you can configure you email client program to get your
email from your ISP pop server.

Now if you are talking about something different, then please
explain in detail with URL of site offering free port 25 email relay
service.






-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Alexander
Liebau
Sent: Friday, July 23, 2004 6:51 PM
To: [EMAIL PROTECTED]; Dick Davies; Steve Rieger
Cc: FreeBSD Questions list
Subject: AW: Questions in regards to Domain and port 80 being
blocked

yes you can :) there are some domainprovider who do portforwardings
like
www.domain.com:25 to yourdomain.dyndns.org:225.. this way you can
receive
emails like normal :) the problem would be sending mails since your
ip
changes every now and then...

-Ursprungliche Nachricht-
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Auftrag von JJB
Gesendet: Samstag, 24. Juli 2004 00:22
An: Dick Davies; Steve Rieger
Cc: FreeBSD Questions list
Betreff: RE: Questions in regards to Domain and port 80 being
blocked


Yes that is the 64 million dollar question. And the answer is you
have no way to doing that, so telling your mail server to listen on
any other port is useless as all public email servers send email on
port 25. There is no simple cost free way of side stepping your
ISP's block on port 25 like you can do with port 80 redirects for
web servers to get around the ISP port 80 block.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Dick Davies
Sent: Friday, July 23, 2004 6:09 PM
To: Steve Rieger
Cc: FreeBSD Questions list
Subject: Re: Questions in regards to Domain and port 80 being
blocked

* Steve Rieger [EMAIL PROTECTED] [0717 21:17]:
 You can setup postfix or qmail, or whatever mail server you want
to on a
 different port, a common one is 225. I have postfix listening on
25 and 225,
 for this reason

Yes, but how do you presuade other mailservers to send you mail
on port 225?

--
As Zeus said to Narcissus, Watch yourself.
Rasputin :: Jack of All Trades - Master of Nuns
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]



___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]