search for: remaddr

Displaying 4 results from an estimated 4 matches for "remaddr".

Did you mean: reladdr
2014 Feb 10
3
What magic did openssh do to handle programs like VIM?
...readline 2. If I run command like VIM, it doesn't run. And buttons like "<ESC>:q" won't work Can someone enlighten me about what SSH did, so it all works perfectly? Attached the prototype: int sockfd = socket(PF_INET, SOCK_STREAM, 0); struct sockaddr_in remaddr = { 0 }; remaddr.sin_family = AF_INET; remaddr.sin_port = htons(9999); remaddr.sin_addr.s_addr = inet_addr("192.168.56.1"); if (connect(sockfd, (struct sockaddr *)&remaddr, sizeof(struct sockaddr))) ERR_QUIT("connect"); for (int i = 0; i < 2...
2018 Jun 25
2
Samba 4.7.1 Generating Core Dumps
..., frame = 0x55b48e61ca40, profile_idle = {start = 0, stats = 0x0}} client = 0x55b48e627ab0 sconn = 0x55b48e61fc30 xconn = 0x55b48e5fa480 ---Type <return> to continue, or q <return> to quit--- locaddr = 0x55b48e612800 "`\341\314 \302\177" remaddr = <optimized out> ret = <optimized out> status = <optimized out> tv = {tv_sec = 1529777922, tv_usec = 319131} now = <optimized out> chroot_dir = 0x55b48e5fa6d0 "\306\016\212 \302\177" rc = <optimized out>...
2014 Jan 10
1
samba 4.1.3 -- multiple bugs & 1, 297 coredumps -- coredump backtrace + full-backtrace included
...177\000\000\311\350\373\226", '\000' <repeats 20 times>, "\035\061\304\265l\177\000"} sa = 0x7ffff37d3db0 sa_socklen = 16 local_address = 0x7f6cb69a80e0 remote_address = 0x7f6cb69b4c60 locaddr = <optimized out> remaddr = <optimized out> rhost = 0x0 ret = <optimized out> __FUNCTION__ = "smbd_process" #20 0x00007f6cb5c4b084 in smbd_accept_connection (ev=0x7f6cb69a5360, fde=<optimized out>, flags=<optimized out>, private_data=<optimized out>)...
2002 Jan 06
28
Gre Tunneling Problem
Hello everyone, I have a problem regarding gre tunneling, I have two linux box both of them has a private network and the linux A is connected to the internet via wireless radio and the other linux B is connected to the internet via lease line. Here is the setup of my two linux box Linux A eth0 = 203.189.x.1 (internet) eth1 = 192.168.1.1 (going to hub private network) Linux B eth0 = 205.198.x.1