kiedy probuje sie polaczyc telnetem na port 3306 to dostaje blad
Host not allowed to connect to this mysql server
serwer z baza jest na Debian, ja probowalem sie polaczyc spod Windows
prosze o pomoc
Znaleziono 7 wyników
- 01 maja 2007, 17:30
- Forum: Serwer
- Temat: [MySQL] Host not allowed to connect to this mysql server
- Odpowiedzi: 2
- Odsłony: 4027
- 15 kwietnia 2007, 12:25
- Forum: Serwer
- Temat: VPN poleceni route
- Odpowiedzi: 0
- Odsłony: 1922
VPN poleceni route
Mam serwer na Debian z eth0 (na świat) i eth1 (do switcha-> 3 komputery na Windows). IP eth0 to jest zewnetrzene przydzielane automatycznie: 192.168.122.xxx
natomiast siec wewnetrzna to 10.0.1.0
serwer ma 10.0.1.1
Chce utworzyc siec VPN miedzy 3 komputerami podlaczonymi do eth1 i serwerem. Niestety ...
natomiast siec wewnetrzna to 10.0.1.0
serwer ma 10.0.1.1
Chce utworzyc siec VPN miedzy 3 komputerami podlaczonymi do eth1 i serwerem. Niestety ...
- 01 kwietnia 2007, 19:39
- Forum: Sieci
- Temat: iptables- zamykanie portow na zewnatrz
- Odpowiedzi: 0
- Odsłony: 3986
iptables- zamykanie portow na zewnatrz
moj plik firwall wyglada tak:
# wlaczenie w kernelu forwardowania
echo 1 > /proc/sys/net/ipv4/ip_forward
# czyszczenie starych regul
iptables -F
iptables -X
iptables -t nat -X
iptables -t nat -F
# ustawienie polityki dzialania
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ...
# wlaczenie w kernelu forwardowania
echo 1 > /proc/sys/net/ipv4/ip_forward
# czyszczenie starych regul
iptables -F
iptables -X
iptables -t nat -X
iptables -t nat -F
# ustawienie polityki dzialania
iptables -P INPUT DROP
iptables -P FORWARD DROP
iptables -P OUTPUT ...
- 31 marca 2007, 23:57
- Forum: Serwer
- Temat: tunelowanie ssh
- Odpowiedzi: 1
- Odsłony: 2040
tunelowanie ssh
Z racji wygody pracy chciałbym zrobić takie tunelowanie żebym mógł się łączyć z zewnątrz poprzez ssh z komputerem w miejscu pracy który nie ma publicznego IP. Chcę ominąć konieczność przekierowania portu w gatewayu głównego serwera sieci w budynku w którym jest biuro z powodu lenistwa ...
- 30 marca 2007, 21:16
- Forum: Serwer
- Temat: [+] dhcp: No subnet declaration for eth0
- Odpowiedzi: 11
- Odsłony: 8224
- 30 marca 2007, 19:09
- Forum: Serwer
- Temat: [+] dhcp: No subnet declaration for eth0
- Odpowiedzi: 11
- Odsłony: 8224
- 25 marca 2007, 21:34
- Forum: Serwer
- Temat: [+] dhcp: No subnet declaration for eth0
- Odpowiedzi: 11
- Odsłony: 8224
[+] dhcp: No subnet declaration for eth0
moj /etc/default/dhcp
to
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp by the maintainer scripts
#
# This is a POSIX shell fragment
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces ...
to
# Defaults for dhcp initscript
# sourced by /etc/init.d/dhcp
# installed at /etc/default/dhcp by the maintainer scripts
#
# This is a POSIX shell fragment
#
# On what interfaces should the DHCP server (dhcpd) serve DHCP requests?
# Separate multiple interfaces with spaces ...