hellboy
Excellent OT User
- Joined
- Apr 6, 2008
- Messages
- 398
- Reaction score
- 52
Hello.
I can't login into TFS 1.2 inside VirtualBox.
Details:
* VirtualBox have 2 network interfaces (one NAT and one hostonly)
* In VirtualBox I use Ubuntu 18.04
* Inside Ubuntu UFW is disabled
* TFS 1.2 console don't show any errors
* OTClient build 0.6.6, Rev 0 (df422c0)
* OTClient console don't show any errors
* OTClient show only information:
Connection Error: Connection failed. (ERROR 10061)
* I can log into account and select character
* I can't login into game
Any tips, advise?
Players map position is ok same as town_id.
# EDIT #
Network interfaces
I can't login into TFS 1.2 inside VirtualBox.
Details:
* VirtualBox have 2 network interfaces (one NAT and one hostonly)
* In VirtualBox I use Ubuntu 18.04
* Inside Ubuntu UFW is disabled
* TFS 1.2 console don't show any errors
* OTClient build 0.6.6, Rev 0 (df422c0)
* OTClient console don't show any errors
* OTClient show only information:
Connection Error: Connection failed. (ERROR 10061)
* I can log into account and select character
* I can't login into game
Any tips, advise?
Players map position is ok same as town_id.
# EDIT #
Network interfaces
Code:
ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp0s3: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 08:00:27:14:ac:ec brd ff:ff:ff:ff:ff:ff
inet 10.0.2.15/24 brd 10.0.2.255 scope global dynamic enp0s3
valid_lft 86203sec preferred_lft 86203sec
inet6 fe80::a00:27ff:fe14:acec/64 scope link
valid_lft forever preferred_lft forever
3: enp0s8: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 08:00:27:48:86:b7 brd ff:ff:ff:ff:ff:ff
inet 192.168.56.101/24 brd 192.168.56.255 scope global dynamic enp0s8
valid_lft 1003sec preferred_lft 1003sec
inet6 fe80::a00:27ff:fe48:86b7/64 scope link
valid_lft forever preferred_lft forever
Code:
cat /etc/netplan/*
# This file is generated from information provided by
# the datasource. Changes to it will not persist across an instance.
# To disable cloud-init's network configuration capabilities, write a file
# /etc/cloud/cloud.cfg.d/99-disable-network-config.cfg with the following:
# network: {config: disabled}
network:
ethernets:
enp0s3:
addresses: []
dhcp4: true
enp0s8:
addresses: []
dhcp4: true
version: 2
Attachments
-
43.5 KB Views: 7
-
45 KB Views: 9
-
1.2 MB Views: 8
-
1.1 MB Views: 8
-
1.4 MB Views: 5
Last edited: