I thought this was supposed to be simple...
On the host: create an epair, send one side to jail, add IPaddr
In the vnet jail: Add IP addr,
On the host: telnet -l user <IPaddr>
The user in this jail has no password.
But I keep getting login failed. I also tried the root account. Same result. I haven't found anything in searches for help with similar problem.
I'm aware of ssh. I'm aware of telnet being insecure. I'm aware there are other ways to control jails.
Please, only relevant help to solve this problem.
On the host: create an epair, send one side to jail, add IPaddr
In the vnet jail: Add IP addr,
ping host
(response). Then /etc/inetd.conf , uncomment the telnet line for IPv4. service inetd onestart
On the host: telnet -l user <IPaddr>
The user in this jail has no password.
pfctl -d
has disabled pf for both host and jail. But I keep getting login failed. I also tried the root account. Same result. I haven't found anything in searches for help with similar problem.
Code:
root@dom0:~ # telnet -l user 10.99.1.2
Trying 10.99.1.2...
Connected to 10.99.1.2.
Escape character is '^]'.
Trying SRA secure login:
User (user): user
Password:
[ SRA login failed ]
I'm aware of ssh. I'm aware of telnet being insecure. I'm aware there are other ways to control jails.
Please, only relevant help to solve this problem.