Zewnętrzne ip
: 27 listopada 2015, 14:44
Witam, czy jest możliwość ustawienia ip na sztywno w serwerze domowym? chodzi o to że chciałbym aby serwer miał zewnętrzny adres ip
gdy ręcznie ustawie ip w programie dostaje takie czary, na 200% nikt nie używa takiego portu dodam że ip serwera dodałem do DMZ HOST
logi
gdy ręcznie ustawie ip w programie dostaje takie czary, na 200% nikt nie używa takiego portu dodam że ip serwera dodałem do DMZ HOST
Kod: Zaznacz cały
WARNING: UDP_OpenSocket: port: 27015 bind: Cannot assign requested address
L 11/27/2015 - 14:44:08: FATAL ERROR (shutting down): Couldn't allocate dedicated server IP port 27015.
FATAL ERROR (shutting down): Couldn't allocate dedicated server IP port 27015.
Kod: Zaznacz cały
root@debian:~# cat /etc/resolv.conf
domain chello.pl
search chello.pl
nameserver 62.179.1.63
nameserver 62.179.1.62
Kod: Zaznacz cały
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug eth0
iface eth0 inet dhcp
Kod: Zaznacz cały
root@debian:~# ifconfig
eth0 Link encap:Ethernet HWaddr d0:27:88:c4:13:41
inet addr:192.168.1.249 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::d227:88ff:fec4:1341/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:933697 errors:0 dropped:0 overruns:0 frame:0
TX packets:493250 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:684802664 (653.0 MiB) TX bytes:57839202 (55.1 MiB)