[freebsd] internet paylaşımı

2004-11-23 Başlik Nusret Kurar
Merhaba Linux makinalarda /sbin/iptables -t nat -A POSTROUTING -o ppp+ -j MASQUERADE kuraliyla interneti paylatirabiliyorduk, freebsd icin bunu ayni sekilde yapabiliyormuyuz.? Internet paylasimi yapmayi anlatan bir ipucu varda ben mi kacirdim acaba yi calismalar

[freebsd] Re: internet paylaşımı

2004-11-23 Başlik Omer Faruk Sen
ppp -nat -background isp_name ile internete baglanirken kullanidigniz komuta -nat parametresi vererek bunu yapabilirsiniz. isp_name /etc/ppp.conf'ta tanimlanmis bir entry olmali. Boylece ppp ile kendinize gelen tum trafik nat'lanmis olur. PS: Bu isin en kolay yolu tabi. Eger internete modem

Re: [freebsd] debian-sarge

2004-11-23 Başlik Halil Demirezen
http://ftp.acc.umu.se/pub/cd-images/debian-weekly/i386/ On Tue, Nov 23, 2004 at 10:27:17AM +0200, Mesut GÜLNAZ wrote: debian sarge ?n tüm CD lerini download edebilece?im adres verebilir misiniz? - Duydunuz mu! Turkiye'nin ilk

[freebsd] domain yönlendirme!

2004-11-23 Başlik Mesut GÜLNAZ
bind dns ve apache de banda herhangi bir ek olmadan domain.com un www.domain.com u amas nasl yaplr. ben bind da db de .domain.com. IN A 10.0.0.5 yaptm. 10.0.0.5 www.domain.com un olduu apache. httpd.conf ta herhangi birey yapmak lazm m? yoksa mantk baka m? teekkrler..

[freebsd] Re: domain yönlendirme!

2004-11-23 Başlik Baris Simsek
Mesut GLNAZ writes: bind dns ve apache de banda herhangi bir ek olmadan domain.com un www.domain.com u amas nasl yaplr. ben bind da db de .domain.com.INA10.0.0.5 yaptm. 10.0.0.5 www.domain.com un olduu apache. httpd.conf ta herhangi birey yapmak lazm m? yoksa

Re: [freebsd] domain yönlendirme!

2004-11-23 Başlik Engin ÖZTÜRK
bu bind'e www.domain.com IN A 192.168.0.1 domain.com. IN A 192.168.0.1 bu da httpd.conf'a VirtualHost 192.168.0.1ServerAdmin [EMAIL PROTECTED] DocumentRoot /path/to/pathServerName www.domain.comServerAlias domain.com ErrorLog /path/to/path TransferLog /path/to/path /VirtualHost

Re: [freebsd] domain yönlendirme!

2004-11-23 Başlik Umut
iki yontem mecvut: 1. httpd.conf genelinde bir yerlerde (tercihen htdocs directory tanimi icinde) RewriteEngine on RewriteCond %{HTTP_HOST} !^www[\.\w+]+$ RewriteRule ^([^www\.])$ http://www.%{HTTP_HOST} 2. virtual server tanimlamalari icinde ServerName www.domain.com ServerAlias domain.com